- How often does the ARP table refreshes
- Why is it refreshing at that rate?
started learning networks and have a difficult time understanding these things about the arp table.
started learning networks and have a difficult time understanding these things about the arp table.
ARP tables are not refreshed the way you are thinking. Each ARP table entry is created or purged on its own. An ARP table entry is created when a host needs to send something to a layer-3 address for which there is no corresponding layer-2 address in the ARP table. An entry in an ARP table will time out and be purged after a period of disuse. It will be recreated the next time the host wants to send something to the layer-3 address.