Question: 1. (20 points) Let us consider the Bellman-Ford algorithm for finding the shortest path and generating the routing table in a simple network graph as
1. (20 points) Let us consider the Bellman-Ford algorithm for finding the shortest path and generating the routing table in a simple network graph as shown in the following. The number beside each link denotes the "distance" over the link. B 4 2 1 A D 6 5 In the beginning, every node only knows the distance to its directly connected neighbors. Their distance vector tables are shown in the following. Des Next Dist. A B B 2 5 UNO B Des Next Dist. A 2 B B 0 1 D D 4 Des Next Dist. A 5 B 1 0 D D 6 D Des Next | Dist. B B 4 6 D D 0 Olofon blol a) Suppose that at time t, A broadcasts its distance vector to both B and C. At time t+1,D broadcasts its distance vector to both B and C. You can think that a distance vector includes the whole distance vector table. Please give out the updated distance vector table of B and C after t+1. The update rule for each entry is to see whether a shorter path can be found following the Bellman-Ford equation Des Next Des Next Dist. Dist
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
