ICMP
RU: ICMP
Internet Control Message Protocol (RFC 792): a companion to IP that carries error and diagnostic messages, not application data. Routers send ICMP Destination Unreachable when a packet cannot be delivered; hosts use Echo Request/Reply (ping) to test reachability; traceroute exploits TTL-expired messages to map hops. Blocking ICMP wholesale breaks Path MTU Discovery.