Question 282 of 464
N10-009 Network Implementation Practice Question
An OSPF network uses a multi-access segment with four routers. All router interfaces have the default OSPF priority of 1. Which router becomes the Designated Router (DR)?
⚠ Common exam trap
A common mix-up: candidates confuse the DR election tie-breaker with the OSPF route selection metric (cost/bandwidth) or assume the lowest IP address is used, but the actual tie-breaker is the highest Router ID after priority.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The router with the highest router ID
In an OSPF multi-access network, the Designated Router (DR) is elected based on the highest OSPF priority value, with a tie-breaking mechanism using the highest Router ID. Since all routers have the default priority of 1, the router with the highest Router ID wins the DR election. This ensures a stable topology for reducing LSA flooding and adjacency overhead.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The router with the highest router ID
Why this is correct
In OSPF, the Designated Router (DR) election process first considers the OSPF priority configured on the interface. If multiple routers have the highest priority (default is 1), the tie-breaker is the router with the highest OSPF Router ID. This ensures a deterministic election on multi-access segments, facilitating efficient LSA flooding and reducing the number of adjacencies needed among all routers.
- ✗
The router with the lowest IP address on the segment
Why it's wrong here
While IP addresses are fundamental to network communication, the OSPF DR election process does not use the lowest IP address configured on the segment. Instead, it primarily relies on the OSPF interface priority and, as a tie-breaker, the OSPF Router ID. The Router ID is typically the highest loopback IP address or highest active interface IP, not necessarily the lowest IP on the segment, ensuring a unique identifier for the router.
When this WOULD be correct
In a scenario where the question asks about the Backup Designated Router (BDR) election and all routers have the same priority, the BDR is the router with the highest router ID among non-DR routers. However, if the question specified that the DR is already elected and the BDR fails, the next BDR is chosen based on highest router ID, not lowest IP.
- ✗
The router with the highest bandwidth on the connecting interface
Why it's wrong here
Interface bandwidth, while crucial for OSPF cost calculation and path selection, plays no role in the Designated Router (DR) election on a multi-access segment. The DR election mechanism is strictly based on OSPF interface priority and the OSPF Router ID. Bandwidth influences the metric for routing decisions, not the administrative role of a router in managing LSA exchanges on a shared segment.
When this WOULD be correct
In a scenario where the question asks about the selection of the active router in a Virtual Router Redundancy Protocol (VRRP) group with default priority, the router with the highest interface bandwidth might be chosen if the election is based on a non-standard configuration or if the question specifically mentions a proprietary feature like Cisco's 'priority' command that can be tied to bandwidth.
- ✗
The router with the oldest uptime
Why it's wrong here
The uptime of a router, or how long it has been operational, is not a factor in the OSPF Designated Router (DR) election process. OSPF relies on specific parameters like interface priority and Router ID to determine the DR and Backup Designated Router (BDR). Network stability metrics like uptime do not contribute to the election algorithm, which focuses on administrative and unique identifiers.
When this WOULD be correct
In a scenario where the question asks about the root bridge election in a Spanning Tree Protocol (STP) network with default priorities, the switch with the oldest uptime (lowest bridge ID) becomes the root bridge if all other factors are equal.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓The router with the highest router IDCorrect answer▾
Why this is correct
In OSPF, the Designated Router (DR) election process first considers the OSPF priority configured on the interface. If multiple routers have the highest priority (default is 1), the tie-breaker is the router with the highest OSPF Router ID. This ensures a deterministic election on multi-access segments, facilitating efficient LSA flooding and reducing the number of adjacencies needed among all routers.
✗The router with the lowest IP address on the segmentWrong answer — click to see why▾
Why this is wrong here
In OSPF, the Designated Router (DR) is elected based on the highest OSPF priority, and if priorities are equal (default 1), the highest router ID is used. The lowest IP address on the segment is not a factor in DR election.
★ When this WOULD be the correct answer
In a scenario where the question asks about the Backup Designated Router (BDR) election and all routers have the same priority, the BDR is the router with the highest router ID among non-DR routers. However, if the question specified that the DR is already elected and the BDR fails, the next BDR is chosen based on highest router ID, not lowest IP.
Why candidates choose this
Candidates may confuse OSPF DR election with other routing protocols or think that lower IP addresses are preferred for stability, similar to some election processes in networking (e.g., spanning tree root bridge election).
✗The router with the highest bandwidth on the connecting interfaceWrong answer — click to see why▾
Why this is wrong here
In OSPF, the Designated Router (DR) is elected based on the highest OSPF priority, and if priorities are equal, the highest router ID is used. Bandwidth of the interface is not a factor in DR election.
★ When this WOULD be the correct answer
In a scenario where the question asks about the selection of the active router in a Virtual Router Redundancy Protocol (VRRP) group with default priority, the router with the highest interface bandwidth might be chosen if the election is based on a non-standard configuration or if the question specifically mentions a proprietary feature like Cisco's 'priority' command that can be tied to bandwidth.
Why candidates choose this
Candidates may confuse OSPF DR election with other protocols or think that higher bandwidth implies better suitability for the DR role, as bandwidth often influences routing decisions in other contexts.
✗The router with the oldest uptimeWrong answer — click to see why▾
Why this is wrong here
OSPF DR election uses the highest router ID, not uptime. Uptime is irrelevant in OSPF DR/BDR election.
★ When this WOULD be the correct answer
In a scenario where the question asks about the root bridge election in a Spanning Tree Protocol (STP) network with default priorities, the switch with the oldest uptime (lowest bridge ID) becomes the root bridge if all other factors are equal.
Why candidates choose this
Candidates may confuse OSPF DR election with other network elections (e.g., STP root bridge) where uptime or other metrics are used, leading to a plausible but incorrect guess.
Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Visual reference
Quick reference
Routing Protocol Comparison
| Protocol | Metric | Max Hops | Algorithm | Type |
|---|---|---|---|---|
| RIP v2 | Hop count | 15 | Bellman-Ford | Distance vector |
| OSPF | Cost (bandwidth) | Unlimited | Dijkstra (SPF) | Link state |
| EIGRP | Composite metric | Unlimited | DUAL | Hybrid |
| IS-IS | Cost | Unlimited | Dijkstra | Link state |
| BGP | Policy / attributes | Unlimited | Path vector | Path vector |
RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This N10-009 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the N10-009 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.