Lesson 37: Introduction to Dynamic Routing Protocols
Dynamic routing protocols automate the process of route learning and path selection, essential for large networks.
IGP vs. EGP
- Interior Gateway Protocols (IGP): Used for routing within an Autonomous System (AS)—a single organization or control domain. Examples: OSPF, EIGRP, RIP.
- Exterior Gateway Protocols (EGP): Used for routing between different Autonomous Systems. The dominant EGP is BGP (Border Gateway Protocol) (beyond CCNA scope, but good to know).
Classifications by Algorithm
- Distance-Vector Protocols (e.g., RIP): Routers share their entire routing table with neighbors. They rely on the neighbor's perspective ('routing by rumor').
- Link-State Protocols (e.g., OSPF): Routers share detailed information about their local links and status. Each router builds a complete topology map (SPF tree) of the entire network.
- Advanced Distance-Vector/Hybrid (e.g., EIGRP): Uses characteristics of both types for faster convergence and better scaling.