🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is ARP (Address Resolution Protocol)?

A protocol that maps IP addresses to physical MAC addresses on a local network segment.

ARP resolves IP addresses to MAC addresses, which are needed for actual data transmission on local networks. When a device needs to communicate with another on the same subnet, it broadcasts an ARP request asking "Who has IP x.x.x.x?"

The device with that IP responds with its MAC address. Results are cached in the ARP table. ARP spoofing is a security attack where a malicious device sends fake ARP responses to redirect traffic.

Related Terms

Network Segmentation
The practice of dividing a network into isolated segments to improve security, performance, and management.
DNS Record Types
Different types of DNS entries that map domain names to various information like IP addresses, mail servers, and verification strings.
BGP (Border Gateway Protocol)
The routing protocol that makes the internet work by exchanging routing information between autonomous systems.
HTTP/HTTPS
The protocol used for transferring web pages and data between browsers and servers, with HTTPS adding encryption.
SDN (Software-Defined Networking)
An approach that separates the network control plane from the data plane, enabling centralized, programmable network management.
Network ACL
A set of rules that control inbound and outbound traffic at the subnet level, acting as a stateless firewall in cloud and enterprise networks.
View All Networking Terms →