in Computer Networks
689 views
1 vote
1 vote

Consider Dijkstra’s algorithm in linked state routing protocol at node $u.$ Professor Ram first sets the route for each directly connected node $v.$ to be the link connecting $u$ to $v.$ Ram then implements the rest of the algorithm correctly, aiming to produce minimum cost routes, but doesnot change the routes to the directly connected nodes. In this network, u has atleast two directly connected nodes and there is more than one path between any two nodes. Which of the following statement is false with u’s routing table?

$A)$ There are topologies and link costs where the majority of the routers to other nodes will be incorrect?

$B)$ There are topologies and link costs where no routing table entry (other than u to itself) will be correct.

$C)$ There are topologies and link costs where all routing table entry will be correct.

$D)$ Both $A)$ and $B)$


How Dijkstra working here? 

in Computer Networks
by
689 views

4 Comments

@Hirak

they r asking for u's routing table. Where u constructed it??

0
0
Sorry..! i thought the question was asking which one is the correct in options.. but now i saw that false was asked for.. but tell me one thing, if i even consider routing table for my above diagram for u, i will be getting the best routing table like

u--> a =4

u--> c=5

u->a->b = 6.

Is C the ans (as wrong)?

So where did i go wrong?
0
0
no, ans given B)
0
0

Please log in or register to answer this question.

Related questions