reopened by
11,664 views
1 votes
1 votes

Consider the network of Figure. Distance vector routing is used, and the following
vectors have just come in to router C: from B: (5, 0, 8, 12, 6, 2); from D: (16, 12,
6, 0, 9, 10); and from E: (7, 6, 3, 9, 0, 4). The cost of the links from C to B, D, and E,
are 6, 3, and 5, respectively. What is C’s new routing table? Give both the outgoing
line to use and the cost.

reopened by

1 Answer

4 votes
4 votes
C's table (-,6,0,3,5,-)

B's table (5,0,8,12,6,2)

Going from C via B [add 6 to B's table] gives (11,6,14,18,12,8)

D's table (16,12,6,0,9,10)

Going from C via D [add 3 to D's table] gives (19,15,9,3,12,13)

E's table (7,6,3,9,0,4)

Going from C via E [add 5 to E's table] gives (12,11,8,14,5,9)

Min from each table is taken

C's new table (11,6,0,3,5,8)

Outgoing line (B, B, -, D, E, B)

Related questions

0 votes
0 votes
1 answer
1
ajaysoni1924 asked Mar 16, 2019
6,312 views
A bit string, 0111101111101111110, needs to be transmitted at the data link layer.What is the string actually transmitted after bit stuffing?