Spanning Tree (STP) Flashcards

1
Q

What is the purpose of STP?

A

The Spanning-Tree Protocol (STP) creates one path through a switch network in order to prevent Layer 2 loops.

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

What is MAC Database instability?

A

Copies of the same frame being received on different ports.

Ethernet frames do not have a time to live(TTL) field like the Layer 3 IP header has. This means that Ethernet has no mechanism to drop frames that propagate endlessly. This can result in MAC database instability.

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

What is Broadcast Storms?

A

Broadcasts are flooded endlessly causing network disruption.

So many broadcasts frames in a Layer 2 loop use all available bandwidth and make the network unreachable → Causes DoS(Denial of service)

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

What is Duplicate Unicast Frames?

A

When the switch doesn’t have the destination MAC address in its MAC table and has to flood the frame out all ports. In looped networks this can cause duplicate frames arriving at the destination device.

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

What is a BDPU?

A

Bridge Protocol Data Unit. STP sends them between Layer 2 devices in order to create one logical path.

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

What is a root port?

A

The port on a switch that has the lowest cost to reach the root bridge.

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

What is a designated port?

A

Designated port is a non root port based on the cost of each port on either side of the segment and the total cost calculated by STP for that port to get back to the root bridge.

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

What happens with a port(s) that isn’t RP or DP?

A

The port(s) get blocked

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

What is a root bridge?

A

Layer 2 device in a switched network (a switch basically).

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

How does STP(Spanning-tree protocol) choose the Root Bridge?

A

By choosing the device with the lowest bridge ID (BID). If bridge priority is not changed, lowest MAC address becomes determinant for root bridge.

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

What does BID stand for?

A

Bridge ID. It has two fields: bridge priority and MAC address.

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

What is the default Bridge Priority number?

A

32,768

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

What are the consequences if STP fails/turns off?

A

This can cause a switched network to be unusable – Remember that there is not a TTL mechanism at Layer 2

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