How is a switch selected as a root bridge for spanning tree if the bridge priorities are the same?
A) The switch with the lowest IP address will become the root bridge.
B) The switch with the lowest MAC address will become the root bridge.
C) The switch with the highest MAC address will become the root bridge.
D) The switch with the highest IP address will become the root bridge.
B
Explanation: The bridge priorities of the switches are compared; the device with the lowest bridge priority will become the root bridge. If the bridge priorities are the same, the switch with the lowest MAC address will become the root bridge.
You might also like to view...
If class X is a particular kind of class Y, then Y can be defined as a subclass of X.
Answer the following statement true (T) or false (F)
Which of the following is not true of a destructor?
a. It performs termination housekeeping. b. It is called before the system reclaims the object’s memory. c. If the programmer does not explicitly provide a destructor, the compiler creates an “empty” destructor. d. It releases the object’s memory.
Which of the following is NOT a built-in method of the Exception PHP class?
a. get String() b. get Trace() c. get Code() d. to String()
In Java, a block is delimited by:
(a) ( ) (b) /* */ (c) “ “ (d) { }