What is the purpose of STP (Spanning Tree Protocol)?
Prevents problems caused by loops in a network.
Manages redundant paths and activates them when main path fails or is changed.
Process of STP? (Detailed)
Bridges (Switches) running STP:
- Participate with other bridges in the elction of a single bridge as the Root Bridge.
Process of STP (Brief)
How is a Spanning Tree reconfigured when a path fails or is changed?
Using IEEE 802.1w - Also known as RSTP
How do bandwidth and throughput differ?
Bandwidth is the maximum amount of data that can travel through a ‘channel’.
Throughput is how much data actually does travel through the ‘channel’ successfully. This can be limited by a number of things including latency and the protocol being used.
What are the types of VLAN?
Port based
MAC based
Protocol based
Explain the Purpose of the 802.1Q protocol
The 802.1Q Protocol is used when VLANs are split accross more than one switch.
The sending switch adds a tag to the packet which identifies which VLAN it belongs to (if any) and then is stripped by the destination switch.
Can use fields of tag to prioritise certain types of data such as voice data.
Why should you be concerned by the number of devices on a single LAN?
With any single shared media LAN segment, transmissions propagate through the entire segment. As traffic activity increases, more collisions occur and transmitting nodes must back off and wait before attempting the transmission again. While the collision is cleared, other nodes must also wait, further increasing congestion on the LAN segment. Reducing throughput.
By splitting a broadcast domain into multiple, smaller domains using VLANs, you can reduce network overhead and reduce data traffic competition.