考研完事了,上传一个之前搜的计算机网络DV算法样例题:
The topology of a network shown as below.Using Link State routing algorithm to calculate therouting table in the node A. Thevectors arrive to node C as bellow: B:( 4, 0, 8, 12, 6, 2 ); D:( 13, 10, 6, 0, 9, 10 ); E:( 7, 6, 3, 9, 0, 14 ). The delays measuredfrom C to B, D, E are 4, 2, and 3 separately. Update router C’s route tableplease.
router C’s route table
Destination Network |
Dc |
Sc |
A |
8 |
B |
B |
4 |
B |
C |
0 |
-- |
D |
2 |
D |
E |
3 |
E |
F |
6 |
B |