Types of computer networks by scope: PAN, LAN, MAN, WAN and more
Network labels such as PAN, LAN, MAN, and WAN describe the scale and administrative context of connectivity. They are useful shortcuts, but they do not define one exact technology. A LAN can use Ethernet and Wi-Fi; a WAN can use carrier Ethernet, MPLS, Internet VPNs, leased circuits, or other services.
From smaller to larger
PAN → LAN → MAN → WAN is a useful scale progression, although boundaries are approximate.
Responsibilities
The larger the scope, the more likely multiple organizations, carriers, and administrative domains are involved.
Connection to subnetting
Regardless of physical scale, IP networks still need addressing, prefixes, routing, and policy.
1. PAN (Personal Area Network): your personal digital bubble
What is it?
A PAN connects devices around one person or a very small physical area. It is commonly wireless and optimized for short range and low power.
Real examples
A phone connected to a smartwatch, wireless headphones, a laptop tethered to a phone, or a sensor communicating with a nearby controller can all fit the PAN concept.
Bluetooth
Bluetooth is widely used for short-range peripherals, audio, and personal devices.
Zigbee
Zigbee and related low-power technologies are common in sensors and automation ecosystems.
NFC
NFC operates at extremely short range and is used for contactless interactions such as payments, identification, and pairing workflows.
2. LAN (Local Area Network): the administrator's domain
What is it?
A LAN connects devices within a limited area such as a home, office, floor, or building and is normally managed by one organization or owner.
Key characteristics
High speed
LANs commonly use high-speed Ethernet and Wi-Fi with low local latency compared with long-distance networks.
Private ownership
The organization usually controls switches, access points, VLANs, addressing, and security policy.
Technologies
Ethernet, Wi-Fi, VLANs, IPv4/IPv6, DHCP, DNS, and local routing are typical LAN building blocks.
Typical ranges and how to remember them
Do not memorize LAN, MAN, and WAN as exact distances. Think in terms of operational scope: local premises, metropolitan/regional connectivity, and long-distance inter-site networking.
3. MAN (Metropolitan Area Network): connecting a city
What is it?
A MAN spans a metropolitan area and can connect several sites across a city or urban region. It may be operated by a carrier, municipality, university, or large organization.
Real examples
City-wide fiber connecting public buildings, a university linking campuses across a metropolitan area, or a provider delivering metro Ethernet services are common examples.
4. WAN (Wide Area Network): networks across distance
What is it?
A WAN connects geographically separated LANs or sites over regional, national, or global distances.
Critical differences from a LAN
You may not own the transport
WAN connectivity often depends on carriers, service providers, or the public Internet. This changes troubleshooting and service-level expectations.
Latency matters more
Distance and provider paths add delay. A 1 Gbit/s WAN does not behave like a 1 Gbit/s link inside one rack because round-trip time and loss affect applications.
Technologies
Internet VPNs, SD-WAN, leased services, carrier Ethernet, MPLS-based services, and direct cloud connectivity can all be part of WAN designs.
5. Other useful labels: SAN, VLAN, and VPN
SAN (Storage Area Network) is a specialized network for block-storage connectivity in data centers. VLAN (Virtual LAN) is not a geographic size category; it creates logical Layer 2 segmentation inside switching infrastructure. VPN (Virtual Private Network) creates a protected logical connection over another network, commonly for remote access or site-to-site connectivity.
These terms describe purpose or virtualization rather than physical scope, which is why they should not be treated as direct alternatives to PAN/LAN/MAN/WAN.
Summary comparison
| Type | Typical scope | Example |
|---|---|---|
| PAN | Personal/very short range | Phone + wearable |
| LAN | Home/building/site | Office Ethernet/Wi-Fi |
| MAN | Metropolitan area | City fiber network |
| WAN | Long distance/multi-site | Branches connected across countries |
| SAN | Data-center storage fabric | Servers to storage arrays |
| VLAN | Logical L2 segment | Employee vs guest network |
| VPN | Protected logical tunnel | Remote worker or site-to-site tunnel |
Conclusion: why this matters for IP addressing and subnetting
Network type tells you about scope and ownership, but IP design still determines how hosts are grouped and routed. A LAN can contain many VLANs and subnets. A WAN can connect hundreds of LAN prefixes. Understanding the scope helps you decide where addressing boundaries, routing, security, and summarization should live.
Continue with network topologies, transmission media, and IP addressing.
Quick FAQs
Is Wi-Fi a LAN or a WAN?
Wi-Fi is a wireless LAN technology. A Wi-Fi network can provide access to a WAN such as the Internet, but the radio network itself is local.
Is a VLAN a type of LAN?
A VLAN creates a logical Layer 2 LAN/broadcast domain inside switching infrastructure. It is a segmentation technique, not a geographic scope category.