◄ Wiki / OS
ARP
The protocol that finds a device's hardware address from its IP address on a local network.
ARP (Address Resolution Protocol) lets a computer ask 'who has this IP?' on a local network and learn the corresponding MAC (hardware) address so it can actually deliver the packet. IP addresses route across networks, but the final hop needs the physical address, and ARP bridges the two. It works only within a single local network segment.
See also
- big-endianA byte ordering that stores a number's most significant byte first.