Network+ – Day 29 WAN Technologies Essentials

Packet vs. Circuit Switching

  • Circuit switching
    • Requires a dedicated path for the whole session
    • Example: ISDN BRI/PRI
    • Pros: predictable performance
    • Cons: path sits idle when no traffic; setup delay
  • Packet switching
    • Data broken into packets, each routed independently
    • Examples: Frame Relay, ATM, MPLS, the Internet
    • Pros: bandwidth shared on demand, reroutes around failures
    • Cons: variable delay, potential for loss

WAN Link Options (Big Picture)

  • Home / SOHO → cheapest, low-to-mid throughput
  • Enterprise → scalable, SLA-based, often uses virtual circuits/labels
  • Wireless / Satellite → last-mile or remote coverage

Home & SOHO Technologies

  • PSTN Dial-up: max 53.3kbps53.3\,\text{kbps} down / 48.0kbps48.0\,\text{kbps} up
  • ISDN
    • BRI: 2×64kbps B+16kbps D2\times64\,\text{kbps B} + 16\,\text{kbps D}
    • PRI: 23×64kbps B+64kbps D=1.544Mbps23\times64\,\text{kbps B} + 64\,\text{kbps D} = 1.544\,\text{Mbps} (T1)
  • xDSL (asym & sym)
    • ADSL: up to 24Mbps24\,\text{Mbps} down / 1!!!2Mbps1!!−!2\,\text{Mbps} up
    • VDSL: up to 52Mbps52\,\text{Mbps} (short loop)
  • PPP over serial/DSL
    • LCP + IPCP; supports PAP, CHAP, MS-CHAP; Multilink & loop detect
  • Cable (DOCSIS)
    • Shared coax/HFC; always-on; 100+Mbps100{+}\,\text{Mbps} possible

Wireless / Remote Options

  • Satellite
    • One-way (downlink only) vs. two-way (full duplex)
    • High latency (≈500ms500\,\text{ms} RTT) + weather fade
  • WiMAX (IEEE 802.16802.16)
    • Metropolitan coverage; up to 1Gbps1\,\text{Gbps} fixed / 100Mbps100\,\text{Mbps} mobile
  • Cellular
    • 3G, 4G, LTE, HSPA+; LTE ≈ 100Mbps100\,\text{Mbps} mobile / 1Gbps1\,\text{Gbps} stationary

SONET/SDH

  • Fiber ring or linear, DWDM for long reach
  • OC levels: OC-1 51.84Mbps51.84\,\text{Mbps}, OC-3 155.52Mbps155.52\,\text{Mbps} … OC-192 9.953Gbps9.953\,\text{Gbps}

Dedicated Leased Lines

  • CSU/DSU terminates circuit at CPE
  • T-Carrier
    • T1 1.544Mbps1.544\,\text{Mbps} (DS1 24×64kbps24\times64\,\text{kbps})
    • T3 44.736Mbps44.736\,\text{Mbps} (DS3 672DS0672\,\text{DS0})
  • E-Carrier (outside NA)
    • E1 2.048Mbps2.048\,\text{Mbps}, E3 34.368Mbps34.368\,\text{Mbps}

Enterprise WANs

  • Frame Relay
    • PVC identified by DLCI; CIR guarantees; FECN/BECN/DE bits manage congestion
  • ATM
    • Fixed 5353-byte cell ( 55-byte header + 4848 payload ); VPI/VCI = path + circuit
  • MPLS
    • Inserts 3232-bit shim label; LSR/ELSR switch on labels; unifies Frame & ATM backbones
  • Metro Ethernet
    • Pure Ethernet hand-off at MAN speeds; service provider manages virtual circuits (E-Line, E-LAN)

Quick Memory Hooks

  • CIR = committed minimum on Frame Relay
  • OC-n (n×51.84) Mbps for SONET math
  • PPP Auth: PAP (clear) < CHAP (hash) < MS-CHAP (2-way)
  • MPLS = labels, not routes ➔ fast, converged core
  • WiMAX ≈ MAN Wi-Fi; LTE ≈ mobile broadband

Exam Watch-outs

  • Know speed tables (T/E, DSL, OC) to match bandwidth questions
  • Distinguish client-to-site vs. site-to-site VPN usage
  • FECN/BECN direction (Forward = toward destination)
  • Frame Relay vs. ATM: variable vs. fixed frame size