Back to Dashboard
Module 31
WAN Technologies
β Previous Module
Next Module β
# π CCNA 200-301 - Video 31: WAN Technologies ## Deep Study Notes --- ## π Learning Objectives By the end of this video, you should understand: - WAN concepts and terminology - WAN connection types (leased lines, MPLS, broadband) - WAN encapsulation protocols (HDLC, PPP) - WAN connectivity options (Ethernet WAN, MPLS, Internet VPN) - WAN design considerations - Modern WAN technologies (SD-WAN) --- ## π§ Core Concepts ### 1. What is a WAN? **Definition:** A Wide Area Network (WAN) is a network that spans a large geographical area, connecting multiple LANs across cities, countries, or continents. **Analogy:** Think of a WAN like a highway system connecting different neighborhoods (LANs). Local roads (LAN) let you drive within your neighborhood. Highways (WAN) connect different cities and states, using toll roads, bridges, and tunnels (service provider infrastructure). ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β LAN vs. WAN COMPARISON β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β LAN (Local Area Network): β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Small geographical area (building, campus) β β β β β’ Owned by organization β β β β β’ High bandwidth (1 Gbps - 100 Gbps) β β β β β’ Low latency β β β β β’ No service provider involvement β β β β β’ Ethernet, Wi-Fi β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β WAN (Wide Area Network): β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Large geographical area (cities, countries, continents) β β β β β’ Leased from service provider (ISP, telco) β β β β β’ Variable bandwidth (1 Mbps - 100 Gbps) β β β β β’ Higher latency (distance-based) β β β β β’ Service provider manages infrastructure β β β β β’ Many technologies: MPLS, Metro Ethernet, broadband, T1/E1 β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 2. WAN Terminology | Term | Description | |------|-------------| | **CPE (Customer Premises Equipment)** | Devices located at customer site (router, switch, CSU/DSU) | | **Demarcation Point (Demarc)** | Physical point where service provider responsibility ends and customer responsibility begins | | **Local Loop** | Physical connection from customer premises to service provider central office | | **Central Office (CO)** | Service provider facility where local loops connect | | **Toll Network** | Service provider backbone network | | **DCE (Data Circuit-Terminating Equipment)** | Device that provides clocking (service provider side) | | **DTE (Data Terminal Equipment)** | Customer device that receives clocking (router) | | **CSU/DSU (Channel Service Unit/Data Service Unit)** | Device that connects router to digital leased line | ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β WAN COMPONENTS β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β Customer Site Service Provider β β β β βββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββ β β β β β β β β β βββββββββββ β β βββββββββββ β β β β β Router ββββββββββΌβββββββββββΌβββ CSU/DSU β β β β β β (DTE) β β Local β β (DCE) β β β β β βββββββββββ β Loop β ββββββ¬βββββ β β β β β β β β β β β β ββββββΌβββββ β β ββββββΌβββββ β β β β β CSU/DSU β β β β Central β β β β β β (DCE) β β β β Office β β β β β βββββββββββ β β ββββββ¬βββββ β β β β β β β β β β β β ββββββΌβββββ β β ββββββΌβββββ β β β β β Demarc βββββββββΌβββββββββββΌβββ Demarc β β β β β β Point β β β β Point β β β β β βββββββββββ β β βββββββββββ β β β β β β β β β β Customer β β βββββββββββ β β β β Equipment β β β Toll β β β β β β β β Network β β β β β β β βββββββββββ β β β βββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββ β β β β Customer Responsibility Service Provider Responsibility β β (From Demarc inward) (From Demarc outward) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 3. WAN Connection Types ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β WAN CONNECTION TYPES β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β 1. LEASED LINE (Point-to-Point) β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β Site A βββββββββββββββββββββββββββββββββββββββββ Site B β β β β (Dedicated physical circuit) β β β β β β β β β’ Dedicated, always-on β β β β β’ Fixed bandwidth β β β β β’ Most expensive β β β β β’ Low latency, high reliability β β β β β’ Examples: T1 (1.544 Mbps), E1 (2.048 Mbps), DS3 (45 Mbps) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 2. CIRCUIT-SWITCHED β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β Site A βββββββββββ PSTN βββββββββββ Site B β β β β (Dial-up connection) β β β β β β β β β’ On-demand connection β β β β β’ Variable cost (per minute) β β β β β’ Low bandwidth (56 Kbps - 128 Kbps) β β β β β’ Examples: Dial-up, ISDN β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 3. PACKET-SWITCHED β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β Site A βββββββ Frame Relay/MPLS Cloud βββββββ Site B β β β β (Shared infrastructure) β β β β β β β β β’ Shared bandwidth β β β β β’ Cost-effective for multiple sites β β β β β’ Variable bandwidth β β β β β’ Examples: Frame Relay, ATM, MPLS β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 4. BROADBAND β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β Site A βββββββ DSL/Cable/Fiber βββββββ ISP βββββββ Internet β β β β β β β β β’ Cost-effective β β β β β’ Variable bandwidth β β β β β’ Asymmetric (download > upload) for consumer β β β β β’ Symmetric options for business β β β β β’ Examples: DSL, Cable, Fiber (GPON), LTE/5G β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 4. Traditional WAN Technologies | Technology | Speed | Media | Use Case | |------------|-------|-------|----------| | **T1 (DS1)** | 1.544 Mbps | Copper | Legacy voice/data | | **E1** | 2.048 Mbps | Copper | Legacy voice/data (Europe) | | **T3 (DS3)** | 45 Mbps | Copper/Fiber | Larger branch, campus | | **SONET OC-3** | 155 Mbps | Fiber | High-speed backbone | | **SONET OC-12** | 622 Mbps | Fiber | Carrier backbone | | **SONET OC-48** | 2.5 Gbps | Fiber | Carrier backbone | | **Frame Relay** | Up to 45 Mbps | Various | Legacy multipoint | | **ATM** | Up to 622 Mbps | Fiber | Legacy voice/video/data | --- ### 5. Modern WAN Technologies | Technology | Description | Advantages | |------------|-------------|------------| | **MPLS (Multiprotocol Label Switching)** | Private Layer 3 VPN service | Scalable, QoS, any-to-any connectivity | | **Metro Ethernet** | Carrier Ethernet service | High bandwidth, cost-effective, familiar | | **Ethernet over MPLS (EoMPLS)** | Ethernet over MPLS | Layer 2 connectivity, any-to-any | | **Internet VPN** | IPSec VPN over internet | Cost-effective, flexible | | **SD-WAN** | Software-defined WAN | Intelligent path selection, central management | | **LTE/5G** | Cellular WAN | Backup connectivity, remote sites | ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β MPLS NETWORK β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β Customer Sites MPLS Cloud β β β β βββββββββββ βββββββββββββββββββββββββββββββββββ β β β Site A ββββββββββββββββββββββββ β β β β (CE) β β βββββββββββββββββββββββββββ β β β βββββββββββ β β MPLS Backbone β β β β β β (Label Switching) β β β β βββββββββββ β βββββββββββββββββββββββββββ β β β β Site B ββββββββββββββββββββββββ β β β β (CE) β β βββββββββββββββββββββββββββ β β β βββββββββββ β β PE Router (Provider β β β β β β Edge) β β β β βββββββββββ β βββββββββββββββββββββββββββ β β β β Site C ββββββββββββββββββββββββ β β β β (CE) β β β β β βββββββββββ βββββββββββββββββββββββββββββββββββ β β β β CE = Customer Edge Router β β PE = Provider Edge Router β β P = Provider Core Router β β β β Features: β β β’ Any-to-any connectivity β β β’ VPN separation β β β’ QoS guaranteed β β β’ SLA-backed β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 6. SD-WAN (Software-Defined WAN) **Definition:** SD-WAN is a virtual WAN architecture that uses software-defined networking principles to intelligently route traffic across multiple WAN connections. ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β SD-WAN ARCHITECTURE β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β SD-WAN Controller β β β β (Central Management) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β ββββββββββββββββββββββββββΌβββββββββββββββββββββββββ β β β β β β β βΌ βΌ βΌ β β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ β β β Site A β β Site B β β Site C β β β β SD-WAN Edge β β SD-WAN Edge β β SD-WAN Edge β β β β β β β β β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β β β MPLS β β β β MPLS β β β β MPLS β β β β β β (Primary) β β β β (Primary) β β β β (Primary) β β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β β β Broadband β β β β Broadband β β β β Broadband β β β β β β (Backup) β β β β (Backup) β β β β (Backup) β β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β β β LTE/5G β β β β LTE/5G β β β β LTE/5G β β β β β β (Backup) β β β β (Backup) β β β β (Backup) β β β β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β β βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ β β β β SD-WAN Benefits: β β β’ Intelligent path selection (application-aware) β β β’ Centralized management β β β’ Lower cost (use broadband for non-critical traffic) β β β’ Faster deployment (zero-touch provisioning) β β β’ Security (end-to-end encryption) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 7. WAN Encapsulation Protocols **HDLC (High-Level Data Link Control):** - Cisco proprietary on Cisco routers - Default encapsulation on serial interfaces - No authentication - Single protocol support ```cisco ! HDLC configuration (default) Router(config)# interface serial 0/0/0 Router(config-if)# encapsulation hdlc ``` **PPP (Point-to-Point Protocol):** - Industry standard - Supports authentication (PAP, CHAP) - Multiple protocol support - Error detection - Link quality monitoring ```cisco ! PPP configuration Router(config)# interface serial 0/0/0 Router(config-if)# encapsulation ppp Router(config-if)# ppp authentication chap Router(config-if)# ppp chap hostname routerA Router(config-if)# ppp chap password Cisco123 ``` --- ### 8. WAN Design Considerations ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β WAN DESIGN CONSIDERATIONS β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β 1. BANDWIDTH REQUIREMENTS β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Current traffic patterns β β β β β’ Future growth β β β β β’ Peak vs. average usage β β β β β’ Application requirements (voice, video, data) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 2. AVAILABILITY AND REDUNDANCY β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Business requirements (99.999% uptime) β β β β β’ Primary and backup links β β β β β’ Diverse paths (different providers, different media) β β β β β’ Failover time requirements β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 3. COST β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Monthly recurring costs β β β β β’ Installation costs β β β β β’ Equipment costs β β β β β’ Operational costs β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 4. SECURITY β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Encryption requirements β β β β β’ VPN requirements β β β β β’ Compliance requirements (HIPAA, PCI) β β β β β’ Segmentation requirements β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 5. QUALITY OF SERVICE (QoS) β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Voice/video traffic prioritization β β β β β’ Mission-critical applications β β β β β’ Traffic classification and marking β β β β β’ SLA requirements β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β 6. LATENCY AND JITTER β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β’ Real-time applications (voice, video) β β β β β’ Distance limitations β β β β β’ Circuit types (fiber vs. satellite) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 9. WAN Topologies ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β WAN TOPOLOGIES β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β β β POINT-TO-POINT (Hub-and-Spoke) β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β βββββββββββ β β β β ββββββ HQ β β β β β β βββββββββββ β β β β β β β β β βββββββββββΌββββββββββ¬ββββββββββ β β β β β β β β β β β β ββββββΌβββββ ββββΌββββ βββββΌββββ βββββΌββββ β β β β β Branch1 β βBranch2β βBranch3β βBranch4β β β β β βββββββββββ ββββββββ ββββββββ ββββββββ β β β β β β β β β’ All traffic goes through HQ β β β β β’ Easy to manage β β β β β’ Single point of failure (HQ) β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β FULL MESH β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β βββββββββββ β β β β ββββββ Site A ββββββ β β β β β βββββββββββ β β β β β β β β β β β ββββββΌβββββ ββββββΌβββββ β β β β β Site B βββββββββββ Site C β β β β β βββββββββββ βββββββββββ β β β β β β β β β β β βββββββββββ β β β β β ββββββ Site D ββββββ β β β β βββββββββββ β β β β β β β β β’ Direct connectivity between all sites β β β β β’ Most expensive (many connections) β β β β β’ Best redundancy β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β PARTIAL MESH β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β β β β β βββββββββββ β β β β ββββββ HQ ββββββ β β β β β βββββββββββ β β β β β β β β β β β ββββββΌβββββ ββββββΌβββββ β β β β β Branch1 β β Branch2 β β β β β βββββββββββ βββββββββββ β β β β β β β β β β β βββββββββββΌββββββββββ β β β β β β β β β β β β β ββββββΌβββββ ββββΌββββ βββββΌββββ β β β β ββββββ Branch3 β βBranch4β βBranch5β β β β β βββββββββββ ββββββββ ββββββββ β β β β β β β β β’ Direct connections for critical sites β β β β β’ Cost-effective balance β β β β β’ Good redundancy for important locations β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` --- ### 10. WAN Connectivity Comparison | Feature | Leased Line | MPLS | Internet VPN | SD-WAN | |---------|-------------|------|--------------|--------| | **Cost** | High | Medium | Low | Medium | | **Bandwidth** | Fixed | Flexible | Variable | Aggregate | | **QoS** | Excellent | Excellent | None | Intelligent | | **Security** | Physical | VPN | IPSec | IPSec + | | **Management** | Simple | Managed | Complex | Centralized | | **Scalability** | Poor | Excellent | Good | Excellent | | **Redundancy** | Manual | Built-in | Manual | Automatic | | **Best For** | Critical apps | Enterprise | Branch, Backup | Hybrid WAN | --- ### 11. WAN Troubleshooting Commands | Command | Purpose | |---------|---------| | `show interfaces serial [int]` | Display serial interface status | | `show controllers serial [int]` | Display hardware controller status (DCE/DTE) | | `debug ppp authentication` | Debug PPP authentication | | `debug ppp negotiation` | Debug PPP negotiation | | `show ip route` | Verify routes over WAN link | **Example Outputs:** ```cisco Router# show interfaces serial 0/0/0 Serial0/0/0 is up, line protocol is up Hardware is GT96K Internet address is 10.1.1.1/30 MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP Open, Open: IPCP, CDPCP Keepalive set (10 sec) Last input 00:00:05, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 1234 packets input, 123456 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 1234 packets output, 123456 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 output buffer failures, 0 output buffers swapped out ``` --- ## π§ Complete Configuration Examples ### Lab 1: PPP with CHAP Authentication **Topology:** ``` Router A βββββββββββββββ Router B Serial Link ``` **Router A Configuration:** ```cisco hostname RouterA ! ! Configure username for Router B username RouterB password Cisco123 ! interface Serial0/0/0 ip address 10.1.1.1 255.255.255.252 encapsulation ppp ppp authentication chap ! end ``` **Router B Configuration:** ```cisco hostname RouterB ! ! Configure username for Router A username RouterA password Cisco123 ! interface Serial0/0/0 ip address 10.1.1.2 255.255.255.252 encapsulation ppp ppp authentication chap ! end ``` --- ### Lab 2: Static Route over WAN **Topology:** ``` Router A βββββββββββββββ Router B βββββββββββββββ Router C 10.1.1.0/30 10.1.2.0/30 ``` **Router A Configuration:** ```cisco hostname RouterA ! interface Serial0/0/0 ip address 10.1.1.1 255.255.255.252 encapsulation ppp ! ! Static route to Router C's network via Router B ip route 192.168.3.0 255.255.255.0 10.1.1.2 ! end ``` **Router B Configuration:** ```cisco hostname RouterB ! interface Serial0/0/0 ip address 10.1.1.2 255.255.255.252 encapsulation ppp ! interface Serial0/0/1 ip address 10.1.2.1 255.255.255.252 encapsulation ppp ! ! Static routes ip route 192.168.1.0 255.255.255.0 10.1.1.1 ip route 192.168.3.0 255.255.255.0 10.1.2.2 ! end ``` **Router C Configuration:** ```cisco hostname RouterC ! interface Serial0/0/0 ip address 10.1.2.2 255.255.255.252 encapsulation ppp ! ! Static route to Router A's network via Router B ip route 192.168.1.0 255.255.255.0 10.1.2.1 ! end ``` --- ## β Exam Tips (For CCNA 200-301) | Topic | What Cisco Tests | |-------|------------------| | **WAN Types** | Leased line, packet-switched, circuit-switched, broadband | | **MPLS** | Label switching, VPN services, QoS | | **SD-WAN** | Centralized management, intelligent path selection | | **PPP** | Industry standard, authentication (PAP/CHAP) | | **HDLC** | Cisco proprietary, default on serial | | **Demarcation Point** | Boundary between customer and provider | ### Common Exam Scenarios: **Scenario 1:** "A company needs to connect multiple branch offices with guaranteed QoS and any-to-any connectivity. Which technology should be used?" - **Answer:** MPLS (Multiprotocol Label Switching) **Scenario 2:** "A branch office has both MPLS and broadband connections. Which technology can intelligently route traffic based on application requirements?" - **Answer:** SD-WAN **Scenario 3:** "Which encapsulation protocol supports CHAP authentication on a serial link?" - **Answer:** PPP (Point-to-Point Protocol) --- ## π Summary (1-Minute Revision) ``` WAN TECHNOLOGIES: WAN TYPES: βββ Leased Line: Dedicated, fixed bandwidth, expensive βββ Packet-Switched: Shared (MPLS, Frame Relay) βββ Circuit-Switched: On-demand (dial-up, ISDN) βββ Broadband: DSL, Cable, Fiber, LTE/5G MODERN WAN: βββ MPLS: Layer 3 VPN, QoS, any-to-any βββ Metro Ethernet: Carrier Ethernet, high bandwidth βββ Internet VPN: IPSec over internet, cost-effective βββ SD-WAN: Intelligent path selection, central management ENCAPSULATION: βββ HDLC: Cisco proprietary, default, no auth βββ PPP: Industry standard, PAP/CHAP auth WAN TERMS: βββ CPE: Customer equipment βββ Demarc: Service boundary βββ Local Loop: Connection to provider βββ CO: Central office βββ DCE: Provides clocking βββ DTE: Receives clocking WAN TOPOLOGIES: βββ Point-to-Point (Hub-and-Spoke) βββ Full Mesh βββ Partial Mesh VERIFICATION: βββ show interfaces serial βββ show controllers serial βββ debug ppp authentication βββ debug ppp negotiation ``` --- ## π§ͺ Practice Questions **1. Which WAN technology uses labels to forward packets?** - A) Frame Relay - B) MPLS - C) ATM - D) PPP <details> <summary>Answer</summary> <b>B) MPLS</b> - Multiprotocol Label Switching uses labels to forward packets through the network. </details> **2. What is the demarcation point?** - A) Where customer equipment ends and provider responsibility begins - B) Where the router connects to the switch - C) The central office location - D) The backup WAN link <details> <summary>Answer</summary> <b>A) Where customer equipment ends and provider responsibility begins</b> - The demarc is the physical boundary between customer and provider. </details> **3. Which encapsulation protocol supports CHAP authentication?** - A) HDLC - B) PPP - C) Frame Relay - D) Ethernet <details> <summary>Answer</summary> <b>B) PPP</b> - PPP supports PAP and CHAP authentication protocols. </details> **4. What is the speed of a T1 circuit?** - A) 1.544 Mbps - B) 2.048 Mbps - C) 45 Mbps - D) 100 Mbps <details> <summary>Answer</summary> <b>A) 1.544 Mbps</b> - T1 (DS1) operates at 1.544 Mbps. </details> **5. Which WAN technology provides intelligent path selection and central management?** - A) MPLS - B) Frame Relay - C) SD-WAN - D) Leased Line <details> <summary>Answer</summary> <b>C) SD-WAN</b> - Software-Defined WAN provides intelligent, application-aware path selection. </details> **6. What is the difference between DTE and DCE?** - A) DTE provides clocking, DCE receives clocking - B) DCE provides clocking, DTE receives clocking - C) Both provide clocking - D) Neither provides clocking <details> <summary>Answer</summary> <b>B) DCE provides clocking, DTE receives clocking</b> - DCE (service provider side) provides clock synchronization. </details> **7. Which WAN topology has direct connections between all sites?** - A) Hub-and-Spoke - B) Partial Mesh - C) Full Mesh - D) Point-to-Point <details> <summary>Answer</summary> <b>C) Full Mesh</b> - Full mesh has direct connections between all sites. </details> **8. Which command enables PPP encapsulation on a serial interface?** - A) `encapsulation ppp` - B) `ppp enable` - C) `encapsulation hdlc` - D) `ppp encapsulation` <details> <summary>Answer</summary> <b>A) `encapsulation ppp`</b> - This configures PPP encapsulation on the interface. </details> **9. What is the primary advantage of MPLS over Internet VPN?** - A) Lower cost - B) Guaranteed QoS - C) Easier configuration - D) Higher bandwidth <details> <summary>Answer</summary> <b>B) Guaranteed QoS</b> - MPLS provides guaranteed quality of service with SLAs. </details> **10. Which device is typically found at the customer site?** - A) CSU/DSU - B) CO switch - C) P router - D) PE router <details> <summary>Answer</summary> <b>A) CSU/DSU</b> - Channel Service Unit/Data Service Unit is typically customer premises equipment. </details> **11. Which command shows PPP authentication debugging?** - A) `debug ppp authentication` - B) `debug ppp chap` - C) `debug authentication` - D) `debug ppp` <details> <summary>Answer</summary> <b>A) `debug ppp authentication`</b> - Shows PPP authentication exchanges (PAP/CHAP). </details> **12. What is the speed of E1 circuit?** - A) 1.544 Mbps - B) 2.048 Mbps - C) 45 Mbps - D) 100 Mbps <details> <summary>Answer</summary> <b>B) 2.048 Mbps</b> - E1 is the European standard operating at 2.048 Mbps. </details> --- ## π Next Steps After completing Video 31, you should be ready for: - **Video 32:** PPP and HDLC (Deep Dive) - **Video 33:** PPPoE **Lab Practice:** 1. Configure PPP encapsulation on serial link 2. Configure CHAP authentication 3. Verify PPP operation with `show interfaces` 4. Configure static routes over WAN link 5. Research MPLS and SD-WAN concepts 6. Compare different WAN technologies for different scenarios --- **Ready for Video 32?** Share the link or say "next" and I'll continue with PPP and HDLC Deep Dive. I'll continue with **Video 32: PPP and HDLC (Deep Dive)** based on the standard CCNA 200-301 curriculum. ---