LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is a unicast MAC address and how does the source host determine the destination MAC?

A unicast MAC addresses exactly one destination device. The sender finds the destination MAC for an IPv4 address with ARP, and for an IPv6 address with Neighbor Discovery (ND).

A unicast MAC address is a unique address used when a frame is sent from one device to a single destination device.

Finding the destination MAC:

For Protocol Used
IPv4 ARP (Address Resolution Protocol)
IPv6 ND (Neighbor Discovery)

Key rule: The source MAC address must always be a unicast - you can only send FROM one device.

Context: When Host A wants to send data to Host B's IP address, it first needs to discover Host B's MAC address. ARP/ND maintains a cache mapping IP addresses to MAC addresses.

Go deeper:

From Quiz: NETW1 / Ethernet Switching | Updated: Jul 14, 2026