PDA

View Full Version : What is an ARP Table?


johnnywop
03-12-01, 07:59 AM
...ARP Table???

Kip Patterson
03-12-01, 08:03 AM
All Ethernet networks tranfer data in packets that are addressed to a specific MAC address. (There are also broadcasts, fairly rare). When the layer 3 protocol in use is TCP/IP, there has to be a mechanism for relating the IP address to the MAC address. That's what the ARP table is - two columns, one with the MAC and one with the matching IP address.

Kip Patterson