Wide Area Network (WAN) – Technologies, Topologies, and Troubleshooting
1. What Is a WAN?
A Wide Area Network (WAN) is a data communication network that spans a large geographic area — cities, countries, or entire continents — connecting multiple Local Area Networks (LANs), branch offices, data centres, and remote users into a single unified network infrastructure. Unlike a LAN, which an organisation owns and operates entirely within its own building or campus, a WAN typically relies on infrastructure leased or provided by telecommunications carriers and Internet Service Providers (ISPs).
The Internet itself is the largest WAN in existence. Enterprise WANs are private networks that connect an organisation's geographically dispersed sites using a combination of leased circuits, MPLS services, VPN tunnels over the public Internet, and increasingly, SD-WAN overlays.
Related pages: Routers | WAN Technologies | MPLS | DMVPN | SD-WAN Overview | IPsec VPN | IPsec Basics | GRE Tunnels | Site-to-Site vs Remote Access VPN | BGP Overview | OSPF Overview | OSPF Neighbor States | OSPF Areas & LSAs | EIGRP Overview | Floating Static Routes | Default Routes | Dynamic NAT | Static NAT | QoS Overview | QoS Policing & Shaping | Firewalls | ping | traceroute | show ip route | show interfaces | show ip protocols
2. WAN vs LAN vs MAN
| Feature | LAN | MAN | WAN |
|---|---|---|---|
| Coverage area | Single building or campus | City or metropolitan area (up to ~50 km) | Country, continent, or global |
| Typical speed | High — 100 Mbps to 400 Gbps on modern switches | Medium to high — 10 Mbps to 10 Gbps | Variable — 1.5 Mbps (T1) to 100 Gbps (fibre backbone); often shared |
| Latency | Very low — sub-millisecond within the building | Low to medium | Higher — tens to hundreds of milliseconds over intercontinental links |
| Ownership | Single organisation owns and operates all equipment | Single or multiple entities; often a city or ISP | Operated by telecoms/ISPs; organisations lease bandwidth |
| Infrastructure | Ethernet switches, access points — owned by the org | Fibre rings, metro Ethernet — often shared | Leased circuits, MPLS clouds, satellite, undersea cables |
| Cost | Low per-Mbps cost; hardware is bought once | Medium — monthly leases to service providers | High — recurring monthly circuit costs, especially for private MPLS |
| Typical examples | Office floor network, university campus | City government network, municipal Wi-Fi | Internet, enterprise MPLS backbone, inter-country VPN |
3. WAN Technologies — Circuit-Switched vs Packet-Switched
WAN technologies are divided into two fundamental categories based on how they share the physical transmission medium between multiple users.
Circuit-Switched (Legacy)
Packet-Switched (Modern)
4. WAN Technologies — Detailed Comparison
| Technology | Type | Speed | Key Characteristics | Typical Use |
|---|---|---|---|---|
| Dedicated Leased Line (T1/E1) | Point-to-point, private | T1: 1.544 Mbps; E1: 2.048 Mbps | Always-on; fixed dedicated bandwidth; not shared; very predictable latency; high monthly cost | Connecting corporate data centres to MPLS cloud; legacy financial and government networks |
| MPLS (Multiprotocol Label Switching) | Packet-switched, private provider cloud | 2 Mbps to 10 Gbps | Labels replace IP lookups at each hop — faster forwarding; supports QoS classes; any-to-any connectivity via provider; appears as a private network to the customer | Enterprise backbone connecting multiple branch offices; voice and video with QoS guarantees |
| Broadband Internet (DSL, Cable, Fibre) | Packet-switched, public/shared | 5 Mbps to 10 Gbps (fibre) | Shared medium; lower cost; variable performance; no inherent QoS guarantees; used as WAN transport when overlaid with VPN | Small branch offices; backup WAN link; SD-WAN underlay; remote worker access |
| IPsec Site-to-Site VPN | Encrypted tunnel over public internet | Limited by underlying internet link | Encrypts all traffic between sites using AES; uses existing internet connectivity as transport; low cost; no guaranteed bandwidth or latency | Replacing MPLS at smaller branches; primary WAN for cost-sensitive organisations; backup to MPLS |
| SSL/TLS VPN (Remote Access) | Client-to-site encrypted tunnel | Limited by internet link | Individual remote users connect to corporate network using a VPN client or web browser; uses TCP/443 (HTTPS) — traverses most firewalls easily | Remote employees, work-from-home, travelling staff |
| 4G/5G Wireless WAN | Mobile broadband | 4G: up to 150 Mbps; 5G: up to 20 Gbps | No physical cabling needed; available wherever mobile coverage exists; latency higher than fibre; ideal for temporary or remote sites | WAN failover/backup link; kiosks; remote locations without fixed-line access; construction sites |
| Satellite WAN | Wireless, orbital | 12–150 Mbps (LEO satellites like Starlink) | High latency (GEO: 600ms+ round trip; LEO: 20–40ms); covers any geographic location including oceans and polar regions | Offshore platforms, maritime, extremely remote locations with no terrestrial options |
| Metro Ethernet | Ethernet over carrier fibre | 10 Mbps to 100 Gbps | Ethernet interface on the customer side; carrier provides the fibre transport; simple to integrate with existing Ethernet networks | Connecting sites within a metropolitan area; data centre interconnect |
5. MPLS — How Label Switching Works
MPLS (Multiprotocol Label Switching) is the dominant enterprise WAN backbone technology. Understanding how it differs from standard IP routing is a CCNA requirement.
6. WAN Protocols — PPP and HDLC
On serial (point-to-point) WAN links, a Layer 2 encapsulation protocol is required. The two most tested on the CCNA are PPP and HDLC.
7. WAN Topologies
WAN topology defines how sites are interconnected. The right choice depends on the number of sites, redundancy requirements, traffic patterns, and budget.
Point-to-Point
Best for: two-site organisations, data-centre-to-data-centre links
Hub-and-Spoke (Star)
Best for: enterprise branches connecting to a central HQ or data centre; MPLS VPN deployments
Full Mesh
Best for: critical inter-data-centre links; headquarters-to-DR where cost is secondary to availability
Partial Mesh
Best for: large enterprises with tiered architecture — resilient core, lean branch connections
8. WAN Routing Protocols
| Protocol | Type | Where Used on WAN | Key Characteristics |
|---|---|---|---|
| BGP (Border Gateway Protocol) | Exterior Gateway Protocol (EGP); path-vector | The Internet; between organisations (eBGP); between PE and CE routers in MPLS VPN (iBGP) | The routing protocol of the Internet; manages routing between autonomous systems (AS); supports policy-based routing; slow convergence; extremely scalable |
| OSPF | Interior Gateway Protocol (IGP); link-state | Within enterprise WAN; between CE and PE in MPLS as CE routing protocol | Fast convergence; hierarchical area design; scales well within an enterprise; most common IGP in enterprise WANs |
| EIGRP | Interior Gateway Protocol; advanced distance-vector (Cisco proprietary) | Cisco-only enterprise WANs; often used where OSPF complexity is undesirable | Fast convergence; DUAL algorithm; supports unequal-cost load balancing; easier to configure than OSPF |
| Static routes | Manual configuration | Small WANs with one or two paths; edge routers with a single upstream provider | Simple; predictable; no protocol overhead; no automatic failover unless floating static routes are configured |
See: BGP Overview | OSPF Overview | OSPF Neighbor States | OSPF Areas & LSAs | EIGRP Overview | Floating Static Routes | show ip protocols
9. WAN Security
Because WAN traffic crosses service-provider networks and often the public Internet, data in transit must be protected. The two primary security mechanisms are encryption (protecting confidentiality and integrity) and access control (restricting which traffic is permitted to cross WAN links).
| Security Control | WAN Purpose | Implementation |
|---|---|---|
| IPsec VPN | Encrypt site-to-site traffic over untrusted public internet; provides confidentiality, integrity, and authentication | Cisco IOS crypto map or tunnel interface (GRE over IPsec); Phase 1 IKE + Phase 2 SA |
| MPLS VPN (L3VPN) | Logical isolation of customer traffic within the provider network using VRF (Virtual Routing and Forwarding) — customers share physical infrastructure but are completely isolated | Provider configures VRFs on PE routers; no encryption but logical separation enforced by the carrier |
| Firewall at WAN edge | Inspect and filter traffic entering/leaving the WAN edge; block unauthorised inbound connections; permit only needed traffic | Cisco ASA or IOS Zone-Based Firewall on the WAN-facing interface; stateful inspection of all WAN traffic |
| ACLs on WAN interfaces | Restrict which source/destination IP pairs and ports are permitted across WAN links; applied inbound on the WAN interface | ip access-group ACL_NAME in on
the Serial or WAN Ethernet interface |
See: Firewalls | IPsec VPN | IPsec Basics | GRE Tunnels | Named ACLs | Applying ACLs
10. WAN Performance — QoS and Optimisation
WAN links are the bandwidth bottleneck in most enterprise networks — a branch office LAN might run at 1 Gbps but its WAN connection might be only 10 Mbps. When that 10 Mbps is shared between VoIP calls, video conferencing, file backups, and general web traffic, Quality of Service (QoS) is essential to ensure real-time traffic gets priority.
| Optimisation Technique | How It Helps | Typical Application |
|---|---|---|
| QoS / Traffic Shaping | Classifies traffic and allocates guaranteed bandwidth and priority to real-time applications; delays or drops lower-priority traffic during congestion | VoIP, video conferencing, financial transaction systems prioritised over bulk file transfers and backups |
| WAN Compression | Reduces the payload size of data before transmission, increasing effective throughput without adding bandwidth | Text-heavy traffic like XML, HTML, database queries; less effective for already-compressed data (video, images) |
| WAN Optimisation (WAAS) | Caches frequently accessed files locally at the branch; deduplicates data patterns across the WAN; reduces latency for common file server and application traffic | Cisco WAAS; Riverbed Steelhead; reduces effective bandwidth consumption for branch access to central servers |
| Load Balancing / ECMP | Distributes traffic across multiple WAN links simultaneously, increasing aggregate throughput and providing automatic failover | Dual MPLS circuits; MPLS + broadband; SD-WAN multi-link aggregation |
11. WAN Redundancy and Failover Design
12. SD-WAN — Software-Defined WAN
SD-WAN is the most significant evolution in WAN technology over the past decade. It decouples the WAN control plane (management, policy, routing decisions) from the data plane (actual packet forwarding) — following the same software-defined networking principle applied to WANs.
13. Troubleshooting WAN Issues — Cisco IOS Commands
| Symptom | Likely Cause | Diagnostic Command and What to Look For |
|---|---|---|
WAN link shows "down/down" in
show interfaces |
Physical layer problem — no carrier signal; cable unplugged or faulty; CSU/DSU powered off; provider circuit down | show interfaces Serial0/0/0 —
"down/down" = physical issue; contact service
provider; check cable and CSU/DSU power |
| WAN link shows "up/down" | Physical is up (carrier present) but Layer 2 keepalives failing — encapsulation mismatch (one end HDLC, other end PPP); PPP authentication failure; missing keepalives | show interfaces Serial0/0/0 —
check encapsulation type; ensure both ends match;
debug ppp authentication for PPP
auth failures |
| Can ping WAN gateway but cannot reach remote site | Routing issue — missing route, wrong next-hop, ACL blocking traffic | show ip route — verify route to
remote subnet exists; traceroute
[remote-ip] — identify where packets
stop; show access-lists for ACL
matches |
| High latency or packet loss on WAN | Congested WAN link (insufficient bandwidth); provider network issue; QoS misconfiguration | ping [remote] repeat 100 size 1400
— check loss percentage; show interfaces
Serial0/0/0 — check input/output drop
counters; show policy-map interface
for QoS drops |
| IPsec VPN tunnel not establishing | Mismatched IKE parameters; wrong pre-shared key; firewall blocking UDP/500 (IKE) or ESP (protocol 50) | show crypto isakmp sa — check
Phase 1 state; show crypto ipsec sa
— check Phase 2 and packet counters;
debug crypto isakmp for negotiation
details |
| Intermittent connectivity on WAN | Flapping interface (Layer 1 instability); routing protocol adjacency instability; provider network congestion | show logging — look for repeated
%LINK-3-UPDOWN or interface state
change messages; show interfaces
reset counter incrementing |
WAN Troubleshooting Workflow
See: ping | traceroute | show ip route | show interfaces | show ip protocols | show logging | ACLs | debug commands
14. Exam Tips & Key Points
- A WAN connects multiple LANs across large geographic areas. It operates over service-provider infrastructure rather than organisation-owned equipment.
- Know the two categories of WAN switching: circuit-switched (dedicated path per session — PSTN, legacy) and packet-switched (shared infrastructure — MPLS, Internet, VPN).
- HDLC is Cisco's default serial encapsulation — Cisco-proprietary, no authentication. PPP is open standard, supports CHAP/PAP authentication, multilink, and compression. An encapsulation mismatch causes "up/down" on the serial interface.
- MPLS forwards packets using short fixed-length labels instead of full IP routing table lookups — faster, supports QoS, and provides VPN isolation via VRFs.
- WAN topologies: point-to-point (simple, unscalable), hub-and-spoke (cost-effective, single point of failure at hub), full mesh (maximum redundancy, expensive — n×(n-1)/2 links).
- BGP is the routing protocol of the Internet and is used between autonomous systems. OSPF and EIGRP are used within enterprise WANs (IGPs).
- QoS is critical on WAN links because they are the bandwidth bottleneck. VoIP needs priority queuing (DSCP EF); bulk transfers use best-effort. See QoS Policing & Shaping.
- SD-WAN uses a centralised controller to manage multiple WAN transports (MPLS + broadband + 4G) simultaneously with application-aware intelligent path selection.
- WAN troubleshooting follows the OSI model bottom-up:
physical ("down/down") → encapsulation ("up/down") →
routing (
show ip route) → application (Telnet port test, ACL check).
15. Summary Reference Table
| Topic | Key Detail |
|---|---|
| WAN definition | Network spanning large geographic areas connecting multiple LANs |
| Circuit-switched | Dedicated path per session (PSTN, ISDN) — legacy |
| Packet-switched | Shared infrastructure; packets routed independently (MPLS, Internet) |
| HDLC | Cisco default serial encapsulation; proprietary; no authentication |
| PPP | Open standard; supports CHAP/PAP authentication; multilink; compression |
| up/down on serial interface | Encapsulation mismatch or PPP authentication failure |
| MPLS operation | Labels replace IP lookups; CE/PE/P router roles; supports QoS and VPN |
| Hub-and-spoke | Cost-effective; single point of failure at hub; branch-to-branch via hub |
| Full mesh links formula | n × (n-1) / 2 |
| BGP | Exterior Gateway Protocol; routes between autonomous systems; Internet protocol |
| IPsec VPN phases | Phase 1 (IKE — authenticate + key exchange); Phase 2 (ESP — data encryption) |
| SD-WAN advantage | Centralised control; multi-link active-active; application-aware routing; ZTP |
| Verify WAN interface | show interfaces Serial0/0/0 |
| Verify IPsec VPN | show crypto isakmp sa and show crypto ipsec sa |
WAN Quiz
Related Topics & Step-by-Step Tutorials
Continue your WAN studies:
- WAN Technologies — comprehensive overview of all WAN types
- MPLS — label switching operation, CE/PE/P roles, Traffic Engineering
- DMVPN — dynamic spoke-to-spoke tunnels over hub-and-spoke infrastructure
- DMVPN Phase 1, 2 & 3 (Step-by-Step)
- SD-WAN Overview — centralised control, multi-transport, app-aware routing
- IPsec VPN — site-to-site encrypted tunnels; Phase 1 IKE and Phase 2 SA
- IPsec Basics — ESP, AH, IKE explained
- Site-to-Site IPsec VPN (Step-by-Step)
- GRE Tunnels — encapsulating multicast/routing protocols over WAN links
- Site-to-Site vs Remote Access VPN
- BGP Overview — EGP for inter-AS routing; the Internet routing protocol
- OSPF Overview — most common IGP in enterprise WANs
- OSPF Areas & LSAs — hierarchical design for large WANs
- EIGRP Overview — Cisco proprietary IGP with unequal-cost load balancing
- Floating Static Routes — WAN backup routing with elevated AD
- Default Routes — 0.0.0.0/0 used at WAN edge to reach internet
- QoS Overview — prioritising VoIP and video over congested WAN links
- QoS Policing & Shaping — controlling bandwidth on WAN interfaces
- QoS Queuing — priority queuing, CBWFQ, LLQ for WAN
- NAT Overview — translating private addresses at the WAN edge
- Dynamic NAT — many-to-one translation for internet access
- Firewalls — WAN edge security inspection
- Zone-Based Firewall — stateful IOS firewall for WAN links
- show interfaces — check WAN interface up/down and error counters
- show ip route — verify routes to remote WAN sites
- ping — test WAN reachability
- traceroute — find where WAN path breaks