##
Data Center Networking
Modern DC fabrics are routed, overlayed and built for server-to-server (east-west) traffic.
// spine-leaf fabric
Every leaf connects to every spine — any server is exactly two hops from any other (predictable east-west latency).
// topology models
Three-tier
core / aggregation / access
North-south optimized; STP blocks redundant links (half idle)
Spine-leaf (Clos)
two tiers — every leaf ↔ every spine
East-west optimized; ECMP keeps all links active; any host 2 hops away
// essentials
- Spine-leaf fabric is built for east-west traffic
- VXLAN provides the L2 overlay; EVPN is its control plane
- Routed underlay (often BGP) + tunneled overlay
- ToR (top-of-rack) switches aggregate each rack
- HCI merges compute, storage and network in software
- East-west (server↔server) now dominates the data center
// efficiency & operations
- PUE = total facility power ÷ IT equipment power (ideal → 1.0)
- Hot-aisle / cold-aisle containment separates intake and exhaust air
- ECMP load-balances flows across every spine uplink
- Oversubscription ratio = downlink (server) bw ÷ uplink (fabric) bw
- HCI & SDN/ACI abstract compute, storage and network into software