Key Ideas
1What is ICMP?. The Internet Control Message Protocol (ICMP) is a Layer 3 protocol used by IP devices to send error messages and operational information. Unlike TCP or UDP, ICMP is no...
2ICMPv4 Message Types. ICMPv4 defines many message types, but the CCNA exam focuses on three key categories: Echo Request/Reply (used by ping), Destination Unreachable, and Time Exceeded (us...
3ICMPv6 Messages. ICMPv6 is defined in RFC 4443 and provides all the error and informational messaging of ICMPv4, but also incorporates the Neighbor Discovery Protocol (NDP) — a critica...
4Using Ping. Ping (Packet Internet Groper) is the most fundamental network diagnostic tool. It uses ICMP Echo Requests (Type 8) and Echo Replies (Type 0) to test whether a destinat...
5Using Traceroute. Traceroute (or tracert on Windows) traces the exact path that packets take from source to destination. It reveals every router (hop) along the path along with the roun...