359 views
0 votes
0 votes

Consider the diagram shown where number of LANs are connected by bridges.In order to avoid the loops, these bridges arrange themselves into a spanning tree. The root bridge identified as bridge with least serial number. Next each bridge identifies a port through which it can forward packets to root bridge. If Multiple ports are there, the one which have lower index have the high priority.If Multiple bridges are there to forward a packet to a LAN, the one which is near to root bridge will get prefered and in that the one which has lowest ID will gets prefered.

What is depth first traversal spanning tree of bridges?

  1.   B1, B4, B2, B3, B5
  2.   B1, B4, B5, B2, B3
  3.   B1, B2, B4, B5, B3
  4.   B1, B2, B3, B5, B4

1 Answer

Related questions

1 votes
1 votes
2 answers
3
1 votes
1 votes
0 answers
4
Na462 asked Feb 19, 2018
625 views
Given a graph with positive and distinct edge weights. If I double or triple.. the edge weights then:- 1. Shortest path will remain same2. Mst will remain sameRight?Note ...