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.

  Network Scale (smallest to largest)
  ------------------------------------
  PAN        LAN        CAN        MAN         WAN
  (desk)  (building) (campus)   (city)    (country/world)
  |<-1m->|<----100m-->|<---1km-->|<--50km-->|<-unlimited->|

  Special Purpose:
  SAN  = Storage Area Network (data center)
  VPN  = Virtual Private Network (logical overlay)
  IoT  = Internet of Things (sensor/device mesh)
    

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.

AttributeDetails
Geographic scopeSingle room, floor, building, or small campus (up to ~1 km)
Speed100 Mbps to 10+ Gbps (Fast Ethernet, Gigabit, 10GbE)
OwnershipOwned and managed by a single organisation
TechnologiesEthernet (IEEE 802.3) for wired; Wi-Fi (IEEE 802.11) for wireless
CostLow — uses inexpensive switches and cabling
Typical topologyStar (central switch)
Real-world examples: An office network connecting PCs, printers, and servers. A school computer lab. A home network connecting laptops, phones, and a smart TV via Wi-Fi.

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.

AttributeDetails
Geographic scopeCities, countries, or continents — theoretically unlimited
SpeedLower than LAN — typically 1 Mbps to 10 Gbps depending on link type
OwnershipInfrastructure provided by ISPs or telcos; leased by the organisation
TechnologiesMPLS, SD-WAN, leased lines, Metro Ethernet, 4G/5G, satellite
CostHigh — paying for long-distance carrier infrastructure
LatencyHigher than LAN — especially for intercontinental links
Real-world example: A multinational company connecting its London, New York, and Singapore offices over MPLS. The Internet itself is the world's largest WAN.

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.

AttributeDetails
Geographic scope5–50 km — city or large campus
SpeedMedium to high — often uses fibre optic backbone
TechnologiesMetro Ethernet, fibre ring (SONET/SDH), WiMAX
OwnershipCity government, university system, or large enterprise
Real-world example: A city-wide fibre network connecting all public schools and libraries. A university system connecting multiple campuses across a city.

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.

AttributeDetails
Geographic scopeUp to ~10 metres around one person
TechnologiesBluetooth (most common), NFC, infrared, USB tethering
DevicesSmartphones, laptops, wireless earbuds, smartwatches, fitness trackers
CostVery low — uses built-in radios on consumer devices
Real-world example: A smartphone connected via Bluetooth to wireless earbuds and a smartwatch simultaneously. A laptop tethered to a mobile phone for internet access.

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.

AttributeDetails
Geographic scopeMultiple buildings within ~1–5 km
SpeedHigh — typically Gigabit or 10 Gigabit fibre backbones
OwnershipSingle organisation (university, hospital, corporation)
TopologyHierarchical star — core/distribution/access layers
Real-world example: A university connecting all departments, libraries, dormitories, and research centres on campus with a centralised core switch infrastructure.

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.

AttributeDetails
PurposeProvide fast, dedicated access to shared storage (disk arrays, tape libraries)
ScopeData centre — typically within a single building or campus
SpeedVery high — 16/32 Gbps Fibre Channel; 10/25/100 Gbps iSCSI
TechnologiesFibre Channel (FC), iSCSI, FCoE (Fibre Channel over Ethernet)
Key benefitMultiple servers share one storage pool; storage appears as local disk
Real-world example: A data centre using a Fibre Channel SAN so 50 servers can all access a centralised storage array for databases and virtual machine disk images.

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.

AttributeDetails
TypeLogical overlay — not a separate physical infrastructure
SecurityEncrypts all traffic — protects data over untrusted public networks
ProtocolsIPsec, SSL/TLS, OpenVPN, WireGuard, GRE
Use casesRemote worker access, site-to-site branch connectivity, secure browsing
CostLow to medium — uses existing internet infrastructure
Real-world example: A remote employee uses a VPN client to create an encrypted tunnel to HQ — their laptop appears to be inside the office network, accessing internal file servers and applications securely.

See also: IPsec Basics | Site-to-Site vs Remote Access VPN

8. Emerging Network Types

TypeDescriptionUse Cases
IoT NetworksNetworks connecting billions of low-power smart devices that sense, report, and act on environmental dataSmart homes, industrial automation (Industry 4.0), smart cities, healthcare monitoring
Wireless Sensor Networks (WSN)Distributed sensor nodes communicating wirelessly, often battery-powered and self-organisingEnvironmental monitoring, precision agriculture, structural health monitoring
SD-WANSoftware-defined WAN — centralised control plane managing multiple WAN links (MPLS + internet + 4G) intelligentlyBranch office connectivity, cloud-first enterprises replacing traditional MPLS

9. Comprehensive Comparison Table

TypeScopeSpeedCostOwnershipTypical TopologyPrimary Use
LANBuilding/floor1–10+ GbpsLowSingle orgStarOffice, home, school
WANCountry/world1 Mbps–10 GbpsHighISP/carrierPartial meshMulti-site enterprise, internet
MANCity (~50 km)Gbps (fibre)MediumCity/large orgRing/meshCity government, university system
PAN~10 metres1–50 MbpsVery lowIndividualPoint-to-pointPersonal devices, wearables
CANCampus (~5 km)1–10 GbpsMediumSingle orgHierarchical starUniversity, hospital, business park
SANData centre16–100 GbpsVery highSingle orgFabric/meshShared storage for servers
VPNVirtual (any)VariesLow–mediumOrganisationTunnel overlaySecure remote access, site-to-site

10. Network Topologies by Network Type

TopologyDescriptionCommon Network Types
StarAll devices connect to a central switch or hubLAN, CAN (most common modern topology)
MeshEvery node has multiple connections to other nodesWAN, SAN, MAN (provides redundancy)
RingDevices connected in a closed loopMAN (SONET/SDH fibre rings), legacy LANs
BusAll devices share a single communication backboneLegacy small LANs (coax Ethernet), IoT sensor buses
HierarchicalCore / Distribution / Access three-tier layered designEnterprise CAN, large LAN

11. Choosing the Right Network Type

RequirementRecommended Type
Connect devices within a single buildingLAN
Connect offices in different countriesWAN (MPLS or SD-WAN)
Secure remote worker access over the InternetVPN
Connect multiple university buildings across a campusCAN
Link public facilities (schools, libraries) across a cityMAN
Connect personal devices (headset, watch, laptop)PAN
Share storage arrays among data centre serversSAN
Monitor environmental sensors across a field or facilityIoT / WSN

Types of Networks Quiz

1. What is a Local Area Network (LAN)?

Correct answer is B. A LAN connects devices within a limited geographical area — a single room, floor, building, or small campus. It is typically owned by one organisation, uses Ethernet or Wi-Fi, and provides high-speed connectivity (1–10+ Gbps) at relatively low cost.

2. Which network type connects multiple LANs across large geographical distances?

Correct answer is C. A WAN connects LANs across cities, countries, or continents using third-party carrier infrastructure (MPLS, leased lines, satellite). The Internet itself is the world's largest WAN. WANs have higher latency and lower bandwidth than LANs due to the distances involved.

3. What is a typical use case for a Metropolitan Area Network (MAN)?

Correct answer is A. A MAN covers a city or metropolitan area (typically 5–50 km) and is commonly used by city governments to connect public facilities, by universities connecting multiple campuses, or by enterprises with several buildings across a city.

4. Which network type is used for very short-range communication between personal devices like smartphones and wireless earbuds?

Correct answer is D. A PAN is centred around one person and their personal devices, typically within ~10 metres. Bluetooth is the primary PAN technology, used to connect smartphones to earbuds, smartwatches, wireless keyboards, and other personal peripherals.

5. What is a Campus Area Network (CAN)?

Correct answer is B. A CAN connects multiple LANs and buildings within a self-contained geographic area (a campus) owned by a single organisation. Unlike a MAN, which is city-wide and often involves third-party infrastructure, a CAN is entirely under one organisation's ownership and management.

6. What is the main purpose of a Storage Area Network (SAN)?

Correct answer is A. A SAN is a specialised network dedicated to storage I/O traffic, completely separate from the general-purpose LAN. It allows many servers to access shared storage arrays at very high speeds (16–100 Gbps) using protocols like Fibre Channel or iSCSI. This is essential in data centres for databases, virtualisation, and backup.

7. What does a Virtual Private Network (VPN) do?

Correct answer is C. A VPN is a logical overlay — an encrypted tunnel built over an existing network (usually the Internet) that makes remote users or branch sites appear to be directly connected to the private network. VPNs use protocols like IPsec, SSL/TLS, or WireGuard for encryption.

8. Which network topology is most commonly used in LANs and CANs?

Correct answer is D. Star topology dominates modern LANs and CANs. All end devices connect to a central switch (or hierarchy of switches), making troubleshooting straightforward and isolating faults to individual links. Bus and ring topologies are legacy designs rarely deployed in new networks. Mesh is used in WANs for redundancy.

9. Which emerging network type connects smart devices for applications like smart homes and industrial automation?

Correct answer is A. IoT Networks connect billions of smart devices — sensors, actuators, cameras, thermostats — that sense the environment and communicate data. They underpin smart homes, industrial automation (Industry 4.0), smart cities, healthcare monitoring, and precision agriculture. IoT typically uses lightweight protocols like MQTT, Zigbee, LoRaWAN, or Z-Wave.

10. Which factor is NOT considered when choosing the appropriate network type for a deployment?

Correct answer is B. Cable colour is irrelevant to network design decisions (though colour coding is used for physical organisation and troubleshooting convenience). The relevant factors are: geographic scope, number of users and devices, required bandwidth and latency, security needs, budget constraints, ownership model, and scalability requirements.

← Back to Home