Questions: Ethernet and Frame Structure

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A switch receives an Ethernet frame destined for a MAC address it has learned. What does the switch do with the frame?

ABroadcasts it out all ports so every device can receive it
BForwards it only to the port associated with the destination MAC address
CReturns an acknowledgment to the sender and buffers the frame
DFloods it out all ports except the source port, then learns the destination
Question 2 Multiple Choice

An Ethernet frame arrives at a NIC and the computed CRC does not match the Frame Check Sequence in the frame. What happens next?

AThe NIC requests retransmission by sending a NACK to the source
BThe frame is corrected using the FCS as an error-correcting code
CThe frame is silently discarded; error recovery is handled by higher-layer protocols
DThe frame is forwarded anyway with an error flag set in the header
Question 3 True / False

Modern switched Ethernet gives each connected device its own dedicated full-bandwidth link to the switch, unlike early shared-medium Ethernet.

TTrue
FFalse
Question 4 True / False

Ethernet's Frame Check Sequence (FCS) both detects corrupted frames and triggers automatic retransmission to recover the lost data.

TTrue
FFalse
Question 5 Short Answer

Why does Ethernet detect errors but not correct or retransmit them? Which layer of the network stack takes responsibility for reliable delivery, and how?

Think about your answer, then reveal below.