Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.6.1. Physical and Logical Topologies

Common Topologies:
TopologyDescriptionProsCons
StarCentral device connects all nodesSimple management, easy troubleshootingCentral device is single point of failure
MeshEvery node connects to every otherMaximum redundancyExpensive, complex (n(n-1)/2 links)
RingEach node connects to two neighborsPredictable performanceSingle break disrupts entire ring
BusAll nodes share single cableSimple, cheapCable break affects all; collision domain
Hub-and-spokeSatellites connect through central hubEfficient for north-south trafficHub is bottleneck; suboptimal for east-west
HybridCombination of topologiesFlexibleComplex design
Spine-and-Leaf Architecture:

Modern data centers use spine-and-leaf for consistent latency and high bandwidth. Every leaf connects to every spine—traffic between any two servers traverses exactly one leaf, one spine, one leaf:

Why spine-leaf? Traditional three-tier (core-distribution-access) was designed for north-south traffic (clients to servers). Modern applications generate mostly east-west traffic (server to server, microservices). Spine-leaf provides consistent 2-hop latency for any server-to-server communication.

Alvin Varughese
Written byAlvin Varughese
Founder15 professional certifications