01 Read02 Apply03 Complete

Build the idea first, then use the next activity to check it.

Shapes networks are built in

Two-tier, three-tier and spine-leaf, and what each shape is trying to make predictable.

9 min readDesign

What you will be able to do

  • Describe the collapsed-core and three-tier hierarchies and when each fits
  • Explain what spine-leaf makes predictable that a hierarchy does not
  • Distinguish a physical topology from a logical one
  • Match a site size to a sensible design

Before this: You should know what a switch and a router each do, and what a broadcast domain is - see "Hosts, switches and routers" and "Broadcast domains and VLANs".

Why it matters: Design questions appear on both exams as recognition rather than calculation: given a description, name the architecture. The reason each shape exists is more memorable than its picture, and it is also what tells you when a shape is being used somewhere it does not belong.

Network designs are not arbitrary. Each recognised shape is an answer to a specific problem - usually about how traffic grows, or about how many places a fault can propagate to. Learning the shapes as answers rather than as diagrams makes them much harder to forget.

Physical against logical

Two networks with identical cabling can behave completely differently, so the first distinction is between how something is wired and how traffic actually flows across it.

The same word for two different things
KindWhat it describesExample
Physical topologyWhere the cables actually runEvery desk cabled back to one cupboard - a physical star
Logical topologyHow traffic flows and what shares a domainThose desks split into three VLANs - three logical segments over one star

The hierarchy, in three layers

The classic campus design separates responsibilities into layers, so that each device has one job and traffic between any two points takes a predictable route.

The three layers
LayerJobOptimised for
AccessConnect end devices, apply port-level policyPort count and cost
DistributionAggregate access switches, route between VLANs, enforce policyPolicy and aggregation
CoreMove traffic between distribution blocks as fast as possibleThroughput and simplicity

The core deliberately does as little as possible. Filtering, policy and routing decisions belong at the distribution layer, so the core can be simple enough to be reliable and fast. A core doing access control is a recognisable design smell.

Collapsing two layers into one

Most organisations are not large enough to need three layers. A two-tier or collapsed-core design merges distribution and core into one pair of devices, keeping the access layer as it is.

Choosing between them
DesignSuitsWhy
Two-tier / collapsed coreOne building, or a fewA separate core adds cost and hops with nothing to aggregate
Three-tierSeveral buildings or distribution blocksThe core exists to connect distribution blocks - with one block there is nothing to connect

Spine-leaf

A hierarchy assumes most traffic flows from an end device toward somewhere else - upward and out. Data centres broke that assumption: most traffic is now between servers in the same facility, and it can be between any two of them.

In a spine-leaf fabric, every leaf connects to every spine and no leaf connects to another leaf. Any server is exactly two hops from any other server - one up to a spine, one down to a leaf.

What each shape gives you
PropertyThree-tier hierarchySpine-leaf
Path length between endpointsVaries with where they sitAlways the same
Traffic assumedMostly in and out of the siteMostly between endpoints inside it
Adding capacityUpgrade a layerAdd another spine
Loop managementSpanning tree blocks linksAll links active, managed by routing

Scales and boundaries

Other terms both exams use
TermWhat it means
SOHOSmall office or home office - typically one combined router, switch and access point
CampusSeveral buildings on one site, joined by links you own
WANSites joined over distances, using links you generally rent
On-premisesEquipment you own, in a building you control
CloudCapacity you rent, in a facility somebody else operates

The line that matters most in this list is between links you own and links you rent. On a link you own, bandwidth is a purchase you have already made and latency is a matter of distance. On a rented link, both are contractual, and the WAN is where cost per megabit starts to shape the design rather than following from it.

Hybrid, and why it is the usual answer

Most real organisations run some services on their own equipment and some in a rented facility, joined by a connection between the two. That hybrid arrangement is rarely a considered end state - it is what happens as individual services move at different times.

Its defining characteristic is that the boundary between the two becomes a dependency. A service on-premises that depends on one hosted elsewhere now has the joining link in its failure path, and that link is usually the least redundant part of the whole design.

Terminology

Collapsed core
A two-tier design merging the distribution and core layers, suited to a single distribution block.
Spine-leaf
A fabric where every leaf connects to every spine, giving an identical path length between any two endpoints.
Logical topology
How traffic actually flows and what shares a domain, as distinct from how the cables run.
SOHO
Small office or home office - usually one device combining router, switch and wireless access point.

Key takeaways

  • Physical topology is the cabling; logical topology is how traffic flows over it.
  • Access connects devices, distribution enforces policy, core moves traffic and does little else.
  • A core layer exists to join distribution blocks, so one block means two tiers is right.
  • Spine-leaf makes path length between any two endpoints identical, which hierarchies cannot.
  • Consistent latency, not peak speed, is what a fabric design buys.
  • The important boundary in WAN and cloud terms is between links you own and links you rent.

Ready to keep going?

Create a free account to save your progress and take the knowledge check.

subnetica© 2026 · Learn, practice, retain.
AboutFAQPrivacy PolicyTerms & Acceptable UseAccessibilitycontact@subneti.ca
CCNA is a registered trademark of Cisco Systems, Inc. CompTIA Network+ and CompTIA Security+ are registered trademarks of CompTIA, Inc. Subnetica is an independent learning platform and is not affiliated with, endorsed by, or sponsored by Cisco Systems, Inc. or CompTIA, Inc.