OSI 第 1–3 层简单详解 | AI生成和翻译

Home 2026.02

Question: In the OSI Reference Model, the physical layer, data link layer, and network layer are collectively called
A. End-to-end layers
B. Node-to-end layers
C. Node-to-node layers
D. Intermediate system layers

Your answer: D
Correct answer: C

Answer:

The correct answer is C. Node-to-node layers

Explanation:

在 OSI Reference Model (OSI/RM) 中,七层结构根据其通信范围被分为两大组:

Why not D (Intermediate system layer)?
“Intermediate system” 是 ISO 术语中主要用于指代 routers(工作在 Layer 3 — Network layer 的设备)的词汇。在 OSI 教学材料或教科书中,它不是 Layer 1–3 这一组层的标准名称。

Summary table:

Group Layers involved Scope of responsibility Chinese name
Node-to-node Physical + Data Link + Network Between adjacent nodes (one hop) 结点到结点层
End-to-end Transport + Session + Presentation + Application From source host to destination host 端到端层

因此,physical layer, data link layer, 和 network layer 被正确地称为 node-to-node layers → 选项 C

References:


Back Donate