MAC 地址表:交换机(或桥接设备)用来记录“某个 MAC 地址对应连接在哪个端口(以及所属 VLAN)”的表项,用于在二层网络中转发以太网帧、减少不必要的泛洪(flooding)。也常被称为 CAM table(内容可寻址存储表)。
/ˌmæk əˈdrɛs ˈteɪbəl/
The switch learned the printer’s MAC address and added it to the MAC address table.
交换机学习到打印机的 MAC 地址,并把它加入 MAC 地址表。
If the destination MAC isn’t in the MAC address table, the switch will flood the frame within the VLAN until it learns the correct port.
如果目的 MAC 不在 MAC 地址表中,交换机会在该 VLAN 内泛洪该帧,直到学习到正确的端口位置。
MAC 来自 Media Access Control(媒体访问控制),是数据链路层(以太网)中用于标识网卡/接口的地址概念;address 源自法语/拉丁语体系,表示“地址、定位”;table 表示“表格/表”。组合起来就是“用于存放 MAC 地址与端口映射关系的表”。