# What is a Computer Network
## Definition
A computer network is a system in which two or more computing devices are connected to each other for the purpose of sharing resources and exchanging data. These devices can be computers, smartphones, tablets, printers, servers, or any other device capable of sending and receiving data. The connection between devices can be established through physical cables such as Ethernet or fiber optic cables, or through wireless media such as WiFi, Bluetooth, or cellular signals.
## Why Computer Networks Exist
Before networking was invented, computers worked in isolation. Every user had to physically carry data from one computer to another using floppy disks or other storage media. This process was slow, inefficient, and error prone. As the number of computers in organizations grew, the need to share data and resources became urgent. Networks were created to solve this problem by allowing devices to communicate directly with each other over a shared medium.
## What Can a Network Do
A computer network allows users to share hardware resources such as printers and scanners so that multiple users can use the same device without each person needing their own copy. Networks allow sharing of software applications and databases that are stored on a central server and accessed by many users simultaneously. Networks enable communication through email, video conferencing, instant messaging, and voice calls over the internet. Networks also allow files and data to be transferred between devices quickly and efficiently.
## How a Network Works
Every device connected to a network is called a node. Each node has a unique address that identifies it on the network. When one device wants to send data to another, it breaks the data into small units called packets. Each packet contains the address of the destination device. The packet travels through the network, passing through devices called routers and switches, until it reaches the correct destination. The receiving device reassembles the packets into the original data.
## Basic Components of a Network
A network consists of end devices which are the computers and smartphones that users interact with. It also includes network devices such as routers, switches, and hubs that direct traffic within the network. Transmission media such as cables and wireless signals carry the data between devices. Protocols are the rules that govern how devices communicate with each other. Without protocols, devices would not understand each other even if they were physically connected.
## Types of Networks Based on Size
Networks are classified based on the geographical area they cover. A Personal Area Network or PAN covers a very small area such as around a single person and includes connections like Bluetooth between a phone and headphones. A Local Area Network or LAN covers a building or campus and is what most offices and schools use. A Metropolitan Area Network or MAN covers a city and is often used by cable television companies or city governments. A Wide Area Network or WAN covers a large geographic area such as a country or the entire globe. The internet is the largest WAN in existence.
## Importance of Networks Today
In the modern world, computer networks are essential to nearly every aspect of life. Banking systems rely on networks to process transactions. Hospitals use networks to share patient records between departments. Schools and universities use networks for online learning and research. Businesses use networks for communication, file sharing, and running cloud-based applications. Entertainment platforms like streaming services and online games depend entirely on networks. Without networks, the modern digital economy would collapse.Back to Subject