What is the protocol that is used to discover a physical address from a known logical address and what message type does it use?
- DNS, unicast
- PING, broadcast
- ARP, broadcast
- ARP, multicast
- PING, multicast
- DNS, broadcast
Explanation: An ARP request is broadcast to all devices on a LAN segment which seek the MAC address for a known IP address. Pings are used to verify connectivity between two devices, and DNS resolves URLs to IP addresses.
|