Understanding WAN Connectivity Options
Wide-area networks connect devices across large geographical distances. Organizations must choose appropriate connectivity solutions based on their specific needs and constraints.
Traditional WAN Technologies
Leased lines (dedicated lines) provide permanent point-to-point connections between two locations. They offer guaranteed bandwidth and consistent performance, but at higher cost. Frame Relay was historically popular as a more economical alternative through shared network infrastructure. Asynchronous Transfer Mode (ATM) provided another option with quality-of-service capabilities.
Modern WAN Solutions
- MPLS (Multiprotocol Label Switching) operates at Layer 2.5 and enables efficient traffic engineering and virtual private networks
- Metro Ethernet extends Ethernet technology across metropolitan areas for high-speed connectivity
- SD-WAN (Software-Defined WAN) allows organizations to centrally manage and optimize WAN traffic across multiple connections
Choosing the Right Technology
Each WAN technology has unique characteristics regarding latency, jitter, packet loss, and maximum transmission unit (MTU) sizes. Technology selection depends on organizational needs, existing infrastructure, budget constraints, and performance requirements. Understanding each technology's advantages, limitations, and typical use cases is essential for the CCNA exam.
Routing Protocols and WAN Configuration
Routing protocols enable routers to dynamically determine optimal paths for data transmission across WAN networks. The CCNA curriculum emphasizes distance-vector and link-state protocols.
Distance-Vector Protocols
EIGRP (Enhanced Interior Gateway Routing Protocol) is Cisco's proprietary advanced distance-vector protocol. It offers fast convergence, efficient bandwidth utilization, and scalability. EIGRP uses the DUAL algorithm to calculate routes and supports both IPv4 and IPv6.
Link-State Protocols
OSPF (Open Shortest Path First) is the industry-standard link-state protocol. It calculates routes based on link costs and network topology. OSPF divides networks into areas to improve scalability and efficiency.
BGP (Border Gateway Protocol) handles inter-autonomous system routing. It is critical for internet connectivity and complex enterprise networks.
WAN Encapsulation and Security
Point-to-Point Protocol (PPP) provides authentication through PAP and CHAP, making it suitable for secure WAN links. HDLC is the default Cisco encapsulation on synchronous serial lines but lacks authentication support. Students must understand how to configure these protocols, troubleshoot routing issues, and optimize WAN performance. The exam includes questions on optimal route selection, metric comparison, and protocol selection for specific scenarios.
Network Address Translation and Security
Network Address Translation (NAT) allows private IP addresses to communicate across public networks while conserving valuable public IP addresses. Understanding NAT types and address terminology is critical for WAN configuration.
NAT Types and Mappings
- Static NAT creates one-to-one mapping between private and public addresses, suitable when internal devices need consistent external addresses
- Dynamic NAT allocates public addresses from a pool to private addresses temporarily
- Port Address Translation (PAT), also called NAT overload, maps multiple private addresses to a single public address using different port numbers
NAT Address Terminology
Inside local addresses refer to private addresses on internal networks. Inside global addresses are public addresses used for communication. Outside local and outside global addresses describe how external networks are perceived from the internal perspective.
Security Considerations
The CCNA exam requires understanding NAT configuration, including access control lists to determine which traffic requires translation. NAT can impact troubleshooting since translated addresses may differ from original source addresses in logs. Extended ACLs provide granular control using source address, destination address, protocol, and port information. Standard ACLs filter based only on source IP addresses. Understanding implicit deny rules, ACL placement decisions, and named ACLs is essential for implementing security policies.
Quality of Service and WAN Optimization
Quality of Service (QoS) mechanisms prioritize network traffic to ensure critical applications receive adequate bandwidth and acceptable latency. In WAN environments where bandwidth is limited and expensive, QoS becomes especially important.
QoS Mechanisms
Congestion management uses queuing mechanisms to prioritize packets during network congestion. Weighted Fair Queuing (WFQ) assigns weights to traffic flows. Priority Queuing (PQ) uses strict priority levels. Class-Based Weighted Fair Queuing (CBWFQ) combines class-based and weighted approaches.
Traffic policing drops or marks packets that exceed rate limits, immediately enforcing bandwidth restrictions. Traffic shaping buffers excess traffic in queues, delaying packets rather than dropping them.
QoS Models and Implementation
Integrated Services (IntServ) uses RSVP to reserve bandwidth for specific flows but does not scale well. Differentiated Services (DiffServ) marks packets with DSCP values in the IP header to indicate service level. The CCNA focuses primarily on DiffServ concepts and basic QoS configuration. Students must understand how to classify traffic, mark packets appropriately, and configure queuing policies. Real-world WAN optimization also includes data deduplication, caching, and application acceleration that reduce bandwidth consumption.
MPLS and Advanced WAN Technologies
Multiprotocol Label Switching (MPLS) revolutionized WAN technologies by introducing a Layer 2.5 forwarding mechanism. MPLS simplifies complex routing and enables quality-of-service guarantees.
MPLS Architecture and Operation
MPLS operates by assigning short, fixed-length labels to packets at network ingress points. Routers then forward packets based primarily on these labels rather than destination IP addresses. Label switched paths (LSPs) define the route packets follow through MPLS networks. These paths are established using protocols like LDP (Label Distribution Protocol) or RSVP. Forwarding equivalence classes (FECs) group packets that follow the same LSP.
MPLS Advantages and Applications
MPLS enables traffic engineering capabilities that allow operators to route traffic along specific paths rather than conventional shortest-path routing. MPLS VPNs create isolated networks for customers sharing provider infrastructure. They use VPN labels and route distinguishers to separate customer traffic. Penultimate hop popping (PHP) and explicit null labels are important architectural concepts.
Modern WAN Evolution
SD-WAN (Software-Defined WAN) represents the modern evolution of WAN technologies. It uses software-based controllers to centrally manage connectivity across multiple WAN links, including broadband, MPLS, and 4G/5G connections. SD-WAN enables application-aware routing, automatic failover, simplified management, and cost optimization. While detailed SD-WAN implementation may exceed CCNA scope, understanding the concept is increasingly relevant for contemporary network professionals.
