What Is a Network
A network is a group of devices connected together so they can share information. Your phone, laptop, smart TV, and printer all form a small network at home when they connect to the same Wi-Fi router. At a company, hundreds or thousands of devices connect together to share files, printers, internet access, and applications.
Understanding what a network is forms the starting point for learning how to keep one secure.
A Simple Way to Picture a Network
Think of a network like a postal system inside a city. Each house has a unique address. When you send a letter, the postal worker reads the address, picks the right route, and delivers it to the correct house. On a computer network, devices play the role of houses, and data packets play the role of letters.
[ Your Laptop ]
|
| (cable or Wi-Fi)
|
[ Router ]
|
_____|_____
| |
[ Phone ] [ Printer ]
The router in the diagram above acts like a post office — it reads where each packet needs to go and sends it down the right path.
What Makes Up a Network
Every network has three basic building blocks:
Devices (Endpoints)
These are the machines that send or receive data — laptops, phones, servers, printers, smart cameras, and anything else that connects to the network.
Links
Links are the paths data travels on. They can be physical cables (Ethernet) or wireless signals (Wi-Fi, Bluetooth, 5G). A wired link is like a train track — fast and predictable. A wireless link is like a radio broadcast — convenient but easier to intercept.
Network Devices
Routers, switches, and access points manage how data moves between devices. A switch connects devices inside the same building. A router connects your local network to the internet or to another network.
INSIDE YOUR OFFICE (LAN) -------------------------- [ PC1 ] ---+ [ PC2 ] ---+--- [ Switch ] --- [ Router ] --- [ Internet ] [ PC3 ] ---+
Why Networks Exist
Networks make three things possible:
Resource Sharing
Twenty employees can all print to one printer instead of buying twenty printers. One file server stores documents that the whole team can read or edit.
Communication
Email, video calls, and instant messaging all travel over networks. Without a network, sending a message to a colleague one floor away would require walking over or using a phone.
Centralized Management
IT teams update software, enforce security policies, and monitor all devices from one central location instead of visiting every desk.
How Data Actually Moves
Data does not travel as one big block. It breaks into small chunks called packets. Each packet carries a piece of the original message plus the sender and receiver addresses. The network reassembles all the packets at the destination.
Original Message: "Hello, Network!" Packet 1: [ "Hel" | From: 192.168.1.5 | To: 192.168.1.10 ] Packet 2: [ "lo," | From: 192.168.1.5 | To: 192.168.1.10 ] Packet 3: [ " Ne" | From: 192.168.1.5 | To: 192.168.1.10 ] Packet 4: [ "two" | From: 192.168.1.5 | To: 192.168.1.10 ] Packet 5: [ "rk!" | From: 192.168.1.5 | To: 192.168.1.10 ] Destination reassembles: "Hello, Network!"
Breaking data into packets has a big advantage: if one packet gets lost or corrupted, only that small piece needs to be resent, not the entire message.
Networks and Security
Every connection point in a network is a potential entry point for an attacker. A home Wi-Fi router with a weak password lets strangers use your internet and see your traffic. A company switch with no security rules lets one infected computer spread malware to every other computer on the same network.
Security starts the moment you design a network. Every device, every link, and every router is a decision point — you either protect it or leave it exposed.
Key Terms to Remember
Node: Any device connected to a network.
Packet: A small chunk of data with addressing information attached.
Router: A device that forwards packets between networks.
Switch: A device that connects devices within the same network.
LAN (Local Area Network): A network covering a small area like a home or office.
WAN (Wide Area Network): A network that spans cities, countries, or the globe. The internet is the world's largest WAN.
