Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1-32 of 1801 terms

#
1
A
31

ARP

The Address Resolution Protocol, which maps a local IP address to the hardware (MAC) address needed to deliver a frame on a local network. Because it trusts unsolicited replies, it can be abused for spoofing, which is why defenders monitor it.

ARP operates between the network and link layers, letting devices on the same LAN find each other's MAC addresses. Its lack of authentication makes ARP spoofing a classic local-network attack used to intercept traffic, so understanding ARP helps defenders recognize man-in-the-middle conditions.

Introduced in: Networking Foundations

Examples

  • A device broadcasting an ARP request to find the MAC for a gateway IP.
  • Detecting duplicate or changing IP-to-MAC mappings that suggest ARP spoofing.
  • Mapping which MAC address corresponds to a suspicious host during analysis.

No related terms linked yet.