What is a Computer Network? | Definition from TechTarget (2024)

By

  • Kinza Yasar,Technical Writer
  • Alexander S. Gillis,Technical Writer and Editor

What is a computer network?

A computer network is a group of interconnected nodes or computing devices that exchange data and resources with each other. A network connection between these devices can be established using cable or wireless media. Once a connection is established, communication protocols -- such as TCP/IP, Simple Mail Transfer Protocol and Hypertext Transfer Protocol -- are used to exchange data between the networked devices.

The first example of a computer network was the Advanced Research Projects Agency Network. This packet-switched network was created in the late 1960s by ARPA, a U.S. Department of Defense agency.

A computer network can be as small as two laptops connected through an Ethernet cable or as complex as the internet, which is a global system of computer networks.

How does a computer network work?

Devices attached to a computer network use IP addresses that are resolved into hostnames through a domain name system server to communicate with each other over the internet and on other computer networks. A variety of protocols and algorithms are also used to specify the transmission of data among endpoints.

Network systems must follow certain standards or guidelines to operate. Standards are a set of data communication rules required for the exchange of information between devices and are developed by various standards organizations, including IEEE, the International Organization for Standardization and the American National Standards Institute. For example, the Ethernet standard establishes a common communication language for wired or physical networks, and the 802.11 standard specifies connectivity for wireless local area networks (WLANs).

A computer network must be physically and logically designed in such a way that makes it possible for the underlying network elements to communicate with each other. This layout of a computer network is known as the computer network architecture.

The following are the two most common computer network architectures:

  1. Client-server. This model consists of many clients -- or nodes -- where at least one network node acts as the central server. The clients in this model don't share resources, but request the central server, as all the resources are installed on it.
  2. Peer-to-peer (P2P). Each connected device on this network behaves as the client, as well as the server, and enjoys similar privileges. The resources of each peer are shared among the entire network, including memory, processing power and printing. Many companies use the P2P architecture to host memory-intensive applications, such as three-dimensional rendering, across multiple network devices.

A well-defined computer network also takes network capacity into account. A network's capacity is how much traffic the network can support at any given time, while still meeting service-level agreements. It's measured in terms of bandwidth, which is quantified by the theoretical maximum number of bits per second that can pass through a network device.

What is a Computer Network? | Definition from TechTarget (1)

Core components of a computer network

The following building blocks -- network devices, links and communication protocols -- make computer network operations possible:

  • Network devices. These physical devices or nodes are the data communication equipment that is connected inside a computer network. Examples of network devices include modems, routers, PCs, servers, firewalls, switches and gateways. Each device in a computer network is identified by a network address and often has easily identifiable hostnames.
  • Links. A link is the transmission medium used for connecting the nodes and enabling them to transmit to each other. The links can be either wired, wireless or optical, such as an Ethernet cable or a Wi-Fi signal. The links can be configured in different ways, both physically and logically, and the network topology dictates the manner in which links and nodes relate to each other.
  • Communication protocols. These are the rules or protocols that all nodes on a network must follow for information transfer. Common protocols include the TCP/IP suite, IEEE 802, Ethernet, WLAN and cellular standards.

TCP/IP is a conceptual model that suggests the following four functional layers for these communication links:

  1. Network access layer. This layer defines how the data is physically transferred through the network, as well as how hardware devices send bits through a network medium, such as coaxial, optical, fiber or twisted-pair cables.
  2. Internet layer. This is the layer where routing takes place. It packages data into packets and enables them to be sent and received over the network. The internet layer includes IP, Address Resolution Protocol and Internet Control Message Protocol.
  3. Transport layer. This layer ensures the stable, sequenced and error-free delivery of data packets. It achieves this by swapping acknowledgment of data reception and retransmitting lost or dropped packets. Typical protocols used at the transport layer include TCP and User Datagram Protocol.
  4. Application layer. Security protocols, such as Transport Layer Security, operate at this layer and play an integral part in ensuring network security. This is the abstraction layer that communicates directly with applications and defines how high-level apps should access the network to start a data transfer. For example, the application layer is used to define where, when and how much data should be sent at a specific rate.

The modern internet architecture is mostly built on the TCP/IP model, which is the simplified version of the more conceptual Open Systems Interconnection model.

Advantages of using a computer network

Computer networks are ideal for the quick exchange of information and the efficient use of resources.

The following are benefits of using a computer network:

  • Resource sharing. Enterprises of all sizes can use a computer network to share resources and critical assets. Resources for sharing can include printers, files, scanners and photocopy machines. Computer networks are especially beneficial for larger and globally spread-out organizations, as they can use a single common network to connect with their employees.
  • Flexibility. Today's computer networks enable people to use flexible communication and resource-sharing methods based on their needs and preferences. For example, some people might use email or instant messaging to communicate, while others might prefer using an app such as WhatsApp.
  • Higher connectivity. Thanks to computer networks, people can stay connected regardless of their location. For example, video calling and document-sharing apps, such as Zoom and Google Docs, enable employees to connect and collaborate remotely.
  • Data security and management. In a computer network, data is centralized on shared servers. This helps network administrators to better manage and protect their company's critical data assets. They can perform regular data backups and enforce security measures, such as multifactor authentication, across all devices collectively.
  • Storage capacity. Most organizations scale over time and have an abundance of data that needs storage. Computer networks, especially those that employ cloud-based technologies, can store massive amounts of data and backups on a centralized remote server that's accessible to everyone, at any given time.
  • Entertainment. Computer networks, especially the internet, offer various sources of entertainment, ranging from computer games to streaming music and videos. Multiplayer games, for example, can only be operated through a local or home-based LAN or a wide area network (WAN), such as the internet.

Types of computer networks

There are several types of computer networks. Which network an organization uses depends on factors such as the number of devices, types of operating systems, transmission medium used, network topology, the distance between each device and their geographic scale.

Some examples of computer networks are the following:

  • LANs. LANs interconnect endpoints in a single domain. Examples of LANs include schools, hospitals and office buildings.
  • WANs. WANs interconnect multiple LANs and span larger geographical areas, such as big cities, states and countries.
  • Metropolitan area networks (MANs). A MAN connects computer resources in a large geographic area, such as a city.
  • Storage area networks (SANs). SANs are specialized and dedicated networks that connect multiple high-performance data storage devices and resources. They provide built-in security and block-level access. A SAN provides disaster recovery because it includes different storage devices, such as disk drives, magnetic tapes and optical storage.
  • Personal area networks (PANs). A PAN is used by one person to connect multiple devices, such as printers and scanners.
  • WLANs. This is a group of colocated devices that use radio transmission instead of wired connections.
  • Campus area networks (CANs). A CAN is a collection of interconnected LANs that are commonly used by larger organizations, such as governments and universities.
  • Virtual private networks (VPNs). A VPN extends a private network over a public network to improve the privacy and security of a network connection.
  • Passive optical networks (PONs). A PON is a fiber optic network that delivers broadband access to end users.
  • Service provider networks. These are network providers that lease network capacity and functionality to customers. Providers typically consist of telecommunication companies, data carriers, internet service providers and cable television providers.
  • Cloud networks. This is a type of WAN, but its infrastructure is delivered by a cloud-based service, such as Amazon Web Services. Cloud networks are a standard approach for modern networks.

Networks can be divided into subnetworks, also called subnets.

What are the different types of network topologies?

A network topology is the physical and logical arrangement of a network. All topologies come with different pros and cons. Organizations should consider the scope of a network -- including its size, scaling needs and business goals -- before selecting a particular topology.

What is a Computer Network? | Definition from TechTarget (2)

Network topologies include the following types:

  • Star network. A star network topology connects all nodes to a common central computer.
  • Ring network. Network devices are connected to two other devices on either side through a coaxial cable or an RJ-45 cable.
  • Full mesh network. All nodes in a full mesh network are connected directly to other nodes.
  • Partial mesh network. Only some nodes connect directly to one another, while others are only connected to one or two other nodes in the network.
  • Point-to-point network. This network provides a dedicated connection between two endpoints.
  • Bus network. A bus network follows the LAN topology, where devices in a single LAN are attached directly to a transmission line known as a bus. All signals pass through all devices, and the recipient device recognizes the signals intended for it.
  • Tree network. This is a hybrid network topology where two or more star networks are connected.

Computer networks come in all shapes and sizes. Explore the seven common types of networks, along with their pros and cons.

This was last updated in March 2023

Continue Reading About computer network

  • An introduction to 8 types of network devices
  • What software-defined LAN means for campus virtualization
  • Wireless access point vs. router: What's the difference?
  • 4 categories of network monitoring
  • Ethernet vs. Carrier Ethernet: How do they differ?

Related Terms

secure access service edge (SASE)
Secure access service edge (SASE), pronounced sassy, is a cloud architecture model that bundles together network and cloud-native...Seecompletedefinition
subnet (subnetwork)
A subnet, or subnetwork, is a segmented piece of a larger network. More specifically, subnets are a logical partition of an IP ...Seecompletedefinition
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP) is a standard protocol on the internet that ensures the reliable transmission of data between...Seecompletedefinition

Dig Deeper on Network infrastructure

  • networking (computer)By: PaulKirvan
  • local area network (LAN)By: KinzaYasar
  • 6 types of quantum network topologiesBy: VenusKohli
  • network hubBy: JessicaScarpati
What is a Computer Network? | Definition from TechTarget (2024)

FAQs

What is a Computer Network? | Definition from TechTarget? ›

A computer network is a group of interconnected nodes or computing devices that exchange data and resources with each other. A network connection between these devices can be established using cable or wireless media.

What is a computer network simple answer? ›

Computer networking refers to interconnected computing devices that can exchange data and share resources with each other. These networked devices use a system of rules, called communications protocols, to transmit information over physical or wireless technologies.

How will you define a computer network? ›

A computer network is a system that connects two or more computing devices for transmitting and sharing information. Computing devices include everything from a mobile phone to a server. These devices are connected using physical wires such as fiber optics, but they can also be wireless.

What is a computer network quizlet? ›

a group of computers connected together to share data.

What is network short answer? ›

A network is basically a collection of computers and other devices that are linked together to exchange data. Each device on the network is referred to as a node, and each node has its own address, which is a numerical value.

What is a computer network kids definition? ›

A computer network connects two or more computers and communication devices. Users can share data, files, or applications on the network as if these resources resided on their respective computers.

What is a computer short answer? ›

What is a computer? A computer is a machine that can store and process information. Most computers rely on a binary system, which uses two variables, 0 and 1, to complete tasks such as storing data, calculating algorithms, and displaying information.

What is the best way to describe a computer network? ›

A computer network is a group of interconnected nodes or computing devices that exchange data and resources with each other. A network connection between these devices can be established using cable or wireless media.

How do you define your network? ›

Genuine networks often stem from friendships or business relationships. Networking is a planned process. In formal and informal settings, you will interact with and become known to people who can provide information about the world of work, job openings, leads, personal contacts, and employers who are hiring.

Where is a computer network? ›

A computer network is a set of computers sharing resources located on or provided by network nodes. Computers use common communication protocols over digital interconnections to communicate with each other.

What is the main purpose of a computer network? ›

Computer networks are generally used to allow devices within the network to transmit, exchange or otherwise share information and resources with one another. Networks may be set up to connect the devices within a home or business environment, all the way up to connecting a nationwide or global enterprise.

What is computer network also known as? ›

Answer: 1) World wide network of computer network is called internet. 2) A standered set of rules by which we can retrieve information on internet is called Internet protocol.

What term defines a network computer? ›

A network computer depends on network servers for processing power and data storage. A network computer is sometimes referred to as a thin client.

What is a computer network and its advantages? ›

A computer network facilitates communication and resource sharing, enhancing efficiency and productivity. It allows for rapid data transfer and sharing of software, thus reducing costs. Additionally, it offers improved storage capacity and enhances data security by enabling data backup systems.

What is networking one word answer? ›

(netwɜːʳkɪŋ ) 1. uncountable noun. Networking is the process of trying to meet new people who might be useful to you in your job, often through social activities.

Which of the following is the best definition for networking? ›

Networking is the exchange of information and ideas among people with a common profession or special interest, often in an informal social setting.

What is a simple network explanation? ›

It's essentially any network device—computers, printers, modems, bridges or switches—that can recognize, process and transmit information to another network node. Each node requires some form of identification (such an IP or MAC address) to receive access to the network.

What are 3 examples of a computer network? ›

Examples of Computer Networks
  • Your home network. Connecting your laptop, smartphone, printer, and smart TV allows you to share files, print documents, and stream content across devices. ...
  • School or office network. ...
  • 3. Cafe with free Wi-Fi. ...
  • Cloud Computing Network. ...
  • Smart City Network.
May 20, 2024

What is the difference between network and internet? ›

A network is a connection of two or more computers or devices that allows for internal communication and collaboration between the users of those devices. The internet is a global connection of multiple networks that allows a user to access information and data remotely.

Top Articles
Irish Pub Pasties Recipe | An Easy St. Patricks Day Treat for All
Recipe(tried): Basic Scones [6 recipes] Basic Muffins [5 recipes]
Sdn Md 2023-2024
Duralast Gold Cv Axle
Bashas Elearning
Ups Dropoff Location Near Me
New Slayer Boss - The Araxyte
Koordinaten w43/b14 mit Umrechner in alle Koordinatensysteme
Mr Tire Prince Frederick Md 20678
Klustron 9
Tanger Outlets Sevierville Directory Map
Shaniki Hernandez Cam
Ogeechee Tech Blackboard
Turbocharged Cars
Transformers Movie Wiki
The Rise of Breckie Hill: How She Became a Social Media Star | Entertainment
Craigslist Alabama Montgomery
10 Best Places to Go and Things to Know for a Trip to the Hickory M...
60 X 60 Christmas Tablecloths
Tygodnik Polityka - Polityka.pl
Zoe Mintz Adam Duritz
How many days until 12 December - Calendarr
Il Speedtest Rcn Net
Regina Perrow
Tuw Academic Calendar
Blackboard Login Pjc
Royalfh Obituaries Home
Expression Home XP-452 | Grand public | Imprimantes jet d'encre | Imprimantes | Produits | Epson France
Where to eat: the 50 best restaurants in Freiburg im Breisgau
Tripcheck Oregon Map
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Mumu Player Pokemon Go
Unm Hsc Zoom
Www.craigslist.com Syracuse Ny
CVS Near Me | Somersworth, NH
To Give A Guarantee Promise Figgerits
Build-A-Team: Putting together the best Cathedral basketball team
Are you ready for some football? Zag Alum Justin Lange Forges Career in NFL
Today's Gas Price At Buc-Ee's
Mckinley rugzak - Mode accessoires kopen? Ruime keuze
Leena Snoubar Net Worth
The Realreal Temporary Closure
Alston – Travel guide at Wikivoyage
Cocorahs South Dakota
Powerspec G512
Studentvue Calexico
American Bully Puppies for Sale | Lancaster Puppies
Devotion Showtimes Near Showplace Icon At Valley Fair
Mit diesen geheimen Codes verständigen sich Crew-Mitglieder
Washington Craigslist Housing
Rubmaps H
Overstock Comenity Login
Latest Posts
Article information

Author: Otha Schamberger

Last Updated:

Views: 5658

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Otha Schamberger

Birthday: 1999-08-15

Address: Suite 490 606 Hammes Ferry, Carterhaven, IL 62290

Phone: +8557035444877

Job: Forward IT Agent

Hobby: Fishing, Flying, Jewelry making, Digital arts, Sand art, Parkour, tabletop games

Introduction: My name is Otha Schamberger, I am a vast, good, healthy, cheerful, energetic, gorgeous, magnificent person who loves writing and wants to share my knowledge and understanding with you.