82.0k views
3 votes
What does ospf use to avoid excessive adjacencies

User Vissie
by
7.9k points

1 Answer

5 votes
OSPF (Open Shortest Path First) uses the concept of Designated Router (DR) and Backup Designated Router (BDR) to avoid excessive adjacencies.

In a multi-access network like Ethernet, OSPF would require a full adjacency with each router in the network, which can be inefficient and time-consuming. To avoid this, OSPF elects a DR and a BDR for the network. All routers on the network form a full adjacency with the DR and BDR only, and not with each other. This reduces the number of adjacencies and helps to optimize the network.

So, OSPF uses the DR and BDR concept to avoid excessive adjacencies.
User Evyn
by
8.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.