ARP Cache Attack
June 10, 2023
When a computer wants to send data within a network (not across i.e. via a router), it usually makes use of the NIC MAC address to send such data.
Every computer keeps a record of IP-to-MAC-address mapping. This is called the ARP cache
. It is through the help of the ARP cache that the computer knows which NIC to send data meant for a particular IP address. A computer populates (stores an entry) its ARP cache when it receives an arp request.