What scenario might be ideal for the use of root guard in configuring a switch?

a. You wish to block BPDUs on an access port serving network hosts.
b. You wish to disable STP on a port connected to a partnered company's switch.
c. You wish to prevent switches beyond a certain port from becoming the root bridge, but still wish to use STP.
d. You wish to prevent a rogue switch or computer from hijacking the network's STP paths.

ANSWER: c

Computer Science & Information Technology

You might also like to view...

Which is not an argument for the MessageBox action?

A) Title B) Message C) Beep D) Repeat check box

Computer Science & Information Technology

what is the value that is stored in n?

Given the following C++ statement, ``` int n = (4.0 + 6.1) * 7 + 5 / 2.0; ``` a. 37.85 b. 60.6 c. 73.2 d. 73

Computer Science & Information Technology