what is difference between designated router and backup
designated router and explain feature of both router.

Answers were Sorted based on User's Feedback



what is difference between designated router and backup designated router and explain feature of bo..

Answer / jitu

A designated router (DR) is the router interface elected
among all routers on a particular multiaccess network
segment, generally assumed to be broadcast multiaccess.
Special techniques, often vendor-dependent, may be needed to
support the DR function on nonbroadcast multiaccess (NBMA)
media. It is usually wise to configure the individual
virtual circuits of a NBMA subnet as individual
point-to-point lines; the techniques used are
implementation-dependent.

Do not confuse the DR with an OSPF router type. A given
physical router can have some interfaces that are designated
(DR), others that are backup designated (BDR), and others
that are non-designated. If no router is DR or BDR on a
given subnet, the DR is first elected, and then a second
election is held if there is more than one BDR. [7] The DR
is elected based on the following default criteria:

* If the priority setting on a OSPF router is set to 0,
that means it can NEVER become a DR or BDR (Backup
Designated Router).
* When a DR fails and the BDR takes over, there is
another election to see who becomes the replacement BDR.
* The router sending the Hello packets with the highest
priority wins the election.
* If two or more routers tie with the highest priority
setting, the router sending the Hello with the highest RID
(Router ID) wins. NOTE: a RID is the highest logical
(loopback) IP address configured on a router, if no
logical/loopback IP address is set then the Router uses the
highest IP address configured on its active interfaces.
(e.g. 192.168.0.1 would be higher than 10.1.1.2).
* Usually the router with the second highest priority
number becomes the BDR.
* The priority values range between 0 - 255[8], with a
higher value increasing its chances of becoming DR or BDR.
* IF a HIGHER priority OSPF router comes online AFTER
the election has taken place, it will not become DR or BDR
until (at least) the DR and BDR fail.
* If the current DR 'goes down' the current BDR becomes
the new DR and a new election takes place to find another
BDR. If the new DR then 'goes down' and the original DR is
now available, it then becomes DR again, but no change is
made to the current BDR.

DR's exist for the purpose of reducing network traffic by
providing a source for routing updates, the DR maintains a
complete topology table of the network and sends the updates
to the other routers via multicast. All routers in an area
will form a slave/master relationship with the DR. They will
form adjacencies with the DR and BDR only. Every time a
router sends an update, it sends it to the DR and BDR on the
multicast address 224.0.0.6. The DR will then send the
update out to all other routers in the area, to the
multicast address 224.0.0.5. This way all the routers do not
have to constantly update each other, and can rather get all
their updates from a single source. The use of multicasting
further reduces the network load. DRs and BDRs are always
setup/elected on Broadcast networks (Ethernet). DR's can
also be elected on NBMA (Non-Broadcast Multi-Access)
networks such as Frame Relay or ATM. DRs or BDRs are not
elected on point-to-point links (such as a point-to-point
WAN connection) because the two routers on either sides of
the link must become fully adjacent and the bandwidth
between them cannot be further optimize

Is This Answer Correct ?    13 Yes 1 No

what is difference between designated router and backup designated router and explain feature of bo..

Answer / chetan shende

DR sends heart beats to other routers and updates in their routing tables BDR keep backup of routing table of DR in case of DR failure BDR elected as DR.

Is This Answer Correct ?    6 Yes 0 No

what is difference between designated router and backup designated router and explain feature of bo..

Answer / karthik

DR and Bdr concept work in broadcat multi access network.
It reduces Lsa floodind within broadcast domain by electing
one DR and Bdr to which other routers in broadcast domain
form adjacency. So that only Dr and BDR have full adjacency
that means full link state database.
any change in broadcast domain will be send as link state
update to the Dr from which it will be forwarded to other
members reducing Lsa transfer

Is This Answer Correct ?    4 Yes 0 No

what is difference between designated router and backup designated router and explain feature of bo..

Answer / jitendera

the above answer is taken from google so it might be
possible that some of my friend are not going to undersatnd
the consept of dr and bdr

note-plase donot confuse betwwenrouter type in ospf that is
abr and asbr etc

not let suppose that there are three router concted through
the swithch that is called ospf over broadcastas we know
that switch is a multiassess device taht is any cahnge
happen betwen the n/w te router cahnge the updates and this
will cause hevay tarfic jam accros thenetwork to avoid this
dr nad bdr consepts comes

dr that is best router interface
bdr-2nd best router (for backup)
for dr and bdr some ip is reserved that is 224.0.0.6

slection criterai of dr and bdr
1 ip nad mask
2 port pirorty
area id
router id

rest of anser is writen above i have tried to make it soo simple
thanks

Is This Answer Correct ?    3 Yes 1 No

what is difference between designated router and backup designated router and explain feature of bo..

Answer / gt

DR=primary Domain Cont
BDR=secondary domain......lolzzzz

further from top 3 answers r correct..

Is This Answer Correct ?    0 Yes 3 No

what is difference between designated router and backup designated router and explain feature of bo..

Answer / guest

desigmated router is stor router. it can store all data &
backup desigmated router working on loss data

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More CCNA Interview Questions

hi i have some difficulty plz reply as s0on as possible. 1 what is csma/cd(i know u are familer with that protocol) 2 what is the need for it and and 3 rd one in which i need help how to enable csma/cd at router or switches shain make it answer as sson as possibele and call me afetr reply thanks jitendera kuamr sinha

1 Answers  


After how long eigrp protocol advertise its routing table?

0 Answers  


Explain what is route poisoning?

0 Answers  


What is the maximum hop count for IP RIP? A.) Infinity B.) 16 C.) 15 D.) 1

2 Answers  


Which can be true regarding VLANs? A.) They are created by location B.) They are created by function C.) They are created by department D.) They are created by group

1 Answers  






What would be the first command from global configuration mode to enable RIP on your router for interface E0, with an address of 181.86.4.4 and mask of 255.255.255.0 ? A.) router rip B.) network 181.89.4.0 255.255.255.0 C.) router rip int e0 D.) router rip 181.86.0.0 E.) router rip 181.86.4.0 F.) network 181.86.0.0

1 Answers  


What is the working of router?

0 Answers  


Identify the 2 commands that will display the status and information about interface E0 only? A.) show interface ethernet E0 B.) show interface E0 C.) show E0 D.) show int E0 E.) show interface

1 Answers  


Suppose a USER is saying he is not able to access the internet or page loading is slow what trobleshooting steps you will take to get it fixed

5 Answers   Infosys,


What cable called v.35?

0 Answers  


The Datalink layer works with which of the following: A.) Packets B.) Bits C.) Globules D.) Frames E.) Segments

2 Answers  


What command can you type to view the connections after telneting into multiple routers simultaneously? A.) sh users B.) sh ports C.) sh host D.) sh sessions

1 Answers  


Categories