What is the protocol that is used to discover a physical address from a known logical address and what message type does it use?
- PING, broadcast
- DNS, unicast
- DNS, broadcast
- PING, multicast
- ARP, multicast
- ARP, 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.
Related exam: Networking Essentials 3.0 Checkpoint Exam: ARP, DNS, DHCP and the Transport Layer
Related exam: CCNA 1 ITN (v5.0.3 + v6.0) Final Exam Answers
