LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are the six common fields in a Data Link frame?

Frame Start/Stop, Addressing, Type, Control, Data, and Error Detection.

The generic data link frame fields in order — Frame Start, Addressing, Type, Control in the header, then Data, then Error Detection and Frame Stop in the trailer

* The generic frame fields: header (start, addressing, type, control), the data payload, then the trailer (error detection, stop). *

Field Description
Frame Start and Stop Identifies the beginning and end of the frame
Addressing Indicates source and destination nodes (MAC addresses)
Type Identifies the encapsulated Layer 3 protocol
Control Identifies flow control services
Data Contains the frame payload (the packet)
Error Detection Used to determine transmission errors (e.g., CRC)

Structure: Header contains Frame Start, Addressing, Type, and Control. Trailer contains Error Detection and Frame Stop.

Go deeper:

From Quiz: NETW1 / Data Link Layer | Updated: Jul 14, 2026