Azure / Computer Networks: Types and Topology Explained
Azure

Computer Networks: Types and Topology Explained

From Bluetooth earbuds to global cloud infrastructure — every connection is a network. This guide covers what a network is, the seven major types, and all key topologies with real-world examples and pros and cons for each.

Networking LAN / WAN Topology Cloud Fundamentals Beginner Friendly

What Is a Network?

A network is a collection of connected devices — called nodes — that share data and resources with each other. These nodes can be computers, phones, printers, servers, routers, or any hardware.

Devices connect via cables, Wi-Fi, Bluetooth, fiber optics, or cellular links. The purpose is communication, collaboration, resource sharing, and remote access.

Think of it like a transport system. Devices are destinations, data is the traffic, and switches or routers are the junctions that direct traffic to the right place.

Network Types

Networks are classified by geographic reach — how far they extend and how many locations they connect. From smallest to largest: PAN → LAN → CAN → MAN → WAN.

1. Personal Area Network (PAN)

A PAN connects devices belonging to a single person, typically over 1–10 meters using Bluetooth or USB.

  • Examples: Phone + smartwatch, laptop + wireless mouse, phone + Bluetooth earbuds
  • Pros: Easy to set up, convenient, low power consumption
  • Cons: Very short range, limited device count, not suited for shared organizational networks
2. Local Area Network (LAN)

A LAN connects devices within a limited area — a room, home, office, or school building — using Ethernet and Wi-Fi.

  • Examples: Home Wi-Fi, office network, school computer lab, library network
  • Pros: Fast local communication, easy file/printer/internet sharing, lower cost
  • Cons: Limited to one local site, needs administration and security
3. Campus Area Network (CAN)

A CAN connects multiple LANs across a single campus or organization — university, hospital complex, or business park — up to a few kilometers.

  • Examples: University campus, airport terminals, hospital blocks, corporate parks
  • Pros: Centralized control, fast inter-department sharing, good security
  • Cons: Higher setup cost, needs backbone planning, complex troubleshooting
4. Metropolitan Area Network (MAN)

A MAN links multiple LANs or CANs across an entire city or metro area, typically over high-capacity metro fiber.

  • Examples: Government offices across a city, banks with many branches, city education systems
  • Pros: Connects many urban locations efficiently, supports high bandwidth
  • Cons: More expensive, depends on service provider infrastructure
5. Wide Area Network (WAN)

A WAN connects networks over long distances — across regions, countries, or continents. The internet is the largest WAN in existence.

  • Examples: Multinational company networks, banking networks, cloud connectivity, the internet
  • Pros: Global reach, supports cloud access, scales for large organizations
  • Cons: Higher latency, costly, harder to secure
6. Virtual Private Network (VPN)

A VPN creates a secure, encrypted tunnel over a public network, acting as a private intermediary between your device and the destination.

  • Examples: Remote workers accessing company resources, secure browsing on public Wi-Fi
  • Pros: Strong security and privacy, useful for remote access, masks IP
  • Cons: Can reduce speed, depends on provider quality
7. Wireless LAN (WLAN)

A WLAN is a LAN that uses wireless connections (Wi-Fi) instead of cables, giving users mobility within the coverage area.

  • Examples: Coffee shop Wi-Fi, home router, office wireless network
  • Pros: Cable-free, easy to add devices, mobile freedom
  • Cons: Susceptible to interference and security risks, slower than wired
TypeRangeSimple ExampleMain StrengthMain Drawback
PAN~1–10 mPhone + earbudsPersonal & convenientVery short range
LANRoom to buildingHome Wi-FiFast local sharingLimited coverage
CANUp to a few kmUniversity campusCentral controlHigher cost
MANCity-wideCity bank branchesUrban connectivityProvider-dependent
WANRegional to globalThe internetWorldwide reachHigher latency
VPNAny distanceRemote work accessEncrypted securitySpeed overhead
WLANRoom to buildingOffice Wi-FiCable-free mobilityInterference risk

Network Topology

Network topology is the arrangement of devices and connections within a network — how computers, switches, routers, and links are organized, and how data flows between them.

  • Physical topology: The actual layout of cables and hardware
  • Logical topology: How data flows, which may differ from the physical layout
  • Why it matters: Topology affects cost, speed, reliability, troubleshooting, and scalability
1. Star Topology

Every device connects to a central hub or switch. The most common design in modern home and office Ethernet networks.

  • Example: Office PCs and printers all connected to one switch
  • Pros: Easy to add/remove devices, simple to troubleshoot, one cable failure only affects one device
  • Cons: Central switch is a single point of failure, uses more cabling, can be overloaded
2. Bus Topology

All devices share a single backbone cable. Historically important, less common today.

  • Example: Early Ethernet networks using one shared coaxial cable
  • Pros: Simple layout, low cable cost, easy to understand
  • Cons: Backbone failure stops the whole network, performance drops with more devices
3. Ring Topology

Each device connects to two neighbors forming a closed loop. Data travels around the ring to reach its destination.

  • Example: Industrial control networks, metro ring designs
  • Pros: Orderly and predictable data flow, avoids collisions, useful with dual-ring redundancy
  • Cons: One break can disrupt the ring, adding devices may interrupt the network
4. Mesh Topology

Devices have multiple interconnections. A full mesh connects every node to every other; a partial mesh connects only critical paths.

  • Example: Internet backbones, data centers, wireless mesh Wi-Fi systems
  • Pros: Very reliable, excellent fault tolerance, traffic flows even during failures
  • Cons: Expensive to build, complex to design and manage
5. Tree Topology

A hierarchical design combining multiple star networks under higher-level switches — a mix of star and bus topology.

  • Example: Enterprise campus networks, school networks with core and floor switches
  • Pros: Scales well, easy to organize by layers or departments, good segmentation
  • Cons: Upper-level failures cascade, requires more planning and equipment
6. Hybrid Topology

A combination of two or more topology types. Most real-world organizational networks are hybrid because they grow and evolve over time.

  • Example: Star topology inside each floor + tree or mesh backbone between floors
  • Pros: Very flexible, mixes strengths of multiple topologies
  • Cons: More complex to design, higher cost, troubleshooting spans multiple types
7. Point-to-Point Topology

A direct, dedicated link between exactly two devices — the simplest topology of all.

  • Example: A direct leased line between two office locations, a serial link between two routers
  • Pros: Simple, guaranteed bandwidth, easy to secure
  • Cons: Only connects two devices, not scalable for multiple nodes
TopologyWhat it looks likeSimple ExampleMain StrengthMain Weakness
StarDevices around one central switchSmall office LANEasy managementCentral switch is a single point of failure
BusDevices on one backbone cableOlder Ethernet labLow cabling costBackbone failure affects all
RingDevices form a closed loopIndustrial networkPredictable flowBreak disrupts traffic
MeshMultiple links between devicesData center backboneHigh reliabilityHigh cost and complexity
TreeHierarchical layers of starsEnterprise campusOrganized & scalableUpper-level failures cascade
HybridMix of topologiesMulti-floor officeFlexibleComplex to manage
Point-to-PointDirect link between 2 devicesLeased WAN linkSimple & reliableNot scalable

Key Takeaways

  • A network is any group of connected devices that communicate and share resources.
  • Network types (PAN through WAN) differ primarily by geographic range and the number of locations they connect.
  • Network topology describes how devices are arranged and how data flows — it affects cost, reliability, and scalability.
  • Most real-world networks are hybrid, combining elements of multiple topologies to fit organizational needs.
Exam tip: Pair each network type and topology with one concrete example to remember it faster. PAN = earbuds, Star = office switch, Mesh = internet backbone.