What is the most basic function of a computer network
The most basic function of a computer network is resource sharing. Computer networks have two basic functions: data communication and resource sharing, of which the latter is the most essential function. Computer resources include hardware resources, software resources and data resources. The sharing of hardware resources can improve the utilization of equipment and avoid repeated investment in equipment, such as using computer networks to establish network printers; the sharing of software resources and data resources can make full use of existing information resources, reduce labor in the software development process, and avoid Repeated construction of large databases.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
Computer network refers to the connection of multiple computers and their external devices with independent functions in different geographical locations through communication lines. Under the management and coordination of network operating systems, network management software and network communication protocols , a computer system that realizes resource sharing and information transfer.
Computer networks have two basic functions: data communication and resource sharing, of which the latter is the most essential function.
Resource sharing means that multiple users share hardware and software resources in a computer system. In the network system, the main resources that end users can share include processor time, shared space, various soft equipment and data resources, etc. Resource sharing is one of the main goals achieved by computer networks.
Computer resources include hardware resources, software resources and data resources. The sharing of hardware resources can improve the utilization of equipment and avoid repeated investment in equipment, such as using computer networks to establish network printers; the sharing of software resources and data resources can make full use of existing information resources, reduce labor in the software development process, and avoid Repeated construction of large databases.
Two basic principles of resource sharing:
-
The law of large numbers:
The law of large numbers says: If The number of users is very large, and their resource usage requirements are sudden and random. When all users are considered as a whole, the user's overall resource usage requirements become quite smooth and stable, and they are also Predictable.
Economies of scale:
Economies of scale say: when the resources and the number of users in a system increase in proportion at the same time, within a certain range, the system The larger the scale, the more economical the system is.
Sharing Category
1. Sharing of data and applications.
1.1 Print Sharing Establish a print server in the LAN to provide printing services to all users on the LAN.
1.2 Mail function The mail server can provide user name-based mail forwarding, distribution, carbon copy and other services for all employees within the enterprise, and can complete convenient management, backup, and Delete, recover, restore and other tasks.
1.3 The most common applications for online chat are Whiteboard, Netmeeting, WebEx and other applications, which can realize real-time and fast voice and video communication between users located in different physical locations.
1.4 Real-time messaging applications such as Yahoo IM and MSN can realize message forwarding within the local area network and the Internet.
1.5 Database The database server is an important part of the enterprise LAN, which can realize functions such as data sharing, redundancy reduction, centralized storage and management, maintainability and security.
2. Common network storage is file sharing services, which use FTP and TFTP services to enable users to conveniently and securely access resources on shared servers on workgroup computers, and Most ftp resources are free.
3. Resource Backup With the development of network attacks and viruses, resource backup has become an indispensable part of resource sharing. Most modern enterprises adopt real-time and efficient resource backup methods to ensure that when the network crashes It can protect company information to the greatest extent and play the greatest role in disaster recovery.
4. Personal connections: including customer resources, capability resources and other things that can be applied to each other.
5. Equipment.
Expand knowledge:
Computer network is also called computer communication network. The simplest definition of a computer network is: a collection of interconnected, autonomous computers that share resources. If this definition is used, the early terminal-oriented networks cannot be regarded as computer networks, but can only be called online systems (because many terminals at that time cannot be regarded as autonomous computers). But as hardware prices fall, many terminals have a certain degree of intelligence, so the strict boundaries between "terminals" and "autonomous computers" are gradually lost. If a microcomputer is used as a terminal, according to the above definition, the early terminal-oriented network can also be called a computer network.
From a logical function point of view, a computer network is a collection of computer systems that use communication lines to connect multiple computers for the basic purpose of transmitting information. A computer network consists of transmission media and communication equipment.
From the user's perspective, a computer network is defined as follows: there is a network operating system that can be automatically managed by the user. It calls the resources called by the user, and the entire network is transparent to the user like a large computer system.
Division of computer networks
(1) According to the coverage and scale of the network: local area network, metropolitan area network, and wide area network.
(2) According to transmission medium: wired network, optical fiber network, wireless network.
(3) According to data switching mode: circuit switching network, message switching network, packet switching network.
(4) According to communication mode: broadcast transmission network, point-to-point transmission network.
(5) According to service mode: client, server network, peer-to-peer network.
Performance indicators of computer networks
Performance indicators measure the performance of computer networks from different aspects.
(1) Rate
The signals sent by the computer are all in digital form. A bit is a unit of data in a computer and a unit of information used in information theory. The English word bit comes from binary digit, which means a "binary number", so a bit is a 1 or 0 in a binary number. The rate in network technology refers to the rate at which a host connected to a computer network transmits data on a digital channel. It is also called data rate or bit rate. Speed is the most important performance indicator in computer networks. The unit of rate is bit/s (bits per second).
(2) Bandwidth
"Bandwidth" has the following two different meanings.
① Bandwidth originally refers to the frequency bandwidth of a signal. The bandwidth of a signal refers to the frequency range occupied by various frequency components contained in the signal. For example, the standard bandwidth of telephone signals transmitted over traditional communication lines is 3.1 kHz (from 300 Hz to 3.4 kHz, the frequency range of the main components of speech). The unit of bandwidth in this sense is Hertz (or kilohertz, megahertz, gigahertz, etc.).
② In computer networks, bandwidth is used to represent the ability of the network's communication lines to transmit data. Therefore, network bandwidth represents the "highest bandwidth that can be passed from one point in the network to another point in a unit time." data rate". This is what the "bandwidth" generally mentioned here means. The unit of bandwidth in this sense is "bits per second", recorded as bit/s.
(3) Throughput
Throughput represents the amount of data passing through a certain network (or channel, interface) within a unit time. Throughput is more often used as a measurement of real-world networks to know how much data is actually able to pass through the network. Obviously, throughput is limited by the bandwidth of the network or the rated rate of the network. For example, for a 100Mbit/s Ethernet, its rated rate is 100Mbit/s, then this value is also the absolute upper limit of the throughput of the Ethernet. Therefore, for a 100Mbit/s Ethernet, its typical throughput may only be 70Mbit/s. Sometimes throughput can also be expressed by the number of bytes or frames transmitted per second. [5]
(4) Latency
Latency refers to the time required for data (a message or packet, or even bits) to be transmitted from one end of the network (or link) to the other. time. Latency is a very important performance indicator. It is sometimes called delay or latency.
(5) Delay-bandwidth product
Multiply the two measures of network performance discussed above - propagation delay and bandwidth, and you will get another very useful metric: propagation delay Bandwidth product, that is, delay bandwidth product = propagation delay × bandwidth.
(6) Round trip time (RTT)
In computer networks, round trip time is also an important performance indicator. It means from the time the sender sends data to the time the sender receives the data from the receiver. The total time elapsed for the receiving party's confirmation (the receiving party sends a confirmation immediately after receiving the data).
When using satellite communications, the round trip time (RTT) is relatively long.
(7) Utilization rate
There are two types of utilization rate: channel utilization rate and network utilization rate. Channel utilization refers to what percentage of the time a channel is used (data passes through). The utilization of a completely idle channel is zero. The network utilization is the weighted average of the channel utilization of the entire network.
For more related knowledge, please visit PHP Chinese website!
The above is the detailed content of What is the most basic function of a computer network. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The open network system is an "all-channel communication network." An all-channel communication network is an all-round open communication network system in which all members can communicate and contact each other without restriction; in this communication network, the degree of centralization is low and the status difference between members is small. With high morale, members can express their opinions directly, freely and fully, which is conducive to brainstorming and improving the accuracy of communication. The disadvantage is that it can easily lead to low work efficiency.

The resource sharing functions of computer networks include: 1. Hardware resource sharing, which can improve equipment utilization and avoid repeated investment in equipment; 2. Software resource sharing and data resource sharing, which can make full use of existing information resources and reduce the software development process. to avoid repeated construction of large databases; 3. Communication channel resource sharing means that the same channel can be used by multiple users at the same time, which can improve the utilization of channel resources.

The metropolitan area network is a public network; the metropolitan area network is a computer communication network established within a city, referred to as MAN, and is a broadband local area network. Due to the use of local area network technology with active switching elements, the transmission delay in the network is small. It can be used as a backbone network to connect hosts, databases, and LANs located in different locations in the same city to each other.

A computer network system within a school is a local area network (LAN). A local area network is a network composed of multiple computers used in a small area. The coverage is usually limited to 10 kilometers. It belongs to a small-scale network established by a unit or department. LAN can be divided into wireless LAN and wired LAN. Wireless LAN can transmit audio, video, and text. Now many companies and campuses are using wireless LAN.

The most prominent feature of computer networks is resource sharing. Resource sharing is one of the main purposes for people to establish computer networks. Usually, the resources required by multiple users at the same time always exceed the number of actual physical resources of the system. However, using logical (or virtual) resource allocation to realize resource sharing can better handle this contradiction and improve the efficiency of computer use.

The topology of a computer network refers to the physical structure of nodes and lines formed by computers or equipment on the Internet and transmission media. It mainly includes star topology, bus topology, ring topology, tree topology, and hybrid topology. , network topology, switching power supply topology; among them, star network topology is the most widely used network topology.

Many friends who use win7 system must have encountered the problem of network connection error 711. How to solve the problem of network connection error 711 in win7 system? Today, the editor will bring you a solution to the network connection error 711 on Windows 7 computers. How to solve the computer network connection error 711 in win7 system: 1. Open "Computer", find the "C:\Windows\System32\LogFiles folder, right-click and select Properties"; 2. Click "Security Options, select Advanced"; 3. Click "Owner", select "Edit"; 4. Select the account "aaa" currently in use and click OK; 5.

Reasons for using an intranet: 1. Resource sharing, which can provide convenient sharing of software and hardware resources, especially in the direction of hardware resources. Office automation equipment such as printers and scanners are fully utilized. 2. Facilitate teamwork. Most modern LANs provide a platform that allows multiple users to work on the same file and always use the latest version. 3. It is easy to find information, and the intranet can be used as a place to place all trusted information. 4. Reduce management costs. With the help of the intranet, online forms can be easily provided, streamlining the work process from the beginning, and greatly improving work efficiency.