I'm trying to learn the ARP protocol. My idea about ARP is that it is a protocol that help addressing the IP to the exact MAC Address.
But when I try to do:
arp -a
Which I think it will show the list of IP addresses and the matching MAC addresses. I understand everything until I see the word permanent
. The other lines are marked ifscope
, and one is marked permanent
.
Can someone tell me what mean permanent
? Why is this line different?
Thanks in advance.