168k views
5 votes
Which of the following are you most likely attempting to do?

a) Prevent loops on a port that could erroneously receive BPDUs
b) Prevent the new switch from being elected root
c) Prevent a port from transitioning through all of the STP states
d) Prevent loops from interruption of BPDU flow

User Drew Marsh
by
8.9k points

1 Answer

2 votes

Final answer:

The question relates to the Spanning Tree Protocol (STP) which prevents loops in network topologies. Specifically, it deals with preventing loops on a port by handling BPDUs correctly, possibly by using features like BPDU Guard.

Step-by-step explanation:

The question is concerned with the Spanning Tree Protocol (STP), which is used in computer networking to prevent loops. When you are attempting to prevent loops on a port that could erroneously receive Bridge Protocol Data Units (BPDUs), you are likely dealing with the handling and modification of STP operations. STP works by creating a tree structure of non-looping paths throughout a network and blocking certain redundant paths that could potentially cause a looping condition. An STP loop can occur if there are multiple paths between switches that are not managed by STP. One way to handle BPDUs to prevent STP loops is by using BPDU Guard which will disable a port upon the detection of BPDUs, thus preventing loops due to unexpected receipt of BPDUs. It's important to ensure proper STP configuration to maintain network stability and prevent disruptions.

User Overthetop
by
8.5k points