VLANs Flashcards

1
Q

What is the purpose of STP (Spanning Tree Protocol)?

A

Prevents problems caused by loops in a network.

Manages redundant paths and activates them when main path fails or is changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Process of STP? (Detailed)

A

Bridges (Switches) running STP:
- Participate with other bridges in the elction of a single bridge as the Root Bridge.

  • Calculate the distance of the shortest path to the Root Bridge and choose a port (known as the Root Port) that provides the shortest path to the Root Bridge
  • For each LAN segment elect a Designated Bridge and a Designated Port ton that bridge. The Designated Port is a port on the LAN segment that is closest to the Root Bridge (All ports on the Root Bridge are Designated Ports)
  • Select bridge ports to be included in the spanning tree. The ports selected are the Root Ports an dDesignated Ports. these ports forward traffic. Other ports block traffic.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Process of STP (Brief)

A
  • Election of Root Bridge
  • Calculate shortest path to Root Bridge and choose its Root Port
  • Each LAN segment, elect Designated Bridge and a Designated port on that bridge which is closest to the Root Bridge.
  • Select bridge ports to be included in Spanning Tree. (Ports selected are Root Ports and Designated Ports which forward traffic)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is a Spanning Tree reconfigured when a path fails or is changed?

A

Using IEEE 802.1w - Also known as RSTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do bandwidth and throughput differ?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the types of VLAN?

A

Port based
MAC based
Protocol based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain the Purpose of the 802.1Q protocol

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why should you be concerned by the number of devices on a single LAN?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly