Module 7 - Encapsulation and the Ethernet Frame Flashcards

(20 cards)

1
Q

Which address is permanently embedded on every Ethernet NIC and used in Ethernet communication?

A

A MAC Address

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

Which field in the Ethernet frame helps synchronize the receiving NIC with incoming bits?

A

Preamble field

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

Which Ethernet frame field can either specify the payload size or the type of encapsulated data?

A

The length/type field

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

Which field in the Ethernet frame is used to verify data integrity after transmission?

A

FCS (Frame check sequence)

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

Which field in the Ethernet frame indicates that the actual Ethernet frame data is about to begin?

A

SFD (Start frame delimiter)

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

Which part of the Ethernet frame carries the actual payload like IPv4, TCP, or HTTP data?

A

The Data Field

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

Which process involves wrapping data inside successive formats for transmission across a network?

A

Encapsulation

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

Which Ethernet component is responsible for communicating on a LAN and includes a unique MAC address?

A

A NIC

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

Which unit of data includes source and destination addresses before transmission over a network?

A

A Frame

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

Which OSI model layer do Ethernet switches operate at when making forwarding decisions?

A

Layer 2, Data link layer

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

Which type of information do switches use to decide how to forward Ethernet frames?

A

Destination MAC address in the internet frame

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

Which internal data structure do switches use to track device MAC addresses and their corresponding ports?

A

A MAC address table

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

What is the first action a switch performs when it receives an Ethernet frame?

A

Examines source MAC address

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

What happens if the switch does not find the destination MAC address in its table?

A

It sends the frame to all ports except the source (unknown unicast)

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

What does a host do when it receives a frame with a destination MAC address that doesn’t match its own?

A

It discards the frame

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

What does the switch do with the source MAC address if it hasn’t seen it before?

A

It adds it to the MAC Address table

10
Q

What is the term for a frame with a destination MAC address unknown to the switch?

A

An unknown unicast

11
Q

How long does a switch typically retain learned MAC address entries in its table?

12
Q

Which layer does encapsulation occur?

A

The access layer.

13
Q

What addressing information is recorded by a switch to build its MAC address table?

A

The source layer 2 address of incoming frames