chapter 2 Flashcards
STP?
spanning tree protocol: used when using redundant links between switches. this keeps a broadcast storm from occuring. without stp’s the redundant links all get MAC address updates from the switches and then the same MAC address is on several connections from 1 switch to another and this causes broadcast storms. *STP helps figure out which connection is most reliable.
what is it and what is used today: STP and RSTP?
Spanning Tree Protocol: older technology (cisco propriatary) used to stop loops and broadcast storms.
**RSTP: Rapid spanning tree protocol: used instead of STP.
what command is used to display the cost of each interface port?
show spanning-tree
how to turn STP debugging on so that all events will be shown in real time?
debug spanning-tree events
Broadcast storms?
Without some loop-avoidance process, each switch may flood broadcasts endlessly. This situation is commonly called a broadcast storm.
Multiple frame transmission?
Multiple copies of unicast frames may be delivered to destination stations. Many protocols expect to receive only a single copy of each transmission. Multiple copies of the same frame can cause unrecoverable errors.
MAC database instability?
Instability in the content of the MAC address table results from copies of the same frame being received on different ports of the switch. Data forwarding can be impaired when the switch consumes the resources that are coping with instability in the MAC address table
do ethernet frames have a time to live attribute?
no.
MAC database instability.
??
this is when a mac address is broadcast from one switch to another one and then that switch sends the broadcast to redundant paths and this causes a loop that also provides incorrect info of where the mac address originated from and the mac address table becomes corrupted with incorrect info. This loop will continue until the connection is physically broken or the device is restarted. cusses high cpu load on switches. the host caught in the loop is not contactable and will cause a broadcast storm as the packets try to keep up with the changing mac address tables of the switches and loop throughout the network.
what happens to the network if a broadcast storm does develop?
it fails.
BPDU?
bridge protocol data unit (BPDU) frames:
frames that contain information about the Spanning tree protocol (STP).
what is a blocked port and what does it do?
a port that is configured so that it can not accept or forward packets. this is used on redundant links so that broadcast storms or loops do not occur. this prevents a layer 2 loop.
what happens when a blocked port is needed because the destination is unreachable due to a port / connection failing?
the port is automatically set to un-bloacked. the switch then sends a broadcast from the newly un-blocked port and all other un-blocked ports. the message continues onto the destination device.
RSTP vs STP?
STP: spanning tree protocol is the older version. now
Rapid Spanning Tree Protocol/ RSTP is the version used today. it is also a type of spanning tree protocol as there is also: Multiple spanning tree protocol MSTP
MSTP?
Multiple spanning tree protocol