After how many time ticks, will L's distance vector (i.e., its DV that it exchanges with its neighbor) reflect this change in topology?

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section: Chapter Questions
Problem 4PP
icon
Related questions
Question

After how many time ticks, will L's distance vector (i.e., its DV that it exchanges with its neighbor) reflect this change in topology?

 

5.06-4. Bellman Ford Algorithm (3, part 4). Consider again the same network shown above and again focus on node L. All links have a cost of 1. [Note: You can find more examples of
problems similar to this here.]
Suppose that at time t, the distance vector calculations have completed in all nodes. The link between nodes S and N then goes down at time t. Assuming that all nodes
exchange distance vectors (DV)s at times t+1, t+2, (i.e., a clock tick is one time unit)... immediately recompute their DVs and if they transmit a new DV do so at the next integer
time value.
After how many time ticks, will L's distance vector (i.e., its DV that it exchanges with its neighbor) reflect this change in topology?
O After 1 time tick.
O After 2 time ticks.
O After 8 time ticks - roughly the diameter of the network.
O Four time ticks.
O L's distance vector will not change so it will not send out a change in DV message - i.e., the algorithm will not iterate.
Transcribed Image Text:5.06-4. Bellman Ford Algorithm (3, part 4). Consider again the same network shown above and again focus on node L. All links have a cost of 1. [Note: You can find more examples of problems similar to this here.] Suppose that at time t, the distance vector calculations have completed in all nodes. The link between nodes S and N then goes down at time t. Assuming that all nodes exchange distance vectors (DV)s at times t+1, t+2, (i.e., a clock tick is one time unit)... immediately recompute their DVs and if they transmit a new DV do so at the next integer time value. After how many time ticks, will L's distance vector (i.e., its DV that it exchanges with its neighbor) reflect this change in topology? O After 1 time tick. O After 2 time ticks. O After 8 time ticks - roughly the diameter of the network. O Four time ticks. O L's distance vector will not change so it will not send out a change in DV message - i.e., the algorithm will not iterate.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Network Transmission Cabling
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr