On Windows, the output from the arp -a
command shows:
- Internet Address - the Internet address whose MAC address is being displayed
- Physical Address - the MAC address corresponding to that Internet address
- Type - "Dynamic" if the entry was filled in from an ARP packet, "Static" if it was manually filled in, e.g. with an
arp /s
command.