PracticeBlogFlashcardsEspañol

Network Topologies and Design Patterns

Key Takeaways

  • Star topologies connect endpoints to a central device and are common in Ethernet access networks.
  • Mesh improves resiliency by adding alternate paths, but full mesh becomes expensive and complex.
  • Spine-leaf designs provide predictable east-west data center paths with equal-cost links.
  • Three-tier campus design separates access, distribution, and core functions; collapsed core combines distribution and core.
  • Hub-and-spoke and point-to-point describe WAN or site connectivity patterns that affect path selection and failure impact.
Last updated: April 2026

Topology questions ask how devices are connected and what happens during growth or failure. The best answer usually follows the traffic pattern and resilience requirement.

TopologyWhat it meansStrengthWeakness
StarEndpoints connect to a central switch or hubSimple, common, easy to manageCentral device is critical
Full meshEvery node connects to every other nodeMaximum path redundancyExpensive and complex
Partial meshSome redundant interconnectionsBalanced resilience and costRequires routing design
Point-to-pointOne direct link between two nodesSimple dedicated pathLink failure isolates the path
Hub-and-spokeBranches connect through a central hubCentralized controlHub can bottleneck or fail
Spine-leafEvery leaf connects to every spinePredictable data center pathsRequires consistent design and routing

Campus Designs

Traditional campus architecture often uses three tiers. Small or medium networks may collapse the core and distribution layers.

LayerRoleCommon devices
AccessConnects endpointsAccess switches, APs, phones, cameras
DistributionAggregates access and applies policyLayer 3 switches, ACLs, routing boundaries
CoreFast transport between distribution blocksHigh-speed redundant switches
DesignBest fitExam clue
Three-tierLarge campusSeparate access, distribution, and core
Collapsed coreSmaller campusDistribution and core combined
Spine-leafData centerEast-west traffic, leaf uplinks to every spine

Spine-Leaf Thinking

In a spine-leaf fabric, servers connect to leaf switches, and leaf switches connect to spine switches. Leaves do not usually connect directly to other leaves, and spines do not usually connect directly to other spines. Equal-cost multipath can distribute traffic across multiple spine links.

Traffic patternDesign concern
North-southClient to server, internet to data center, branch to app
East-westServer to server, microservices, storage replication
Predictable latencySpine-leaf can keep hop count consistent
Fast growthAdd leaf switches for ports, add spine capacity for bandwidth

WAN Patterns

Hub-and-spoke is common when branches use a headquarters or cloud security stack as the central path. Point-to-point is a direct site-to-site link. Mesh WAN gives sites direct paths but increases complexity.

ScenarioLikely pattern
Branches send all traffic through headquartersHub-and-spoke
Two data centers have a direct private circuitPoint-to-point
Every branch can connect directly to every other branchMesh
Small office switches connect endpoints to one access switchStar

PBQ-Style Thinking

Scenario: A data center application has heavy server-to-server traffic and unpredictable bottlenecks through aggregation switches. A spine-leaf design is likely because it gives leaf switches consistent uplinks to all spines and supports equal-cost paths.

Scenario: A small campus has two access switch closets and one pair of redundant Layer 3 switches doing policy and fast transport. This is closer to collapsed core than a full three-tier design because distribution and core roles are combined.

Failure Impact Drill

FailureIn a simple design, what breaks?Mitigation idea
Central switch in star failsAttached endpoints lose connectivityRedundant access design where justified
Hub site in hub-and-spoke failsSpokes may lose shared pathsRedundant hubs or direct backup paths
One point-to-point link failsTwo endpoints lose that pathSecondary circuit or alternate routing
One spine failsLeaves still use remaining spinesRedundant spine switches and ECMP
Test Your Knowledge

A data center design connects every leaf switch to every spine switch to support predictable east-west traffic. Which topology is this?

A
B
C
D
Test Your Knowledge

A small campus combines distribution and core functions into the same redundant switch pair. Which design is described?

A
B
C
D
Test Your KnowledgeMulti-Select

Which statements about hub-and-spoke WAN design are accurate? Choose two.

Select all that apply

Spokes commonly use a central hub for shared connectivity
The hub can become a bottleneck or critical failure point
Every spoke must have a direct private link to every other spoke
It is the same as a full mesh