(网络)转发表/转发表:网络设备(如交换机、路由器)用来决定把收到的数据包或帧转发到哪个端口/下一跳的表项集合。常见于二层交换(MAC 地址表)与三层转发(FIB,与路由表相关)。此外在不同技术中也可能有其他类型的“转发表”。
/ˈfɔːrwərdɪŋ ˈteɪbəl/
The switch updates its forwarding table when it learns a new MAC address.
交换机会在学到新的 MAC 地址时更新它的转发表。
If the forwarding table entry is missing or stale, the device may flood the frame or forward the packet along a less optimal path until it relearns the correct mapping.
如果转发表条目缺失或过期,设备可能会泛洪该帧,或在重新学习到正确映射前把数据包沿较不理想的路径转发。
由 forwarding(转发) + table(表) 组成:forward 表示“向前推进/转送”,在网络语境中引申为“把数据从一个接口送到另一个接口”;table 指“结构化的条目列表”。合起来就是“用于转发决策的表”。