Skip to content
Portfolio

WAN Architectures

StandardSpeedRegion
T11.544 MbpsNorth America
T26.312 MbpsNorth America
T344.736 MbpsNorth America
E12.048 MbpsEurope/International
E28.448 MbpsEurope/International
E334.368 MbpsEurope/International

A shared network that uses labels to act like a dedicated circuit.

  1. Your router sends a packet to the ISP
  2. The Service Provider (SP) attaches a Label to your data
  3. Provider core routers forward based only on the label — they never inspect the IP header
  4. At the destination, the ISP strips the label and delivers the original packet

Because traffic is segregated by labels, this creates a VPN effect across the shared infrastructure.

RoleNameDescription
P RouterProvider / Core RouterSwitches labeled packets in the core
PE RouterProvider EdgeConnects to customer CE routers; adds/removes labels
CE RouterCustomer EdgeCustomer’s router connecting to the SP

TechnologyMediumModem Required
DSL (Digital Subscriber Line)Phone linesDSL modem (modulator-demodulator)
CATV (Cable)TV coaxial linesCable modem

TypeProtocolUse Case
Site-to-Site VPNIPsecPermanently connect two sites over the internet
Remote Access VPNTLS (Transport Layer Security)On-demand access for end devices
  • Creates tunnels like IPsec
  • Does NOT encrypt the original packet
  • Cisco proprietary
  • Dynamically creates a full mesh of IPsec tunnels
  • Eliminates manual configuration of every tunnel
  • Secure Sockets Layer / Transport Layer Security
  • Used for remote access VPNs (clientless or thin-client)