Difficulty: Easy
Correct Answer: Point-to-point
Explanation:
Introduction / Context:OSPF behavior varies with the underlying network type. DR/BDR elections occur on multiaccess networks to reduce adjacency overhead. On links that inherently have only two endpoints, there is no need for a DR/BDR, yet full adjacencies still form. Recognizing these differences aids design and troubleshooting.
Given Data / Assumptions:
Concept / Approach:DR/BDR election is only needed when more than two routers share a segment, as on Ethernet (broadcast) or Frame Relay (NBMA). On point-to-point links (for example, serial PPP links or point-to-point subinterfaces), only two routers exist; therefore, OSPF forms a full adjacency without any DR/BDR roles.
Step-by-Step Solution:Classify network type: point-to-point means two routers only.Apply OSPF rule: DR/BDR elections occur only on multiaccess segments.Conclude: point-to-point links have no DR/BDR election but do form full adjacencies.
Verification / Alternative check:Command show ip ospf interface on a serial PPP link reports “Network Type POINT_TO_POINT, No designated router on this network,” confirming the behavior.
Why Other Options Are Wrong:
Common Pitfalls:Assuming all Ethernet links are point-to-point; Ethernet is broadcast multi-access in OSPF, and elections occur.
Final Answer:Point-to-point
Discussion & Comments