A senior network engineer is designing a multi-protocol enterprise network architecture utilizing both Interior Gateway Protocols (IGPs) and Exterior Gateway Protocols (EGPs). Which of the following statements correctly describe dynamic routing protocol characteristics and path evaluation behaviors in this environment? (Select TWO)
- Internal BGP (iBGP) routes have a default Administrative Distance of 200, causing a router to prefer an internal OSPF route (Administrative Distance of 110) if both protocols advertise the exact same prefix length.Answer
- Link-state dynamic routing protocols, such as OSPF, exchange Link-State Advertisements (LSAs) to construct a complete link-state database (LSDB) before running the Dijkstra algorithm to calculate the shortest path tree.Answer
- CDynamic routing protocol algorithms evaluate metrics exclusively at Layer 2, appending hop-by-hop MAC address tables to frame headers to complete end-to-end path calculations across WAN boundaries.
- DBorder Gateway Protocol (BGP) neighbors establish peerings using connectionless UDP transport on port 179 to minimize packet encapsulation delay when exchanging full routing tables.
Answer
The statement regarding Internal BGP having an Administrative Distance of 200 compared to OSPF's 110, and the statement regarding link-state protocols building an LSDB via LSAs prior to running the Dijkstra algorithm, are both correct.
The statement concerning Internal BGP (iBGP) is correct because iBGP carries a default Administrative Distance of 200, which is higher (less preferred) than OSPF's default AD of 110 when choosing between equal prefix matches. The statement concerning link-state protocols is also correct because OSPF routers gather topology information via LSAs to populate the local Link-State Database (LSDB) before running the Dijkstra algorithm to calculate optimal routes.
Step-by-Step Solution
Key Concept
Administrative Distance hierarchy and Link-State Routing Protocol convergence mechanisms
Estimated Time:2m 0s