OSI Layer Data Unit Terms | Generated by AI

Home 2026.02

Question: In the OSI Reference Model (OSI/RM), what is the term for the group of bits passed between entities at different layers?

Answer:

The correct answer is A. 数据单元 (Data Unit).

Detailed explanation in English:

In the OSI Reference Model, communication between layers uses specific terminology:

Key distinction in OSI terminology:

Direction / Relationship Term used Meaning
Between adjacent layers (N ↔ N-1) Data Unit (数据单元) General term for bits passed up/down the stack
Between peer entities (same layer, different systems) Protocol Data Unit (PDU) Data unit exchanged according to layer protocol
From upper layer to current layer Service Data Unit (SDU) User data delivered via service interface

The question specifically asks about bits passed between entities of each layer (各层的实体之间), which refers to the vertical communication between adjacent layers inside one system — therefore the correct general term is 数据单元 (Data Unit).

Why C. 服务原语 (Service Primitive) is wrong:
Service primitives (request, indication, response, confirm) are the abstract interactions at the service boundary (between a service user and service provider), not the actual bit groups being transferred.

Why D. 服务访问点 (Service Access Point - SAP) is wrong:
SAP is the logical interface point between layers (address-like identifier), not the data itself.

Why B. 接口 (Interface) is wrong:
Interface is the boundary or set of rules, not the data block being passed.

Summary – correct mapping:

Therefore the correct answer for this question is A. 数据单元.

References:


Back Donate