在计算机网络中,“转发平面/转发层”指负责根据转发表(如 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.
为了提升性能,路由器将大多数转发平面操作转移到硬件中,而控制平面则专注于路由协议与策略。