Questions: ARP: Address Resolution Protocol

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Your computer (IP: 192.168.1.10) wants to send a packet to 8.8.8.8. What ARP request does your computer send?

AAn ARP broadcast asking 'Who has 8.8.8.8?' so it can address the Ethernet frame directly to Google's server
BAn ARP broadcast asking for the MAC address of the default gateway (e.g., 192.168.1.1), since 8.8.8.8 is not on the local network
CNo ARP request — IP addresses are sufficient for routing to remote destinations
DAn ARP unicast sent directly to 8.8.8.8 asking for its MAC address
Question 2 Multiple Choice

A host on a local network receives an unsolicited ARP reply stating that MAC address AA:BB:CC:DD:EE:FF belongs to the default gateway's IP address. What does the host do?

AIgnore the reply — ARP only processes replies to its own prior requests
BUpdate its ARP cache with the new mapping, overwriting any existing entry, since ARP has no authentication mechanism
CVerify the claim by querying a central ARP authority before accepting the mapping
DDiscard the reply and send its own ARP request to independently verify the gateway's MAC
Question 3 True / False

ARP requests are sent as Ethernet unicast frames to the specific host being queried, conserving network bandwidth.

TTrue
FFalse
Question 4 True / False

ARP is only needed for communication with devices on the same local network segment; for packets destined to remote networks, ARP is used to resolve the default gateway's MAC address rather than the remote host's MAC.

TTrue
FFalse
Question 5 Short Answer

Why does ARP resolve the gateway's MAC address for remote destinations instead of the remote host's MAC address? What would fail if a host tried to send an ARP broadcast for a remote host's MAC?

Think about your answer, then reveal below.