iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up

2.3 Network Topologies

Network topology is the shape of how nodes connect. Bus, star, ring, mesh, tree, hybrid - each has trade-offs in cost, fault tolerance, and complexity.

2.3 Network Topologies

The six classical topologies

Bus Star Ring Mesh Tree Hybrid Figure 2.3 - The six classical topologies.

Trade-offs at a glance

TopologyCostFault toleranceTypical scale
BusLowSingle break = downSmall
StarMediumHub is SPoFMedium
RingMediumOne-break tolerantMedium
MeshHighMulti-break tolerantLarge
TreeMediumBranch isolationCampus
HybridVariesVariesEnterprise

Enterprise patterns in practice

SettingTopology
Office LANStar (Ethernet to a switch in the IDF)
Campus WANTree (HQ at root, buildings at branches)
Data centreLeaf-spine mesh (modern fabric design)
Multi-sitePartial mesh + ISP redundancy

Logical vs physical topology

Two networks can share a physical star but run different logical topologies (e.g. multiple VLANs that look like separate stars at L2). Document both - they answer different questions.

Mentor’s tip: Star for LANs, tree for campuses, mesh for data centre fabric. Document logical and physical topologies separately. The right topology is the one that meets your RTO/RPO at the lowest sustained cost.

Discussion

Loading…