• You already covered this in CCNA.
    Quick recap before ENCOR pushes into RSTP and MST.

    The Redundant Path

    SW1 connects to both SW2 and SW3, and SW2 and SW3 also connect directly to each other.

    Redundant network topology with three switches, a PC, and a server before STP activation.

    Figure 1 – Redundant topology: two physical paths from PC1 to the server

    That gives PC1 more than one path to the server.

    The Broadcast Spreads

    Watch what happens when PC1 needs the server's MAC address: it sends an ARP broadcast.

    PC1 sends ARP broadcast request through switch SW1 to locate the server on the network

    Figure 2 – PC1 sends an ARP broadcast

    SW1 floods it out every other port, duplicating the frame toward both SW2 and SW3.

    SW1 floods the ARP broadcast to all of its ports except the one that received the ARP broadcast

    Figure 3 – SW1 floods the broadcast toward SW2 and SW3

    Answer the question below

    What type of frame does SW1 flood toward SW2 and SW3?

    The Loop Forms

    SW2 and SW3 flood it again, and the same frame starts circulating back and forth between all three switches: a switching loop.

    broadcast frames form a loop

    Figure 4 – SW2 and SW3 flood it again, the loop begins

    Each pass through the loop duplicates the frame again. CPU usage spikes, MAC address tables flap between interfaces, and the network eventually stops responding under a broadcast storm.

    High CPU Usage without Spanning Tree

    Figure 5 – CPU spikes as the loop multiplies frames

    Answer the question below

    What does the network turn into when frames circulate endlessly?