Labs ICT
⭐ Pro Login

Network Topologies

How devices are physically arranged and connected.

How Devices Are Arranged

The physical or logical arrangement of devices in a network is called its topology. Topology determines how data flows, how fault-tolerant the network is, and how easy it is to add or remove devices. There are several common topologies, each with its own strengths and weaknesses.

Bus Topology

All devices are connected to a single central cable called the bus. Data sent by one device travels along the bus in both directions until it reaches the intended recipient.


  β”Œβ”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”
  β”‚ PC 1 β”‚  β”‚ PC 2 β”‚  β”‚ PC 3 β”‚  β”‚ PC 4 β”‚
  β””β”€β”€β”¬β”€β”€β”€β”˜  β””β”€β”€β”¬β”€β”€β”€β”˜  β””β”€β”€β”¬β”€β”€β”€β”˜  β””β”€β”€β”¬β”€β”€β”€β”˜
     β”‚         β”‚         β”‚         β”‚
  ═══╧═════════╧═════════╧═════════╧═══  ← Bus (coaxial cable)
  • Advantage: Simple and cheap β€” requires less cable than other topologies.
  • Disadvantage: If the bus cable breaks, the entire network goes down. Difficult to troubleshoot.

Bus topology was common in early Ethernet networks (10Base2, 10Base5) but is rarely used today.

Star Topology

Every device connects to a central hub or switch. All data passes through the hub, which forwards it to the destination. This is the most common topology in modern networks.


         β”Œβ”€β”€β”€β”€β”€β”€β”
         β”‚ PC 1 β”‚
         β””β”€β”€β”¬β”€β”€β”€β”˜
            β”‚
  β”Œβ”€β”€β”€β”€β”€β”€β”  β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”
  β”‚ PC 2 β”œβ”€β”€β”Όβ”€β”€β”€ PC 3 β”‚
  β””β”€β”€β”€β”€β”€β”€β”˜  β”‚  β””β”€β”€β”€β”€β”€β”€β”˜
         β”Œβ”€β”€β”΄β”€β”€β”€β”
         β”‚Switchβ”‚
         β””β”€β”€β”¬β”€β”€β”€β”˜
            β”‚
         β”Œβ”€β”€β”΄β”€β”€β”€β”
         β”‚ PC 4 β”‚
         β””β”€β”€β”€β”€β”€β”€β”˜
  • Advantage: If one cable breaks, only that device is affected β€” the rest of the network keeps working. Easy to add new devices.
  • Disadvantage: If the central hub/switch fails, the entire network goes down. Requires more cable than bus.

Ring Topology

Devices are connected in a circle. Data travels in one direction around the ring, passing through each device until it reaches its destination.


        β”Œβ”€β”€β”€β”€β”€β”€β”
    β”Œβ”€β”€β”€β”€ PC 1 β”œβ”€β”€β”€β”
    β”‚   β””β”€β”€β”€β”€β”€β”€β”˜   β”‚
  β”Œβ”€β”΄β”€β”€β”        β”Œβ”€β”€β”΄β”€β”
  β”‚PC 4β”‚        β”‚PC 2β”‚
  β””β”€β”¬β”€β”€β”˜        β””β”€β”€β”¬β”€β”˜
    β”‚   β”Œβ”€β”€β”€β”€β”€β”€β”   β”‚
    └──── PC 3 β”œβ”€β”€β”€β”˜
        β””β”€β”€β”€β”€β”€β”€β”˜
  • Advantage: Equal access for all devices β€” no device can dominate the network.
  • Disadvantage: If one device or cable fails, the entire ring breaks. Adding or removing devices disrupts the ring.

Ring topology was used in IBM's Token Ring networks but has largely been replaced by star topology.

Mesh Topology

Every device connects to every other device, or at least to multiple other devices. This provides maximum redundancy β€” if one path fails, data can take an alternate route.


       β”Œβ”€β”€β”€β”€β”€β”€β”
   β”Œβ”€β”€β”€β”€ PC 1 β”œβ”€β”€β”€β”
   β”‚   β””β”€β”€β”¬β”¬β”€β”€β”˜   β”‚
   β”‚      β”‚β”‚      β”‚
  β”Œβ”΄β”€β”€β”   β”‚β”‚   β”Œβ”€β”€β”΄β”
  β”‚PC β”œβ”€β”€β”€β”˜β””β”€β”€β”€β”€PC β”‚
  β”‚ 2 β”‚   β”Œβ”   β”‚ 3β”‚
  β””β”€β”¬β”€β”˜   β”‚β”‚   β””β”€β”¬β”˜
    β”‚     β”‚β”‚     β”‚
    β””β”€β”€β”€β”€β”€β”€β”œβ”€β”€β”€β”€β”€β”˜
     β”Œβ”€β”€β”€β”€β”˜β””β”€β”€β”€β”€β”
     β”‚  β”Œβ”€β”€β”€β”€β”  β”‚
     └───PC 4β”œβ”€β”€β”˜
        β””β”€β”€β”€β”€β”˜
  • Advantage: Extremely reliable β€” multiple paths mean the network survives failures. High security β€” data can take different routes.
  • Disadvantage: Expensive β€” requires a lot of cabling and ports. Complex to manage and configure.

Full mesh is impractical for large networks (the number of connections grows as n*(n-1)/2), but partial mesh is used in wide-area networks and critical infrastructure.

Tree Topology

A combination of star and bus topologies. Star networks are connected to a central bus, creating a hierarchical structure. This is common in large organizational networks where departments are organized hierarchically.


            β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”
            β”‚ Root   β”‚
            β”‚ (Hub)  β”‚
            β””β”€β”€β”€β”¬β”€β”€β”€β”€β”˜
        β”Œβ”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”
    β”Œβ”€β”€β”€β”΄β”€β”€β”€β”       β”Œβ”€β”€β”€β”΄β”€β”€β”€β”
    β”‚ Switchβ”‚       β”‚ Switchβ”‚
    β””β”€β”€β”€β”¬β”€β”€β”€β”˜       β””β”€β”€β”€β”¬β”€β”€β”€β”˜
   β”Œβ”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”
   β”‚    β”‚    β”‚     β”‚    β”‚    β”‚
  PC1  PC2  PC3   PC4  PC5  PC6

πŸ§ͺ Quick Quiz

In a star topology, what happens if one device's cable breaks?