A network technician is configuring dynamic routing on an enterprise network to ensure efficient traffic forwarding across multiple subnets. The technician needs a interior gateway protocol that maintains a complete topological database of the network using link-state information. Which of the following dynamic routing protocols meets this requirement?
- Open Shortest Path First (OSPF)Answer
- BSpanning Tree Protocol (STP)
- CDynamic Host Configuration Protocol (DHCP)
- DAddress Resolution Protocol (ARP)
Answer
Open Shortest Path First (OSPF) is an Interior Gateway Protocol that uses link-state advertisements to build a full map of the network topology and dynamically route Layer 3 traffic.
Open Shortest Path First (OSPF) is a link-state Interior Gateway Protocol (IGP) designed to exchange routing information within a single autonomous system. Each OSPF router collects link-state advertisements (LSAs) from neighbor routers to build a complete link-state database (LSDB), representing a map of the network topology.
Step-by-Step Solution
Key Concept
Link-state dynamic routing protocols (such as OSPF) flood network topology information to build complete network maps and calculate shortest paths across Layer 3 subnets.
Estimated Time:45s