Module 7: The Access Layer Flashcards

(15 cards)

1
Q

At which layer of the OSI model do ethernet switches operate?

A

Layer two (Data Link Layer)

Ethernet switches make forwarding decisions based on layer information from the ethernet header of the ethernet frame.

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

What type of table do ethernet switches use to make forwarding decisions?

A

MAC address table

The MAC address table is used to store the MAC addresses of connected devices.

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

True or false: Ethernet switches forward frames based on the destination MAC address.

A

TRUE

The switch looks up the destination MAC address in its MAC address table to determine the correct port for forwarding.

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

What does an ethernet frame contain that is crucial for switches to make forwarding decisions?

A

Source and destination MAC addresses

The source MAC address identifies the sender, while the destination MAC address indicates the intended recipient.

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

In the example, what is the abbreviated MAC address for host one?

A

AAAA

This address represents the MAC address of host one in the example provided.

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

How does the switch determine where to forward the frame destined for H4?

A

By looking up the destination MAC address (DDDD) in its MAC address table

The switch forwards the frame out of the port associated with the destination MAC address.

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

What is the port number used by the switch to forward the frame to the destination MAC address DDDD?

A

Fast Ethernet 04

This port is where the destination device is connected, as indicated in the MAC address table.

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

What is the purpose of a MAC address table in a switch?

A

To store the source MAC addresses and their corresponding incoming ports

The MAC address table helps the switch make forwarding decisions based on layer two information.

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

When a switch receives an ethernet frame, what is the first action it takes?

A

It examines the source MAC address to check if it has learned anything new

If the source MAC address is not in the table, it adds it along with the incoming port.

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

What happens if the destination MAC address is not found in the switch’s MAC address table?

A

The switch performs an unknown unicast, sending the frame out of all ports except the incoming port

This behavior is similar to that of older ethernet hubs.

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

What does a device do when it receives an ethernet frame but its MAC address does not match the destination MAC address?

A

It ignores the rest of the frame

Only the device with the matching MAC address processes the frame.

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

In the scenario described, what does the switch do when it receives a frame from H4 with a source MAC address that is not in its table?

A

It adds the source MAC address to the MAC address table and notes the incoming port

This allows the switch to learn the location of devices on the network.

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

How long does a switch typically keep information about learned MAC addresses in its table?

A

For about five minutes

This time limit helps manage the table size and ensures it reflects current network conditions.

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

When forwarding a frame, what does the switch do if it already knows the destination MAC address?

A

It sends the frame out only through the specific port associated with that MAC address

This improves efficiency by reducing unnecessary traffic on the network.

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

Fill in the blank: The switch acts like an old ethernet hub when it encounters an unknown unicast by sending the frame out of _______.

A

all ports except the incoming port

This ensures that the frame reaches the intended recipient, even if the switch does not know its location.

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