Question: The network uses a Distance Vector Routing protocol. Once the routes have stabilized, the distance vectors at different nodes will be N 1 : (

The network uses a Distance Vector Routing protocol. Once the routes have stabilized, the distance vectors at different nodes will be N1: (0,1,7,8,4), N2: (1,0,6,7,3), N3: (7,6,0,2,6), N4: (8,7,2,0,4) and N5: (4,3,6,4,0). Each distance vector is the distance of the best known path at that instance to nodes, N1 to N5, where the distance to itself is 0. Also, all links are symmetric and the cost is identical in both directions. In each round, all nodes exchange their distance vectors with their respective neighbours. Then all nodes update their distance vectors. In between two rounds, any change in cost of a link will cause the two incident nodes to change only that entry in their distance vectors. The cost of link N2-N3 reduces to 2(in both directions). For the above scenario solve the following: a) After the next round of updates, what will be the new distance vector at node N3. b) After the update in the 4. a), the link N1-N2 goes down. N2 will reflect this change immediately in its distance vector as cost to . After the next round of update, what will be cost to N1 in the distance vector of N3?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!