Complete the code to identify the protocol used by OSPF.
OSPF uses the [1] protocol to exchange routing information.OSPF is a link state routing protocol, meaning it uses link state information to build a complete map of the network.
Complete the code to specify the algorithm OSPF uses to calculate shortest paths.
OSPF uses the [1] algorithm to compute the shortest path tree.OSPF uses Dijkstra's algorithm to calculate the shortest path tree from each router to all other routers.
Fix the error in the statement about OSPF packet types.
OSPF sends [1] packets to discover neighbors and exchange routing information.
OSPF uses Hello packets to discover and maintain neighbor relationships.
Fill both blanks to complete the OSPF router state description.
A router in OSPF maintains a [1] database and uses [2] to calculate routes.
OSPF routers keep a link-state database and use Dijkstra's algorithm to compute the best paths.
Fill all three blanks to complete the OSPF packet description.
OSPF packets include a [1] header, [2] packets for neighbor discovery, and [3] packets to update routing information.
OSPF packets have a common header, use Hello packets to discover neighbors, and Link State Advertisements to share routing info.