Skip to content

Instantly share code, notes, and snippets.

@JenHsuan
Last active January 18, 2026 08:56
Show Gist options
  • Select an option

  • Save JenHsuan/8b363029c3a8d9721353332d76d5adc4 to your computer and use it in GitHub Desktop.

Select an option

Save JenHsuan/8b363029c3a8d9721353332d76d5adc4 to your computer and use it in GitHub Desktop.
Aspect Classic Three-Tier Spine-Leaf
Structure Core → Distribution → Access layers Two layers: Spine (core) and Leaf (access) switches
Traffic Pattern Optimized for north-south (client-to-server) Optimized for east-west (server-to-server)
Latency Variable; depends on path through tiers Predictable; any server is the same number of hops away
Scalability Limited; adding capacity is complex Horizontal; simply add more spine or leaf switches
Complexity Simpler for small deployments Better suited for large-scale data centers
Use Case Traditional enterprise; campus networks Modern data centers; cloud environments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment