Question: Consider the network shown below and answer the following questions: a . ( 1 0 % ) Show a spanning tree with Node H as
Consider the network shown below and answer the following questions:
a Show a spanning tree with Node as the root. Show the final routing table from Node As
perspective, with each row: destination: neighbor, distance Ignore the link cost here for spanning tree
and use the number of hops as the distance measure. Optional: those who are interested may look up
"minimum spanning tree" and discuss whether there is a "better" spanning tree for this network.
b Use Dijkstra algorithm for Node A using the tabular format shown in class and find the routing
table: destination: neighbor, distance Take the linkcost into account for Parts and
c Use BellmanFord algorithm for Node A: show the iterative updates of its Distance Table and
Distance Vector by considering the following distance vectors from Nodes B and H respectively. Show
the final routing table destination: neighbor, distance for Node A
i B: ;:
ii B: ;:
iii. B: A C D E F G H; H: A B C D E F G
iv B: ;:
v B: A C D E F G H; H: A B C D E F G
d Use specific examples eg routes for traffic between AF or BH to discuss the differences
between the routes found in Parts a b and c Also comment on the information needed and computational
complexity for each of the three approaches.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
