OSPF-8 Flashcards
(5 cards)
What is the role of the Designated Router (DR) in OSPF?
A: The DR minimizes the number of adjacencies on multi-access networks by acting as the central point for exchanging LSAs.
Explanation: This reduces overhead in OSPF by avoiding a full mesh of neighbor relationships.
How is the DR elected in OSPF?
A: The router with the highest priority wins the DR election. If priorities are equal, the highest Router ID wins.
Explanation: This ensures deterministic selection based on pre-configured values or loopback/interface IPs.
What is the Backup Designated Router (BDR)?
A: A standby router that takes over if the DR fails. It receives LSAs but doesn’t forward them unless promoted.
Explanation: BDR ensures high availability in OSPF networks.
What is the OSPF Hello Protocol used for?
A: It provides dynamic neighbor discovery and maintains OSPF relationships.
Explanation: Hello packets are used to establish and keep neighbor adjacencies alive.
What is stored in the OSPF neighborship database?
A: A list of all routers from which Hello packets have been received.
Explanation: This database tracks potential OSPF neighbors for adjacency formation.