~/netref / Topologies & Architecture
##

Topologies & Architecture

How nodes are wired together, and how enterprise/data-center networks are layered.

// three-tier campus

CORE
Core-1Core-2
DISTRIBUTION
Dist-1Dist-2
ACCESS
Acc-1Acc-2Acc-3
Access = endpoints & PoE · Distribution = routing & policy · Core = high-speed switching. Redundant links between layers.
// physical topologies
StarAll nodes to a central switch — the common LAN
MeshNodes interconnected — resilient (full or partial), costly
BusSingle shared backbone — legacy
RingEach node to two neighbours — token / SONET
HybridA mix of the above
// architectures
Three-tierCore → Distribution → Access (campus)
Collapsed coreCore + distribution merged (smaller sites)
Spine-leafEvery leaf to every spine — low-latency DC fabric
// topology trade-offs
TopologyFault toleranceCabling costTypical use
StarLow — hub is SPOFLowStandard LAN
Full meshHigh — many pathsVery high (n(n-1)/2 links)Core / WAN backbone
Partial meshMedium-highMediumDistribution / hybrid WAN
RingMedium (dual-ring)MediumMetro / SONET
BusLow — one break kills itVery lowLegacy only

// facts

  • Access layer = endpoints & PoE · Distribution = policy/routing · Core = fast switching
  • North-south = client↔server out; East-west = server↔server inside
  • Spine-leaf optimises east-west traffic in data centers