What is STP?
What IEEE standard number is applied to STP and RSTP?
STP - 802.1D
RSTP - 802.1w
How does a port function when STP/RSTP sets it to blocking or forwarding?
What is a Broadcast Storm?
What is MAC Table Instability?
What is Multiple Frame Transmission?
True or False. Interfaces that block learn MAC addresses of users from received frames but do not forward or process received user frames.
False. Interfaces that block will not learn MACs and will not forward user frames. They will receive BPDUs.
What is STP Convergence?
The process by which switches collectively realise something has changed in the LAN topology (e.g. a link has dropped) and determines whether they need to change which ports block and which ports forward.
What is STA?
Spanning Tree Algorithm Is the logic that a switches use to determine a root bridge, the root ports, designated and non-designated ports for an STP topology. The process of this is.
- Electing a root bridge in which all interfaces are placed in a forwarding state (Designated Ports).
- Each connected switch (that isn’t a root bridge) considers one of its ports to have the least administrative cost between itsself and the root bridge (called the root cost). This port is then called the switch’s Root Port and is placed in a forwarding state.
- With two designated interfaces on a link the interface on the switch with the lowest root cost is placed in a forwarding state and is a designated port. This switch is a designated switch.
- Any other interfaces are placed in a blocking state.
What is the STP/RSTP-BID?
Explain the process of electing a Root Bridge
What are the terms for a better (lower BID) and worse (higher BID) Hello ?
Explain the process of a switch electing a Root Port
True or False. Root ports and Designated ports can face both towards and away from the root bridge.
False. Root ports will always face towards the root bridge and Designated ports will always face away from the root bridge.
Define Designated Port
Explain the process of a Designated Port being elected on a LAN segment (Link)
What ways are there for engineers to manually influence STP/RSTP decisions?
What are the default port costs for various speeds of interfaces?
These costs are based on the actual operating speed of the interface, not the maximum speed (e.g. a 10/100/1000 interface running at 100 mbps would have a cost of 19). Costs on the left are based on STP, costs on the left are based on RSTP.
By default, how often is a BPDU Hello message sent by the root bridge?
Every 2 seconds.
Describe how STP acts when nothing is changing in the network topology and it is stable.
What are the three timers used by STP?
The below three timers are defined by the root bridge and are listed in the root bridge’s Hello BPDUs.
What are Roles and States in STP?
When STP convergence occurs, switches choose new port roles and the port roles determine the port states.
What process occurs when a port need to transition from blocking to forwarding?
List port states and whether data will be forwarded while the port is in this state.
Blocking - Will not forward
Listening - Will not forward
Learning - Will not forward
Forwarding - Will forward
Disabled - Will not forward
Discarding (RSTP Only) - Will not forward