Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications200-301GlossaryDR

Routing

OSPFBDRLSARouter IDAdministrative DistanceMetricDefault RouteStatic RouteView all terms →

Practice

Practice TestMock ExamFlashcards
Routing200-301 Exam Term

What Does DR Mean in 200-301?

Full form: Designated Router

Also known as: Designated Router

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

Quick Definition

The elected OSPF router on a multi-access network that collects and distributes LSAs on behalf of all neighbours.

Full Definition

On multi-access networks (such as Ethernet LANs), OSPF routers elect a Designated Router (DR) and a Backup Designated Router (BDR) to reduce the number of OSPF adjacencies. Instead of each router forming full adjacency with every other router (N × (N-1)/2 adjacencies), all routers form full adjacency only with the DR and BDR. The DR collects LSAs from all routers and floods them to the multicast address 224.0.0.5. DR election is based on highest OSPF priority (default 1), then highest Router ID as a tiebreaker.

CLI Command

ip ospf priority 200  ! on the interface — higher wins DR election
show ip ospf neighbor

Exam Trap — Don't Get Fooled

Setting OSPF priority to 0 prevents a router from becoming DR or BDR. DR/BDR election is non-preemptive — the DR does not change unless it fails, even if a higher-priority router joins later.

Related 200-301 Terms

OSPF

A link-state routing protocol that calculates the best path using cost based on bandwidth.

BDR

The OSPF router elected to take over as DR if the current DR fails.

LSA

The information packets OSPF routers flood to share their link state with all other OSPF routers.

Router ID

A 32-bit value that uniquely identifies an OSPF router within an OSPF domain.

Frequently Asked Questions

What does DR mean on the 200-301 exam?

On multi-access networks (such as Ethernet LANs), OSPF routers elect a Designated Router (DR) and a Backup Designated Router (BDR) to reduce the number of OSPF adjacencies. Instead of each router forming full adjacency with every other router (N × (N-1)/2 adjacencies), all routers form full adjacency only with the DR and BDR. The DR collects LSAs from all routers and floods them to the multicast address 224.0.0.5. DR election is based on highest OSPF priority (default 1), then highest Router ID as a tiebreaker.

How does DR appear as a trap on the 200-301?

Setting OSPF priority to 0 prevents a router from becoming DR or BDR. DR/BDR election is non-preemptive — the DR does not change unless it fails, even if a higher-priority router joins later.

How important is DR on the 200-301 exam?

DR falls under the Routing domain of the 200-301 exam. Understanding it in context with related terms like bdr and ospf is essential for answering scenario-based questions correctly.

← Back to 200-301 GlossaryPractice 200-301 Questions

Term Info

Category

Routing

Exam

200-301

Full Form

Designated Router