The local delivery problem
An IP address is not the whole local delivery story.
When a destination is inside the same subnet, a device can deliver the frame directly on the local network. It still needs the local hardware address that should receive the frame.
ARP provides that bridge for IPv4: a device asks which local hardware address owns an IP address, then stores the answer briefly in a cache.
Address resolution
ARP and RARP resolve addresses in opposite directions.
ARP
Starts with an IPv4 address and discovers the local MAC address needed for the Ethernet frame.
RARP
Starts with a device MAC address and asks for an IPv4 address, mainly for older diskless systems.
Build the model
Four delivery ideas
Unicast
One sender delivers to one selected destination.
Broadcast
One sender delivers to every device in the local broadcast domain.
Multicast
One sender delivers to devices that joined a selected group.
ARP
Maps an IPv4 address to a local hardware address so a frame can be delivered.
Mini experiment
Choose the destination pattern
Select a delivery goal and see who should receive the frame.
Unicast keeps local delivery focused on one destination.
Knowledge check
Test your local delivery model
Answer six questions. The answer order changes each time.