Back to 1.0 Network Fundamentals

1.2 Topology Architectures

Network architecture defines how traffic flows through an organization. This module contrasts traditional campus LAN designs against modern data center fabrics and cloud deployments.

Enterprise Campus LAN

3-Tier Architecture

Core Layer
Distribution Layer
Access Layer

The classic Cisco enterprise design for massive campuses. The Access layer connects to end users. The Distribution layer handles routing, QoS, and ACLs. The Core layer is the high-speed backbone connecting Distribution blocks together without doing any heavy processing.

MSP Perspective

Rarely seen in small-to-medium MSP clients due to the high cost of dedicated Core switches.

2-Tier (Collapsed Core)

Collapsed Core Layer
Access Layer

Combines the Core and Distribution layers into a single, powerful pair of Layer 3 switches. The Access layer switches connect directly to this collapsed core.

MSP Perspective

The absolute standard for MSP environments. A 100-user office usually has a stack of Layer 2 access switches connecting up to a pair of Layer 3 core switches.

Modern Data Center Fabric

Spine-Leaf Architecture

The Golden Rule

Every Leaf switch connects to every Spine switch. Spines never connect to other Spines; Leaves never connect to other Leaves.

Traffic Flow (East-West)

Designed for modern data centers to optimize 'East-West' traffic (server-to-server). It ensures that any server is exactly one hop away from any other server, guaranteeing consistent latency.

Unlike older 3-Tier designs optimized for "North-South" traffic (users talking to the internet), Spine-Leaf handles the massive data flow of servers constantly talking to other servers (VM migrations, database syncs).

The Network Edge

SOHO (Small Office / Home Office)

All-in-One Appliance

A network serving 1 to 10 users. Typically relies on a single integrated appliance that acts as a router, firewall, switch, and wireless access point all at once.

WAN (Wide Area Network)

Geographic Routing

Connects geographically dispersed LANs. Traditional WANs used expensive MPLS circuits. Modern WANs heavily utilize SD-WAN (Software-Defined WAN) to route traffic over cheaper broadband internet connections via IPsec tunnels.

Deployment Models

ModelFinancial ImpactProsCons
On-PremisesCapEx (Capital Expenditure)Complete physical control of data, hardware, and security.Requires large upfront hardware costs, physical space, cooling, and manual hardware lifecycle management by the MSP.
Cloud (IaaS/PaaS/SaaS)OpEx (Operational Expenditure)Highly scalable, pay-for-what-you-use, no physical hardware to maintain.Data leaves the building (Shared Responsibility Model), requires constant internet connectivity, recurring monthly billing.