A network administrator is evaluating dynamic routing protocol behaviors for a campus network infrastructure. Which of the following operational features specifically characterize Open Shortest Path First (OSPF) as a link-state routing protocol? (Select TWO.)
- It constructs a complete topological database of the network area by flooding Link-State Advertisements (LSAs).Answer
- It executes Dijkstra's Shortest Path First (SPF) algorithm to calculate the shortest path tree to destination networks.Answer
- CIt encapsulates routing protocol updates directly into Layer 2 Ethernet frames to bypass Layer 3 routing lookup overhead.
- DIt maps multiple private internal host IP addresses to a single external public IP address using transport-layer port translation.
Answer
The correct characteristics of OSPF as a link-state routing protocol are constructing a complete topological database via Link-State Advertisements (LSAs) and executing Dijkstra's Shortest Path First (SPF) algorithm to determine optimal paths.
The correct options accurately describe how link-state routing protocols function. OSPF routers flood Link-State Advertisements (LSAs) to build a synchronized topological map (LSDB) of the area, and each router independently runs Dijkstra's Shortest Path First (SPF) algorithm on this map to identify the shortest path to each destination network.
Step-by-Step Solution
Key Concept
Link-State Routing Protocol Mechanics (OSPF LSDB and SPF Algorithm)