edited by
13,082 views
40 votes
40 votes

Consider a network with $6$ routers $R1$ to $R6$ connected with links having weights as shown in the following diagram.

Suppose the weights of all unused links are changed to $2$ and the distance vector algorithm is used again until all routing tables stabilize. How many links will now remain unused?

  1. $0$
  2. $1$
  3. $2$
  4. $3$

 

edited by

8 Answers

2 votes
2 votes

Ans is B 

now

edited by
1 votes
1 votes
Please correct the question in your text book who thinks answer should be 0

Distance between R5 and R6 is 4 and not 3 as asked in gate 2010 please correct the question
0 votes
0 votes
As DVR is same as Dijkstra algorithm, so simply make Minimum cost spanning tree and then first confirm it by manually traversing for each source to Destination to confirm that it's same as that we'll get using SSSP, as Greedy need not be Optimal, so after it just the ones not in mst will be unused.
0 votes
0 votes

the distance vector approach is employed until all routing tables settle, therefore we must check up to R5.

Answer:

Related questions