Which of the following statements about ICMP functions is FALSE?
ICMP (Internet Control Message Protocol) is used for network diagnostics and error messaging. Key uses include:
Ping (Echo Request/Reply) -- tests end-to-end connectivity
Traceroute -- uses ICMP time exceeded messages to identify hops
Error reporting -- returns various error types with different codes
However, ICMP does not re-route traffic. If a destination is unreachable, ICMP reports the error back to the sender; it doesn't instruct routers to re-route.
Option D is FALSE -- ICMP does not perform routing.
Nokia IP Fundamentals Guide -- Section: ''ICMP and Network Diagnostics''
RFC 792 -- ICMP Standard
Micaela
2 days ago