An enterprise network administrator is deploying a new edge connection to an external Internet Service Provider (ISP) to exchange public routing information across autonomous boundaries. The internal network currently uses OSPF for internal routing. Which routing protocol should be deployed on the edge router facing the ISP, and what is the primary reason for this selection?
- Border Gateway Protocol (BGP), because it is an Exterior Gateway Protocol (EGP) designed to route traffic between different Autonomous Systems across the Internet.Answer
- BOpen Shortest Path First (OSPF), because extending the internal link-state protocol to the ISP eliminates administrative distance recalculation overhead.
- CRouting Information Protocol version 2 (RIPv2), because its distance-vector hop-count metric minimizes memory requirements on edge routers receiving Internet routes.
- DStatic routing with Default Gateway ARP, because Layer 3 routers rely on address resolution broadcasts to dynamically learn ISP peer routes.
Answer
Border Gateway Protocol (BGP) should be deployed because it is an Exterior Gateway Protocol (EGP) specifically designed to handle routing between different Autonomous Systems across public network boundaries.
Border Gateway Protocol (BGP) is the standard Exterior Gateway Protocol (EGP) used across the global Internet to exchange routing information between separate Autonomous Systems (ASes). It allows enterprise edge routers to establish peering sessions with ISPs and exchange policy-based routing information.
Step-by-Step Solution
Key Concept
Interior vs. Exterior Gateway Protocols (IGP vs. EGP)