Address Resolution Protocol (ARP): What it is and why it matters

Address Resolution Protocol (ARP)

What it is

ARP is the quick “who’s who” of your local network. When a device knows an IP address (like 192.168.1.10) but not the device’s physical address, ARP asks, “Who has this IP?” and learns the device’s hardware (MAC) address so data can reach the right place.

Why it matters

Without ARP, devices on the same Wi-Fi or office network can’t find each other—printers don’t print, file shares don’t open, and the internet gateway can’t be reached. ARP also has a security angle: if abused, traffic can be misdirected.

How it works (30-second version)

  • Your device broadcasts: “Who has IP X?”

  • The right device replies: “That’s me; here’s my MAC.”

  • Your device saves this in a short-lived ARP cache and sends data to that MAC.

Common problems & risks

  • Stale ARP info: devices “forget” or keep old entries and can’t connect.

  • Duplicate IPs: two devices claim the same IP, causing flakey access.

  • ARP spoofing/poisoning: an attacker pretends to be the router to snoop or redirect traffic (man-in-the-middle).

Quick, safe practices

  • Restart Wi-Fi or the device to refresh ARP info; reboot the router if many devices fail.

  • Prefer HTTPS and VPN on shared/public networks—spoofing can’t read encrypted traffic.

  • Keep routers, switches, and OS up to date; change weak Wi-Fi passwords; avoid unknown public networks.

    Glossary (A–Z)

    All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
      • Related Articles

      • Data Execution Prevention

        What it is Data Execution Prevention (DEP) is a Windows safety net that stops code from running in places it shouldn’t—like the stack or heap. If malware tries to execute from those memory areas, Windows blocks it and shuts the app down instead of ...
      • EDR (Endpoint Detection and Response)

        What it is EDR is your always-on security team for laptops and servers. It watches what’s happening on each device, spots attacks in progress, and helps you respond fast - quarantine, investigate, and clean up. For details on capabilities and use ...
      • Data Breach Prevention

        Why it matters Breaches drain money, trust, and time. Strong basics turn scary “what ifs” into non-events: a phish gets ignored, a stolen password is useless, a lost laptop holds only encrypted gibberish. The short, smart checklist MFA everywhere: ...
      • IP Address

        What it is An IP address is a device’s network ID - the number that lets computers find each other on the internet or a local network. The classic format is IPv4 (four numbers like 192.168.1.38). There is also IPv6 (longer, hex numbers like ...
      • Security Software

        What it is Security software is a set of apps and services that protect your devices and data from hackers, malware, and mistakes. It covers tools like antivirus/anti-malware, firewalls, VPNs, email and web filters, intrusion detection/prevention, ...