When there is a tie between which port should become the root port, what is the first tie breaker?

A) The lowest port priority
B) The highest port priority
C) The lowest BID
D) The highest BID


C
Explanation: C) When there is a tie between which interface should become the root port (all have the same root cost), there are a series of three different tie breakers: the lowest neighbor bridge ID, the lowest neighbor port priority, and the lowest neighbor internal port number.

Computer Science & Information Technology

You might also like to view...

In order to hide functions that are defined in the implementation file, they should be part of the ______________ namespace.

a. global b. std c. class d. unnamed

Computer Science & Information Technology

When the machine cycle performs the fetch step, it is ________

A) retrieving an instruction from the main memory B) processing a command in the ALU C) storing the results D) translating an instruction into a computer command

Computer Science & Information Technology

What happens when you add a primitive type (e.g., double) value to a collection?

What will be an ideal response?

Computer Science & Information Technology

If you successfully ping from host A to host B, what can you conclude about host A?

a. Its OSI Layers 1-4 are functional. b. Its OSI Layers 1-3 are functional. c. Its OSI Layers 1-7 are functional. d. You can only conclude that ICMP traffic can reach host B.

Computer Science & Information Technology