ARP 表(地址解析协议表):在计算机或路由器中保存的缓存表,用来记录 IP 地址 ↔ MAC 地址 的对应关系,帮助设备在局域网内把要发送的数据帧准确交付到目标网卡。
/ˌeɪ ɑːr ˈpiː ˈteɪbəl/
I checked the ARP table to find the device’s MAC address.
我查看了 ARP 表来找到该设备的 MAC 地址。
After the network outage, the router’s ARP table contained stale entries, causing traffic to be sent to the wrong MAC address until the cache was refreshed.
网络中断后,路由器的 ARP 表里出现了过期条目,导致流量被发往错误的 MAC 地址,直到缓存刷新后才恢复正常。
ARP 是 Address Resolution Protocol(地址解析协议)的缩写;table 意为“表、表格”。“ARP table”直译为“地址解析协议表”,本质上是设备维护的一份“地址对应清单”,通常会动态学习并定期老化(过期清除)。不同系统也常称为 ARP cache(ARP 缓存)。