Difficulty: Easy
Correct Answer: Frame
Explanation:
Introduction / Context:The OSI model defines layers and the names of data units at each layer. At the data-link layer (Layer 2), network interface cards send and receive bounded units with headers and trailers.
Given Data / Assumptions:
Concept / Approach:
The proper term for a data-link layer packet is a frame. Frames include addressing (MAC), control information, and a frame check sequence for error detection.
Step-by-Step Solution:
1) Identify the OSI layer: data-link.2) Recall units: bits (physical), frames (data-link), packets (network), segments (transport), data (application).3) Choose 'Frame' as the correct label.Verification / Alternative check:
Ethernet specifically defines an Ethernet frame with fields like Destination MAC, Source MAC, Type/Length, Payload, and FCS.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Frame.
Discussion & Comments