Skip to content
Portfolio

LAN Architectures

LayerFunction
AccessEnd hosts, QoS marking, PoE
Distribution / AggregationAggregates access switches; policy, routing, QoS
CoreHigh-speed transport between distribution layers
LayerFunction
AccessEnd hosts
DistributionAggregation + core combined

All functions in a single multipurpose home router / wireless router.


PatternDirectionDescription
North-SouthVerticalTraffic entering/leaving the data center
East-WestHorizontalTraffic between servers inside the data center

TopologyDiagram
StarStar Network
Full MeshFull Mesh
Partial MeshPartial Mesh

Optimized for East-West traffic in data centers.

Spine Leaf Topology


Network virtualization technology to overcome VLAN limits in massive data centers.

In simple terms: VXLAN stretches a Layer 2 network over a Layer 3 routed fabric.

In Spine-Leaf, all links are routed (L3) to avoid STP. But what if a VM on Leaf 1 needs the same subnet (L2) as a VM on Leaf 4? Traditional VLANs can’t cross routers.

  1. Original L2 Ethernet frame is encapsulated in a UDP packet (port 4789)
  2. Routed across the Spine-Leaf L3 backbone
  3. Destination Leaf decapsulates — servers think they’re on the same local switch
TermDefinition
VTEP (VXLAN Tunnel Endpoint)Device (usually Leaf switch) that encapsulates/decapsulates VXLAN packets
VNI (VXLAN Network Identifier)24-bit ID — the VXLAN equivalent of a VLAN ID (16M+ segments vs 4K)
EncapsulationMAC-in-UDP (Outer: IP/UDP/VXLAN; Inner: original L2 frame)