Types of Networks: PAN, LAN, MAN, WAN
Quick answer Networks are classified by the geographical area they cover — PAN around one person, LAN inside a building, MAN across a city, WAN across countries — and that area decides who owns the network, how fast it is and what it costs.
A computer network is two or more computing devices connected together so they can exchange data and share resources such as files, printers and an internet connection. Each device on a network is called a node.
The standard way to classify networks is by geographical spread. This is not just a naming exercise. As the area grows, three things change together, and the board expects you to know why:
- The owner changes. A small network is owned by one person or one organisation. A large one has to cross public land, so it must rent lines from telecom companies.
- The speed usually falls, because signals travel further and pass through more intermediate devices.
- The cost and error rate rise, for the same reason.
PAN (Personal Area Network) is the smallest, organised around a single person, typically within about 10 metres. Your phone connected to wireless earbuds, a smartwatch syncing to that phone, or a laptop using the phone's hotspot — all PANs. The usual technologies are Bluetooth, infrared and USB. It is owned by the individual and needs no administrator.
LAN (Local Area Network) covers one building or one campus — a school computer lab, an office floor, a college hostel. Its defining feature is that the organisation owns the cabling itself, so it can install as much bandwidth as it likes. That is why a LAN is the fastest and most reliable of the four, and why file transfer inside your lab feels instant. Technologies are Ethernet (wired) and Wi-Fi (wireless).
MAN (Metropolitan Area Network) spans a city, of the order of tens of kilometres. It is normally built by joining several LANs together. Classic examples are a cable TV network across a city, and a bank connecting all its branches within Pune to one another. A MAN usually belongs to a single large organisation or to an Internet Service Provider, and it often has to use public rights of way, so it is costlier per node than a LAN.
WAN (Wide Area Network) spans countries and continents. The Internet is the largest WAN in existence. No single body owns it — it is thousands of networks agreeing to interconnect. It runs on leased telephone lines, undersea optical fibre and satellite links. Because data crosses many routers belonging to many operators, a WAN has the highest delay and the highest error rate of the four.
| Feature | PAN | LAN | MAN | WAN |
|---|---|---|---|---|
| Area covered | About 10 m, one person | A building or campus | A city (tens of km) | Country, continent, globe |
| Owned by | The individual | One organisation | One organisation or an ISP | Many operators, no single owner |
| Speed | Low | Highest | Moderate | Lowest |
| Error rate | Low | Lowest | Moderate | Highest |
| Typical medium | Bluetooth, infrared, USB | Ethernet cable, Wi-Fi | Optical fibre, coaxial cable | Leased lines, fibre, satellite |
| Example | Phone to earbuds | School computer lab | Cable TV across Pune | The Internet |
Worked example — classify each situation and justify it. The board asks this as a one-line scenario, and the marks are for the reason, not the label.
| Situation | Type | Why |
|---|---|---|
| Ananya's laptop prints to a Bluetooth printer on her own desk | PAN | Both devices belong to one person and are within a few metres |
| All 60 computers in a school's two labs share one printer and one server | LAN | Single campus, cabling owned by the school |
| A hospital links its four branches across Nagpur on its own fibre | MAN | Several LANs joined within one city, one owner |
| A student in Chennai opens a website hosted in Germany | WAN | Data crosses countries over networks owned by many operators |
Worked example — watching the WAN actually work. Domain names were resolved to IP addresses from a machine in India. Each of these servers sits in a different network, and every one of them is reached over the WAN:
cbseacademic.nic.in -> 164.100.230.217
www.nic.in -> 23.58.95.96, 23.58.95.125
www.google.co.in -> 142.251.221.99Look at the middle line. One name answered with two addresses at once. That is not an error: a busy site runs several servers and publishes an address for each, so visitors are spread across them. If you run this lookup yourself, the numbers for the large sites will very likely differ from the ones printed here, because they change over time and from place to place. The name is stable; the address behind it need not be — which is exactly why we type names instead of numbers.
- Networks are classified by geographical area: PAN < LAN < MAN < WAN.
- A LAN is the fastest and most reliable because the organisation owns its own cabling and can install as much bandwidth as it wants.
- The Internet is the largest WAN; no single organisation owns it.
- As area grows, speed falls while cost and error rate rise — state this reason, not just the label, in scenario questions.
- A MAN is usually built by connecting several LANs across one city.
