Home CCNA 200-301 — Module 1 Network Topology Architectures: Two-Tier, Three-Tier, Spine-Leaf, and Beyond
CCNA 200-301 — Module 1

Network Topology Architectures: Two-Tier, Three-Tier, Spine-Leaf, and Beyond

Illustration Comparing Three Network Topology Shapes: Two-Tier, Three-Tier, And Spine-Leaf

Domain 1.2 | Network Fundamentals — 20% of exam

Learning Objectives

By the end of this lesson, you will be able to:

  • Describe the two-tier (collapsed core) and three-tier hierarchical network models, and explain when each fits
  • Explain why spine-leaf architecture exists and how it differs from traditional hierarchical designs
  • Describe WAN connectivity options and how they differ from campus-local designs
  • Describe a SOHO network and how it differs from an enterprise campus
  • Compare on-premises and cloud infrastructure, including the shared responsibility model

Key Terms

TermDefinition
Two-tier (collapsed core)A design combining access and distribution/core functions into two layers instead of three
Three-tierA design with separate core, distribution, and access layers, each with a distinct job
Core layerThe high-speed backbone of a three-tier design; minimal policy enforcement, maximum throughput
Distribution layerAggregates traffic from access switches; applies routing and policy between access blocks
Access layerWhere end devices physically connect to the network
Spine-leafA data center architecture where every leaf switch connects to every spine switch
WANWide Area Network; connects geographically distant sites, usually through a service provider
SOHOSmall office/home office; a flat, minimal-hierarchy network design
Shared responsibility modelThe division of security and management duties between a cloud provider and its customer

Explanation

Why Topology Choice Isn’t Arbitrary

Every network has a shape. That shape isn’t an accident. It reflects a real trade-off between cost, scale, and how much traffic actually needs to move where.

A five-person office doesn’t need the same design as a 5,000-employee campus. A data center doesn’t need the same design as either one. This lesson walks through the standard shapes you’ll actually encounter — and, more importantly, why each one exists.

If you haven’t already, it’s worth reviewing network components first. Topology is really just a question of how those components get arranged and connected. The devices stay the same. The arrangement changes.

Two-Tier (Collapsed Core)

In a two-tier design, the access and distribution/core functions live in the same layer. There’s no separate core switch sitting above distribution. The distribution switches are the core.

Why collapse them? Simple: cost and scale. A small or mid-sized campus doesn’t generate enough traffic to justify a dedicated core layer. Adding one would mean more hardware, more licensing, more management overhead — for no real performance gain.

Picture a single-building office with a few hundred users. Two or three distribution switches, each also acting as the core, connect down to a handful of access switches on each floor. That’s it. No separate core tier required.

Common misconception: people sometimes assume “collapsed core” means a weaker or less capable network. It doesn’t. It means fewer layers, not less capability. The distribution switches in a well-designed two-tier network are often just as powerful, port-for-port, as the ones in a three-tier design one size up. The difference is architectural, not qualitative.

Three-Tier: Core, Distribution, Access

Three-tier splits the network into three distinct layers, and each one has a genuinely different job.

Access is where end devices connect. Laptops, phones, printers, IP cameras — all of it plugs in here. Access switches are usually optimized for port density, not raw throughput, since they’re serving many individual devices.

Distribution sits above access. It aggregates traffic from multiple access switches, and this is where routing and policy actually happen — VLAN routing, ACLs, QoS marking. Think of distribution as the layer that enforces the rules.

Core sits at the top. Its only job is speed. Move traffic between distribution blocks as fast as possible. No policy enforcement here, or as little as possible. Any inspection or filtering at the core adds latency to every flow crossing the entire network — so core switches are deliberately kept simple.

Why does this separation matter at scale? Because it lets each layer be sized and upgraded independently. A growing company can add more access switches for new floors without touching the core. A traffic spike at the core doesn’t require redesigning every access closet in the building. Each layer solves one problem, and solves it well.

A useful way to remember the three jobs: access connects, distribution decides, core delivers. Three verbs, three layers.

Diagram Of A Three-Tier Network Showing Core, Distribution, And Access Layers Connected In A Hierarchy
Access Connects, Distribution Decides, Core Delivers

Spine-Leaf: A Different Shape for a Different Problem

Spine-leaf looks nothing like the hierarchical models above. That’s deliberate.

In a spine-leaf fabric, every leaf switch connects to every spine switch. Full mesh, between exactly two layers. There’s no core sitting above the spine — the spine layer itself is the top.

Why build it this way? Traditional hierarchical networks were designed for a world where most traffic flowed north-south — client devices talking up to a server, and back down. Modern data centers don’t work like that anymore. Servers talk to other servers constantly. East-west traffic, not north-south, dominates. Think of one virtual machine talking to a database, which talks to a caching layer, which talks to another service — all within the same data center, none of it flowing “up and back down” the way client traffic once did.

Spine-leaf solves this directly. Any leaf-to-leaf conversation crosses exactly one spine hop. Always. It doesn’t matter which two leaves are talking. The path length never varies. Compare that to a hierarchical design, where two devices might sit close together or might require a much longer, less predictable path depending on which access switches they happen to connect to.

That predictability is the entire point. Consistent latency. Consistent bandwidth. No traffic engineering required to avoid a congested “long way around” — because there is no long way around. Every path is the same length.

Worked example: Leaf-1 needs to reach Leaf-8. It doesn’t matter whether Leaf-8 is physically the switch right next to Leaf-1 in the rack, or on the opposite side of the data center. The traffic goes Leaf-1 → any Spine → Leaf-8. One hop up, one hop down. Every single time.

Common misconception: students sometimes assume spine-leaf “replaced” three-tier design everywhere. It didn’t. Spine-leaf is a data center pattern, built for east-west server traffic at scale. Three-tier campus design is still very much alive for connecting end users, printers, and access points across a building or campus. Different traffic patterns. Different topologies. Neither one is simply “better” in the abstract — they solve different problems.

Diagram Showing A Spine-Leaf Data Center Topology With Every Leaf Switch Connected To Every Spine Switch
Every Leaf-To-Leaf Path Crosses Exactly One Spine Hop
Three-Column Comparison Of Two-Tier, Three-Tier, And Spine-Leaf Network Architectures
Three Shapes, Three Different Problems Solved

WAN: Connecting Sites That Aren’t in the Same Building

Everything so far has assumed devices are close together — same building, same campus. A WAN exists for the opposite case: sites that are geographically distant, connected through a service provider rather than cabling you own and control end to end.

Three common WAN connection types, and it’s worth knowing roughly where each one sits today:

MPLS (Multiprotocol Label Switching) is a provider-managed private connection between sites. Historically the enterprise standard for reliable, predictable site-to-site connectivity, with guaranteed performance characteristics built into the service contract.

Internet-based VPN connects sites over the public internet, using encryption to keep the traffic private as it crosses a network you don’t control. Cheaper than MPLS, and increasingly common — especially as internet bandwidth has gotten faster and more reliable in most regions.

Dedicated leased lines are a direct, physical point-to-point connection between two locations. Once the standard. Now increasingly rare, mostly because they’re expensive relative to the alternatives above, and inflexible if a company’s connectivity needs change.

Notice the trend across all three: predictability and control, traded against cost, on a sliding scale. Leased lines sit at one end — maximum control, maximum cost. Internet VPN sits at the other — lower cost, less inherent control over the path your traffic actually takes. MPLS sits somewhere in between.

Why this matters for exam scenarios: a question describing a company connecting two offices in different cities is a WAN question, not a campus topology question, even if the individual office networks themselves use standard three-tier or two-tier design internally. Don’t confuse the topology inside a site with the connection between sites — they’re separate design decisions, answered separately.

Small Office/Home Office (SOHO)

A SOHO network is about as flat as networking gets. Usually one all-in-one device — router, switch, and wireless access point combined — serving a handful of users. No distribution layer. No core. Often, no dedicated networking staff managing it day to day, either.

This isn’t a “lesser” design any more than two-tier is a lesser version of three-tier. It’s the right design for the actual scale involved. A five-person home office doesn’t need VLANs, redundant core switches, or a dedicated distribution layer. It needs internet access, basic Wi-Fi, and enough ports for a printer and a couple of workstations. SOHO delivers exactly that, at exactly the right cost.

Where the exam likes to test this: questions that describe a small number of users, minimal budget, and simple requirements are pointing you toward SOHO — not toward a scaled-down enterprise design. Recognize the scale of the described scenario, and the right topology usually follows from it directly.

On-Premises vs. Cloud

This last distinction isn’t really about physical shape the way the others are. It’s about who owns and manages what.

On-premises infrastructure is physically located at, and fully managed by, the organization using it. Servers in your own data center. Switches in your own wiring closet. Full control — and full responsibility, for everything from hardware failures to physical security to power redundancy.

Cloud infrastructure is hosted and managed by a third-party provider — AWS, Azure, Google Cloud, among others. The organization consumes it as a service rather than owning the underlying hardware.

Here’s the part that actually gets tested: the shared responsibility model. Moving to the cloud doesn’t mean the customer’s responsibility disappears. It shifts. The provider takes on responsibility for the underlying physical infrastructure — the actual servers, the data center, the physical network. The customer remains responsible for their own data, their access control configuration, and how they’ve set up what they’re running on top of that infrastructure.

A useful way to think about it: the provider secures the building. You still have to lock your own door. A misconfigured cloud storage bucket, left publicly accessible by the customer, isn’t the provider’s failure — even though the underlying infrastructure is technically the provider’s. That’s the shared responsibility line, and it’s exactly where a surprising number of real-world cloud security incidents actually originate: not from the provider’s infrastructure failing, but from the customer’s side of that shared line being misconfigured.

Common misconception: “we moved to the cloud, so security is the provider’s problem now.” This is wrong, and it’s wrong in a way that causes real incidents. The provider secures the platform. The customer still secures what they put on it, and how they’ve configured access to it.

Comparison Of On-Premises And Cloud Infrastructure Showing The Shared Responsibility Line Between Provider And Customer
The Provider Secures The Building; You Still Lock Your Own Door

Bringing It Together: Matching Topology to Actual Need

Here’s the thread running through every architecture in this lesson: none of them is objectively “best.” Each one is the right answer for a specific scale, traffic pattern, and budget.

A five-person office needs SOHO, not three-tier. A growing mid-size campus needs two-tier, not spine-leaf. A data center full of servers talking constantly to each other needs spine-leaf, not a traditional hierarchical design built for client-server traffic. Two offices in different cities need a WAN connection between them, on top of whatever internal topology each office uses independently. And infrastructure decisions increasingly split between on-premises and cloud, with responsibility dividing along a specific, definable line rather than transferring wholesale in either direction.

Exam scenarios test this by describing a situation — company size, traffic pattern, budget, number of sites — and expecting you to recognize which architecture actually fits. Not which one sounds most advanced. Not which one you’ve seen most recently. Whichever one the described scenario actually calls for.

Practice Quiz Test

Test your knowledge of campus network design, WAN technologies, VPNs, cloud responsibility, and SOHO networks.

1. A mid-sized campus network combines access and distribution/core functions into two layers instead of three. What is this design called?

Correct Answer: C — Two-tier (collapsed core)

Collapsing the access and distribution/core functions into two layers instead of three is the definition of a two-tier design, also called a collapsed-core design. It is commonly used in smaller or mid-sized campus networks where a separate core layer is unnecessary.

2. In a spine-leaf architecture, how many spine hops does traffic cross when moving from one leaf switch to another?

Correct Answer: B — Exactly one

In a spine-leaf architecture, traffic traveling from one leaf switch to another normally crosses exactly one spine switch. This predictable path provides consistent and relatively predictable latency across the fabric.

3. Which layer in a three-tier design is responsible for applying routing and policy between access blocks?

Correct Answer: B — Distribution

The distribution layer aggregates access-layer traffic and commonly performs routing, filtering, and policy enforcement between access blocks. The access layer connects end devices, while the core is primarily designed to provide fast and highly available transport.

4. A company connects two offices in different cities using an encrypted connection over the public internet. What type of connection is this?

Correct Answer: C — Internet-based VPN

An Internet-based VPN creates an encrypted connection between sites across the public internet. It differs from a provider-managed MPLS service or a dedicated physical leased line because the encrypted tunnel uses the public internet as its underlying transport.

5. Under the cloud shared responsibility model, who is typically responsible for securing a customer’s own data and access control configuration?

Correct Answer: B — The customer

Under the shared responsibility model, the cloud provider is responsible for securing the underlying cloud infrastructure, while the customer remains responsible for areas such as their own data, identities, permissions, and access-control configuration. The exact division of responsibility varies by cloud service model.

6. A five-person home office needs internet access, basic Wi-Fi, and a couple of wired ports for a printer and workstation. Which topology best fits this scenario?

Correct Answer: C — SOHO

SOHO stands for Small Office/Home Office. A small number of users with basic networking requirements and a limited budget is exactly the type of environment SOHO networking is designed for. Enterprise architectures such as three-tier or spine-leaf would add unnecessary complexity and cost.

7. Which WAN connection type is a direct, physical point-to-point connection between two sites, once standard but increasingly rare today due to cost and inflexibility?

Correct Answer: C — A dedicated leased line

A dedicated leased line provides a direct point-to-point WAN connection between two locations. Although historically common, dedicated circuits can be expensive and inflexible compared with alternatives such as Internet-based VPNs and modern WAN services.

Summary

  • Two-tier combines access and distribution/core into two layers; three-tier separates all three for better scaling at larger campuses.
  • Core moves traffic fast with minimal policy; distribution enforces routing and policy; access connects end devices.
  • Spine-leaf gives every leaf-to-leaf path exactly one spine hop, built specifically for east-west data center traffic.
  • WAN connections (MPLS, internet VPN, leased lines) trade cost against control and predictability.
  • SOHO is a flat, minimal design right-sized for a small number of users, not a weaker version of enterprise design.
  • Cloud shifts, rather than eliminates, responsibility — the provider secures the infrastructure, the customer secures their own data and configuration on top of it.

About This Content

Author Expertise: 10 years of experience in Enterprise network architecture, routing and switching, IPv4/IPv6 management, network automation, and security fundamentals.. Certified in: CCNP, CCNA
Avatar Of Asad Ijaz
Asad Ijaz

Editor & Founder

Lead Networking Architect and Editor at NetworkUstad. CCNP and CCNA certified, with 10+ years of experience in enterprise network design, implementation, and troubleshooting. Writes practical tutorials on routing, IPv4 management, network automation, and security fundamentals.

Related Articles