reopened by
12,560 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

6.6k
views
1 answers
0 votes
ajaysoni1924 asked Mar 16, 2019
6,614 views
A bit string, 0111101111101111110, needs to be transmitted at the data link layer.What is the string actually transmitted after bit stuffing?
1.9k
views
2 answers
0 votes
ajaysoni1924 asked Mar 16, 2019
1,858 views
One of your classmates, Scrooge, has pointed out that it is wasteful to end each framewith a flag byte and then begin the next one with a second flag byte. One flag ... do the job as well, and a byte saved is a byte earned. Do you agree?
625
views
0 answers
0 votes
ajaysoni1924 asked Mar 16, 2019
625 views
The goal of this lab exercise is to implement an error-detection mechanism using thestandard CRC algorithm described in the text. Write two programs, ... typinggenerator <file | alter arg | verifieryou should get the error message.
1.2k
views
1 answers
0 votes
ajaysoni1924 asked Mar 16, 2019
1,197 views
Consider an error-free 64-kbps satellite channel used to send 512-byte data frames inone direction, with very short acknowledgements coming back the other way. What ... 1, 7, 15, and 127? The earth-satellitepropagation time is 270 msec.