Chapter 7 Flashcards

1
Q

An Ethernet frame sent to destination address FFFF.FFFF.FFFF, meaning that the frame should be delivered to all hosts on that LAN.

A

Broadcast frame

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

An Ethernet frame whose destination MAC address is listed in a switch’s MAC address table, so the switch will forward the frame out the one port associated with that entry in the MAC address table.

A

Known unicast frame

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

A protocol that uses a specific algorithm, allowing a switch to dynamically work around loops in a network topology by creating a spanning tree. Switches exchange bridge protocol data unit (BPDU) messages with other switches to detect loops and then remove the loops by blocking selected switch interfaces.

A

Spanning Tree Protocol (STP)

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

An Ethernet frame whose destination MAC address is not listed in a switch’s MAC address table, so the switch must flood the frame.

A

Unknown unicast frame

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

A table of forwarding information held by a Layer 2 switch, built dynamically by listening to incoming frames and used by the switch to match frames to make decisions about where to forward the frame.

A

MAC address table

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

To send a frame received in one interface out another interface, toward its ultimate destination.

A

Forward

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

The result of the LAN switch forwarding process for broadcasts and unknown unicast frames. Switches forward these frames out all interfaces, except the interface in which the frame arrived. Switches also flood multicasts by default, although this behavior can be changed.

A

Flood

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

What three primary actions do switches perform?

A

(1) Forwards or filters frames based on destination MAC address
(2) Learning MAC addresses by looking at the source MAC address
(3) Uses Spanning Tree Protocol (STP) to prevent loops

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

A switching MAC address table is also called a _____ table or a _____ table. It is even called a Content Addressable _____ table.

A

switching;
bridging
Content Addressable Memory (CAM)

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

Switches build the address table by listening to incoming frames and examining the _____ MAC address in the frame.

A

source

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

If a frame enters the switch and the source MAC address is not in the MAC address table, what does it do?

A

Creates an entry in the table

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

What does a switch do when there is no matching entry in the table for the destination MAC address of an incoming frame?

A

Floods it out all interfaces except incoming one

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

What is the frame called whose destination address is unknown to the switch?

A

unknown unicast frame

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

STP causes each interface on a switch to settle into either a _____ state or a _____ state.

A

blocking

forwarding

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

What STP state means that the interface cannot forward or receive data frames?

A

blocking

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

What STP state means the the interface can send and receive data packets?

A

forwarding

17
Q

What two things does a switch do with a known unicast frame?

A

Different interface on MAC table forward the frame

Same interface on MAC table filter the frame

18
Q

How does STP prevent loops?

A

Blocks certain interfaces from sending or receiving

19
Q

How does a switch learn MAC addresses?

A

Builds MAC address table from source addresses of frames received

20
Q

What does a switch do with an unknown destination unicast?

A

Forwards frame out all interfaces except receiving interface

21
Q

What show interfaces command option lists the number of unicast, multicast, and broadcast frames both the in and out direction, and a total byte count for those frames.

A

counters

22
Q

Sometimes a network engineer might be troubleshooting while looking at a network topology diagram, and want to look at all the MAC addresses learned off a particular port. IOS supplies that option with what command?

A

show mac address-table dynamic interface