A network architect is evaluating dynamic routing protocols for an enterprise environment with redundant paths. The architect needs to ensure optimal path selection and fast convergence using Interior Gateway Protocols (IGPs). Which of the following statements accurately describe the operational characteristics of OSPF and EIGRP? (Select TWO.)
- EIGRP calculates backup routes known as feasible successors and maintains them in its topology table to enable rapid failover without recalculating paths.Cevap
- BOSPF Link-State Advertisements (LSAs) bypass Layer 3 IP header processing and encapsulate directly into Layer 2 frames to achieve faster routing updates.
- OSPF routers construct a synchronized Link-State Database (LSDB) representing the network map and run the Shortest Path First algorithm to determine the shortest tree to every destination.Cevap
- DWhen internal hosts access the internet via dynamic NAT with overload (PAT), dynamic routing protocols install a static one-to-one mapping entry in the routing table for every private host.
Cevap
The statements correctly describing OSPF and EIGRP are: EIGRP maintains precalculated backup routes (feasible successors) in its topology table for fast convergence, and OSPF maintains a synchronized Link-State Database (LSDB) to compute shortest path trees using Dijkstra's algorithm.
EIGRP uses the DUAL algorithm to identify feasible successors in the topology table, guaranteeing loop-free backup routes for instantaneous failover. Additionally, OSPF routers build a synchronized Link-State Database (LSDB) within an area and run Dijkstra's SPF algorithm to calculate the shortest path to every destination subnetwork.
Adım Adım Çözüm
Anahtar Kavram
Link-State vs Distance-Vector / Advanced Distance-Vector Routing Protocol Operations