🌐
CCNA Prep
  • Intro
  • Network Devices
  • Interfaces and Cables
  • OSI Model & TCP/IP Suite
  • Intro to the CLI
  • Ethernet LAN Switching (Part 1)
  • Ethernet LAN Switching (Part 2)
  • IPv4 Addressing (Part 1)
  • IPv4 Addressing (Part 2)
  • Switch Interfaces
  • IPv4 Header
  • Routing Fundamentals
  • The Life of a Packet
  • Subnetting (Part 1)
  • Subnetting (Part 2)
  • Subnetting (Part 3 - VLSM)
  • VLANs (Part 1)
  • VLANs (Part 2)
  • VLANs (Part 3)
  • DTP/VTP
  • Spanning Tree Protocol (Part 1)
  • Spanning Tree Protocol (Part 2)
  • Rapid Spanning Tree Protocol
  • EtherChannel
  • Dynamic Routing
  • RIP & EIGRP
  • OSPF (Part 1)
  • OSPF (Part 2)
  • OSPF (Part 3)
  • First Hop Redundancy Protocols
  • TCP & UDP
  • IPv6 (Part 1)
  • IPv6 (Part 2)
  • IPv6 (Part 3)
  • Standard ACLs
  • Extended ACLs
  • CDP & LLDP
  • NTP
  • DNS
  • DHCP
  • SNMP
  • Syslog
  • SSH
  • FTP & TFTP
  • NAT (Part 1)
  • NAT (part 2)
  • QoS (Part 1)
  • QoS (Part 2)
  • Security Fundamentals
  • Port Security
  • DHCP Snooping
  • Dynamic ARP Inspection
  • LAN Architectures
  • WAN Architectures
  • Virtualization & Cloud, Containers, VRF
  • Wireless Fundamentals
  • Wireless Architectures
  • Wireless Security
  • Wireless Configuration
  • Network Automation
  • JSON, XML, & YAML
  • REST APIs
  • Software-Defined Networking
  • Ansible, Puppet, & Chef
Powered by GitBook
On this page
  • Network Topology Types
  • Two-Tier LAN
  • Three-Tier LAN
  • Spine-Leaf Architecture
  • SOHO

LAN Architectures

Day 52

PreviousDynamic ARP InspectionNextWAN Architectures

Last updated 1 year ago

Network Topology Types

  • Star - when several devices all connect to one central device. It is often called star topology.

  • Full Mesh - when all devices are connected to each other.

  • Partial Mesh - when some devices are connected to each other but not all.

Two-Tier LAN

The two-tier LAN (aka Collapsed Core) design consists of two hierarchical layers: Access Layer and Distribution Layer (aka Aggregation Layer).

The functions of the Access Layer:

  • connects to end hosts (PCs, printers, cameras, etc.)

  • typically Access Layer switches have lots of ports for end hosts to connect to

  • QoS marking is typically done here

  • security services like port security, DAI, etc. are typically performed here

  • switchports might be PoE-enabled for wireless APs, IP phones, etc.

The functions of the Distribution Layer:

  • aggregates connections from the Access Layer Switches

  • typically is the border between Layer 2 and Layer 3

  • connects to services (Internet, WAN, etc.)

Three-Tier LAN

In large networks with many Distribution Layer switches, the number of connections required between Distribution Layer switches grows rapidly. To help scale LAN networks, a Core Layer can be added. It is recommended to add a Core Layer if there are more than three Distribution Layers in a single location.

The function of the Core Layer:

  • connects Distribution Layers in large LAN networks

  • the focus is speed (fast transport)

  • CPU-intensive operations like security, QoS marking/classification, etc. should be avoided at this Layer

  • connections are all Layer 3, no spanning tree

  • should maintain connectivity throughout the LAN even if devices fail

Spine-Leaf Architecture

Data centers are dedicated spaces/buildings used to store computer systems like servers and network devices. Traditional data center designs used a three-tier architecture. This worked well when most of the traffic in data centers was North-South. With the precedence of virtual servers, applications are often deployed in a distributed manner (across multiple physical servers) which increases the amount of East-West traffic.

The traditional three-tier architecture led to bottlenecks in bandwidth and variability in server-to-server latency. To solve this, Spine-Leaf architecture (aka Clos architecture) was developed.

The rules of Spine-Leaf architecture:

  • Every Leaf switch is connected to every Spine switch.

  • Leaf switches do not connect to other Leaf switches.

  • Spine switches do not connect to other Spine switches.

  • End hosts only connect to Leaf switches.

The path of traffic is randomly chosen to balance the traffic load among the Spine switches. Each server is separated by the same number of hops (except those connected to the same Leaf). It provides consistent latency for East-West traffic.

SOHO

SOHO (Small Office/Home Office) is the office of a small company or a home with few devices. SOHO networks don't have complex needs, so all networking functions are typically provided by a single device, often called a home router or wireless router. This one device can serve as a router, switch, firewall, wireless access point, and modem at the same time.

10KB
Day 52 Flashcards - LAN Architectures.apkg
57KB
Day 52 Lab - STP _ HSRP Synchronization.pkt
types of network topology
2-tier LAN example
3-tier LAN example
north-south, east-west traffic
Spine-Leaf architecture demo
SOHO example