Forwarding Plane
释义 Definition
在计算机网络中,“转发平面/转发层”指负责根据转发表(如 FIB)对数据包进行高速转发的部分(通常在路由器/交换机的数据通路上实现)。它与负责计算路由与下发规则的 control plane(控制平面)相区分。(在不同语境中也常与 data plane(数据平面)近似使用。)
发音 Pronunciation (IPA)
/ˈfɔːrwərdɪŋ pleɪn/
例句 Examples
The switch’s forwarding plane sends packets to the correct port.
交换机的转发平面会把数据包发送到正确的端口。
To improve performance, the router moved most forwarding-plane operations into hardware, while the control plane focused on routing protocols and policy.
为了提升性能,路由器将大多数转发平面操作转移到硬件中,而控制平面则专注于路由协议与策略。
词源 Etymology
“forwarding”来自动词 forward(转发、递送)加上 -ing,表示“转发这一动作/功能”;“plane”在工程与计算机领域中常指“功能层面/平面”(即一组职责划分)。合起来,“forwarding plane”就是“负责转发的功能层”。
相关词 Related Words
文学与著作出现 Notable Works
- RFC 7426 Software-Defined Networking (SDN): Layers and Architecture Terminology(讨论控制平面与数据/转发相关层面的术语)
- RFC 8342 *Network Management Datastore Architecture (NMDA)*(涉及网络设备功能分层与管理视角,常与控制/转发职责区分一起出现)
- Andrew S. Tanenbaum, David J. Wetherall:《Computer Networks》(网络体系结构中常讨论控制与转发/数据通路的分工)
- Kevin R. Fall, W. Richard Stevens:《**TCP/IP Illustrated (Volumes)**》(讲解路由与转发机制时常涉及转发通路与表项的概念)
- James F. Kurose, Keith W. Ross:《Computer Networking: A Top-Down Approach》(在路由与转发章节中讨论转发表与转发过程)