OSPF-5 Flashcards
(5 cards)
What algorithm does OSPF use to compute the shortest path to each network?
A: Dijkstra algorithm (Shortest Path First - SPF)
Explanation: Also known as the SPF (Shortest Path First) algorithm, Dijkstra calculates the shortest path to all known destinations within an area by constructing a tree with the router as the root.
Can OSPF install multiple equal-cost paths to the same destination?
A: Yes.
Explanation: OSPF supports Equal-Cost Multi-Path (ECMP) routing, which allows it to load balance traffic across multiple links with the same cost metric.
What IP versions does OSPF support?
A: OSPF supports both IPv4 and IPv6.
Explanation: OSPFv2 is used for IPv4 networks, and OSPFv3 is the enhanced version that supports IPv6.
What type of network design does OSPF promote?
A: Hierarchical design using areas.
Explanation: OSPF allows large networks to be divided into areas, improving scalability and limiting the scope of routing updates.
What is the path selection metric used by OSPF?
A: Bandwidth.
Explanation: OSPF uses the cost metric, which is inversely related to bandwidth—the higher the bandwidth, the lower the cost.