What is a loop, and why is it bad?
If two switches are connected to each other with two cables, a loop is created. It is bad because it will send traffic back and forth forever; there is no “counting” mechanism at the MAC layer. This loop will overwhelm the switches and bring down a network.
What is spanning tree protocol, and what does it do?
A protocol (IEEE standard 802.1D) that prevents loops in bridged (switched) networks. Created by Radia Perlman.
What are the Spanning Tree Protocol states and what do they do?
Blocking - not forwarding traffic to prevent a loop
Listening - not forwarding traffic and cleaning the MAC table
Learning - not forwarding traffic and adding to the MAC table
Forwarding - data passes through and is fully operational
Disabled - administrator has turned off the port, nothing can pass through the port.
What are the three types of ports that are configured automatically through STP?
What is RSTP (802.1w)?
Rapid Spanning Tree Protocol (802.1w)