InterviewSolution
| 1. |
What Is Icmp ? |
|
Answer» ICMP is Internet Control Message Protocol, a network layer protocol of the TCP/IP suite used by hosts and gateways to send notification of datagram problems back to the sender. It USES the echo test / reply to test WHETHER a DESTINATION is reachable and responding. It also handles both control and error messages. ICMP is Internet Control Message Protocol, a network layer protocol of the TCP/IP suite used by hosts and gateways to send notification of datagram problems back to the sender. It uses the echo test / reply to test whether a destination is reachable and responding. It also handles both control and error messages. |
|