Types of Networks – Complete Overview
Introduction: How Networks Are Classified
Networks are classified based on three key factors: their geographic scope (how much physical area they cover), their scale (number of devices and users), and their purpose (what specific problem they solve). Understanding these distinctions is foundational for the CCNA exam and for designing networks in the real world.
Related pages: VLANs / LAN | WAN | MAN | OSI Layer Functions | IPsec Basics | Site-to-Site vs Remote-Access VPN | WAN Technologies | Fiber vs Copper
1. Local Area Network (LAN)
A LAN connects devices within a single building, floor, or small campus. It is the most common network type and forms the foundation of every enterprise, school, and home network.
| Attribute | Details |
|---|---|
| Geographic scope | Single room, floor, building, or small campus (up to ~1 km) |
| Speed | 100 Mbps to 10+ Gbps (Fast Ethernet, Gigabit, 10GbE) |
| Ownership | Owned and managed by a single organisation |
| Technologies | Ethernet (IEEE 802.3) for wired; Wi-Fi (IEEE 802.11) for wireless |
| Cost | Low — uses inexpensive switches and cabling |
| Typical topology | Star (central switch) |
2. Wide Area Network (WAN)
A WAN connects multiple LANs across large geographic distances — cities, countries, or continents — using third-party carrier infrastructure such as leased lines, MPLS, or the public Internet.
| Attribute | Details |
|---|---|
| Geographic scope | Cities, countries, or continents — theoretically unlimited |
| Speed | Lower than LAN — typically 1 Mbps to 10 Gbps depending on link type |
| Ownership | Infrastructure provided by ISPs or telcos; leased by the organisation |
| Technologies | MPLS, SD-WAN, leased lines, Metro Ethernet, 4G/5G, satellite |
| Cost | High — paying for long-distance carrier infrastructure |
| Latency | Higher than LAN — especially for intercontinental links |
3. Metropolitan Area Network (MAN)
A MAN spans a city or large campus — bigger than a LAN but smaller than a WAN. It is typically owned by a city, government, or large enterprise and connects multiple buildings across a metropolitan area.
| Attribute | Details |
|---|---|
| Geographic scope | 5–50 km — city or large campus |
| Speed | Medium to high — often uses fibre optic backbone |
| Technologies | Metro Ethernet, fibre ring (SONET/SDH), WiMAX |
| Ownership | City government, university system, or large enterprise |
4. Personal Area Network (PAN)
A PAN is a very short-range network centred around a single person and their personal devices — typically spanning a desk or a few metres at most.
| Attribute | Details |
|---|---|
| Geographic scope | Up to ~10 metres around one person |
| Technologies | Bluetooth (most common), NFC, infrared, USB tethering |
| Devices | Smartphones, laptops, wireless earbuds, smartwatches, fitness trackers |
| Cost | Very low — uses built-in radios on consumer devices |
5. Campus Area Network (CAN)
A CAN connects multiple buildings and LANs within a defined, limited geographic area such as a university campus, business park, hospital complex, or military base — owned entirely by a single organisation.
| Attribute | Details |
|---|---|
| Geographic scope | Multiple buildings within ~1–5 km |
| Speed | High — typically Gigabit or 10 Gigabit fibre backbones |
| Ownership | Single organisation (university, hospital, corporation) |
| Topology | Hierarchical star — core/distribution/access layers |
6. Storage Area Network (SAN)
A SAN is a specialised, high-speed network dedicated exclusively to connecting servers to shared storage systems. SANs are isolated from the general LAN to ensure storage traffic does not compete with user traffic.
| Attribute | Details |
|---|---|
| Purpose | Provide fast, dedicated access to shared storage (disk arrays, tape libraries) |
| Scope | Data centre — typically within a single building or campus |
| Speed | Very high — 16/32 Gbps Fibre Channel; 10/25/100 Gbps iSCSI |
| Technologies | Fibre Channel (FC), iSCSI, FCoE (Fibre Channel over Ethernet) |
| Key benefit | Multiple servers share one storage pool; storage appears as local disk |
7. Virtual Private Network (VPN)
A VPN is not a physical network type but a logical overlay — a secure, encrypted tunnel built on top of an existing network (usually the public Internet) that makes remote users and sites appear to be directly connected to a private network.
| Attribute | Details |
|---|---|
| Type | Logical overlay — not a separate physical infrastructure |
| Security | Encrypts all traffic — protects data over untrusted public networks |
| Protocols | IPsec, SSL/TLS, OpenVPN, WireGuard, GRE |
| Use cases | Remote worker access, site-to-site branch connectivity, secure browsing |
| Cost | Low to medium — uses existing internet infrastructure |
See also: IPsec Basics | Site-to-Site vs Remote Access VPN
8. Emerging Network Types
| Type | Description | Use Cases |
|---|---|---|
| IoT Networks | Networks connecting billions of low-power smart devices that sense, report, and act on environmental data | Smart homes, industrial automation (Industry 4.0), smart cities, healthcare monitoring |
| Wireless Sensor Networks (WSN) | Distributed sensor nodes communicating wirelessly, often battery-powered and self-organising | Environmental monitoring, precision agriculture, structural health monitoring |
| SD-WAN | Software-defined WAN — centralised control plane managing multiple WAN links (MPLS + internet + 4G) intelligently | Branch office connectivity, cloud-first enterprises replacing traditional MPLS |
9. Comprehensive Comparison Table
| Type | Scope | Speed | Cost | Ownership | Typical Topology | Primary Use |
|---|---|---|---|---|---|---|
| LAN | Building/floor | 1–10+ Gbps | Low | Single org | Star | Office, home, school |
| WAN | Country/world | 1 Mbps–10 Gbps | High | ISP/carrier | Partial mesh | Multi-site enterprise, internet |
| MAN | City (~50 km) | Gbps (fibre) | Medium | City/large org | Ring/mesh | City government, university system |
| PAN | ~10 metres | 1–50 Mbps | Very low | Individual | Point-to-point | Personal devices, wearables |
| CAN | Campus (~5 km) | 1–10 Gbps | Medium | Single org | Hierarchical star | University, hospital, business park |
| SAN | Data centre | 16–100 Gbps | Very high | Single org | Fabric/mesh | Shared storage for servers |
| VPN | Virtual (any) | Varies | Low–medium | Organisation | Tunnel overlay | Secure remote access, site-to-site |
10. Network Topologies by Network Type
| Topology | Description | Common Network Types |
|---|---|---|
| Star | All devices connect to a central switch or hub | LAN, CAN (most common modern topology) |
| Mesh | Every node has multiple connections to other nodes | WAN, SAN, MAN (provides redundancy) |
| Ring | Devices connected in a closed loop | MAN (SONET/SDH fibre rings), legacy LANs |
| Bus | All devices share a single communication backbone | Legacy small LANs (coax Ethernet), IoT sensor buses |
| Hierarchical | Core / Distribution / Access three-tier layered design | Enterprise CAN, large LAN |
11. Choosing the Right Network Type
| Requirement | Recommended Type |
|---|---|
| Connect devices within a single building | LAN |
| Connect offices in different countries | WAN (MPLS or SD-WAN) |
| Secure remote worker access over the Internet | VPN |
| Connect multiple university buildings across a campus | CAN |
| Link public facilities (schools, libraries) across a city | MAN |
| Connect personal devices (headset, watch, laptop) | PAN |
| Share storage arrays among data centre servers | SAN |
| Monitor environmental sensors across a field or facility | IoT / WSN |
Types of Networks Quiz
Related Topics & Step-by-Step Tutorials
Continue your networking fundamentals studies:
- What is a Network? — Definition and Fundamentals — what a computer network is — components, types, protocols
- Types of Networks – Complete Overview — LAN, WAN, MAN, PAN, CAN, SAN, VPN, IoT explained
- Local Area Network (LAN) — LAN — Ethernet, switches, VLANs, local networking
- Metropolitan Area Network (MAN) — MAN — metro Ethernet, fibre rings, city-scale networking
- Personal Area Network (PAN) — PAN — Bluetooth, USB, near-field networking
- Wide Area Network (WAN) — WAN — MPLS, SD-WAN, Internet-based connectivity
- OSI Model – All 7 Layers Explained — OSI model — how protocols map to each layer
- Network Switch — switching fundamentals for LANs
- Routers — routing fundamentals connecting LANs and WANs
- Ethernet Cable Standards — IEEE 802.3 Ethernet standards