IEEE 802.3 SFD Sequence Explained | Generated by AI

Home 2026.02

Question: In the IEEE 802.3 standard, what is the Start Frame Delimiter (SFD) field sequence in the MAC frame?

A. 10101011 (left=LSB, right=MSB)
B. 11010101 (left=LSB, right=MSB)
C. 01111110 (left=LSB, right=MSB)
D. 01111111 (left=LSB, right=MSB)

Answer:

The correct answer is A. 10101011 (read from left to right as LSB to MSB).

Detailed explanation:

In IEEE 802.3 (Ethernet), the frame structure includes:

This makes the complete 8-byte synchronization sequence:
10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101011

The purpose of changing the last byte from 10101010 to 10101011 is to provide a clear, unambiguous indication that the frame data is about to start (breaking the repeating 1010 pattern).

Key points:

Your choice was B (11010101), which is incorrect.
11010101 is not used as the SFD in IEEE 802.3 Ethernet.

Correct answer: A

References:


Back Donate