Address Resolution Protocol

From Conservapedia
This is an old revision of this page, as edited by DavidB4 (talk | contribs) at 01:07, April 8, 2017. It may differ significantly from current revision.
Jump to navigation Jump to search

The Address Resolution Protocol (ARP) is a part of Media Access Control system in telecommunications. It is responsible for using the IP address to determine the MAC address of a network device. When an IP address must be reached, ARP broadcasts a request for the MAC address associated with it. Once the MAC address is returned, it is added to the local cache, so that the lookup can be skipped the next time that IP address is referenced. ARP functions across OSI levels two and three

ARP poisoning

A method of cyber attack is ARP poisoning. This involved the insertion of a fraudulent MAC address so that the client communicates with the wrong (usually hostile) host. Poisoning can be done at the time of request, but can be difficult to succeed at. The easier way by far to poison an ARP cache is to send out a message associating an IP address with a MAC address. These unsolicited ARP messages are almost always ignored by systems, as they should be, to maintain better security.