CS Fundamentals
Learn about different types of computer networks — PAN, LAN, MAN, and WAN — their characteristics, uses, and how they differ in scope and technology.
Introduction
Computer networks come in all sizes — from the Bluetooth connection between your phone and wireless earbuds to the global internet connecting billions of devices across continents. Understanding the different types of networks and when each is appropriate is fundamental to networking knowledge. In exams and interviews, you will frequently be asked to compare network types, explain their characteristics, and identify which type applies to a given scenario.
Networks are primarily classified by their geographic scope — how large an area they cover. Each type has distinct characteristics in terms of speed, cost, ownership, and technology used. Let us explore each type in detail with real-world examples that make the concepts concrete and memorable.
PAN — Personal Area Network
A Personal Area Network is the smallest type of network, covering a very short range (typically within 10 meters or about 30 feet) around a single person. It connects personal devices to each other or to a personal access point.
The most common example is Bluetooth connectivity. When your smartphone connects to your wireless earbuds, fitness band, smartwatch, or car's infotainment system — that is a PAN. Another example is tethering your laptop to your phone's internet connection via Bluetooth or USB. Infrared connections (like some older TV remotes) also technically form PANs.
Characteristics of PAN: very short range (under 10 meters), very low cost, low power consumption (designed for battery-powered devices), relatively low data speeds (Bluetooth up to 3 Mbps, though newer versions are faster), used for personal convenience rather than organizational infrastructure.
A more recent PAN technology is NFC (Near Field Communication) — the technology used for contactless payments. When you tap your phone or card to a payment terminal, an extremely short-range PAN (under 4 centimeters) is formed for the few milliseconds needed to transfer payment data.
LAN — Local Area Network
A Local Area Network connects devices within a limited area — typically a single building, office, school, or home. LANs are the workhorses of organizational networking, enabling employees to share resources, communicate, and access the internet.
Your home WiFi network is a LAN. When your laptop, phone, smart TV, and gaming console all connect to your router, they form a LAN. A school computer lab where 30 computers connect to a switch and share a printer is a LAN. An office floor where employees share files through a network server is a LAN.
Characteristics of LAN: covers a small geographic area (up to a few hundred meters), high data transfer speeds (100 Mbps to 10 Gbps), low cost to set up and maintain, privately owned and managed by the organization, uses Ethernet (wired) and WiFi (wireless) technologies, low latency (fast response times), and high reliability.
The key technologies in modern LANs are Ethernet (IEEE 802.3 standard) for wired connections using Cat5e or Cat6 cables, and WiFi (IEEE 802.11 standard) for wireless connections. Switches connect multiple wired devices, while wireless access points provide WiFi coverage.
MAN — Metropolitan Area Network
A Metropolitan Area Network covers a larger geographic area than a LAN — typically spanning a city or a large campus. It connects multiple LANs within a metropolitan area.
Examples include a university campus network connecting multiple buildings (library, classrooms, hostels, labs) into one interconnected network. City-wide WiFi networks provided by municipalities. Cable television networks that also provide internet service across a city. A company with multiple offices across a city connected through a dedicated high-speed link.
Characteristics of MAN: covers a city-scale area (up to about 50 kilometers), moderate cost (more than LAN, less than WAN), moderate to high data transfer speeds, may be owned by a single organization or a service provider, uses technologies like fiber optics, WiMAX, and Metro Ethernet. MANs are less common as a distinct category today because WAN technologies have become affordable enough to cover metropolitan areas.
WAN — Wide Area Network
A Wide Area Network spans large geographic areas — countries, continents, or the entire globe. The internet itself is the largest and most well-known WAN, connecting billions of devices worldwide.
Other WAN examples include a multinational company's network connecting offices in Mumbai, London, New York, and Tokyo. Banking networks connecting thousands of ATMs and branches across a country. Government networks connecting administrative offices in different states.
Characteristics of WAN: covers large geographic areas (cities to global), relatively lower speeds than LAN (though improving with fiber infrastructure), high cost (especially for dedicated connections), typically uses leased telecommunications lines or public internet infrastructure, higher latency (data travels longer distances), and involves multiple technologies and service providers.
WANs use various technologies including leased lines (dedicated point-to-point connections), MPLS (Multi-Protocol Label Switching for efficient routing), satellite links (for remote or mobile connections), undersea fiber optic cables (carrying the majority of intercontinental internet traffic), and VPNs (Virtual Private Networks using public internet infrastructure with encryption for security).
Comparing Network Types
When comparing network types in exams, focus on these key dimensions. Range increases from PAN to WAN. Speed generally decreases as range increases (PAN excepted due to Bluetooth limitations). Cost increases with range. Ownership shifts from personal to private organizational to shared/leased. Technology varies significantly — Bluetooth for PAN, Ethernet/WiFi for LAN, fiber/Metro Ethernet for MAN, and leased lines/satellite for WAN.
Additional Network Types
WLAN (Wireless LAN) is simply a LAN using WiFi instead of cables. It is a subset of LAN, not a separate category, but is commonly listed separately in textbooks.
SAN (Storage Area Network) is a specialized network dedicated to connecting storage devices (disk arrays, tape libraries) to servers. It is separate from the regular LAN and optimized for high-speed, high-reliability data transfer. Used in data centers and enterprise environments.
VPN (Virtual Private Network) creates a secure, encrypted "tunnel" through a public network (usually the internet). It makes a remote device appear as if it is on a local private network — enabling secure remote access to corporate resources from anywhere in the world.
Key Takeaways
- Networks are classified primarily by geographic scope: PAN, LAN, MAN, WAN
- PAN covers personal space (Bluetooth, NFC) — under 10 meters
- LAN covers a building or campus — high speed, low cost, privately owned
- MAN covers a city — connects multiple LANs across metropolitan areas
- WAN covers countries to global — lower speed, higher cost, uses telecom infrastructure
- The internet is the largest WAN connecting billions of devices worldwide
- Speed generally decreases and cost increases as network scope grows
- Know real-world examples for each type — this is commonly tested in exams
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Types of Networks.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Computer Fundamentals topic.
Search Terms
computer-fundamentals, computer fundamentals, computer, fundamentals, networking, basics, types, networks
Related Computer Fundamentals Topics