Yes
ICMP (internet Control Message Protocol) is a Network layer protocol that reports on the success or failure of data delivery.
IMCP announces these transmission failures to the sender, but IMCP cannot correct any of the errors it detects; those functions are left to higher layer protocols, such as TCP. (Dean,2010 Network+ Guide to Networks 5th ed p145)
ICMP (Internet Control Message Protocol)
internet control message protocol
ICMP (Internet Control Message Protocol)
Internet destination refers to the location that a process is aimed to get to. This part of the internet control message protocol with the destination expected to decode the message.
IP, or Internet Protocol, is required to use the public Internet. While sometimes called "TCP/IP", TCP-Transmission Control Protocol-is only one part of the Internet Protocol suite, which includes many others, such as UDP (User Datagram Protocol), ICMP (Internet Control Message Protocol), etc.
It uses ICMP protocol - Internet Control Message Protocol
IMAP (internet message access protocol)
Tcp/ip it is a set of communication protocol, used for the internet and other similar networks it is named from two of the most imp protocol transmission control protocol &internet protocol transmission control protocol is responsible for providing connection oriented communicationand ensuring delivery of data itmakes sure that the data reaches its destination by retranssmitting any data that is lost or corrupt internet protocol it provides delivery for protocol higher in the model its connection less delivery system tat makes best efforts attempt to deliver the packets to the coeerct destination user data gram protocol (udgp) it offers a connection less data gram service that is an unreliable best effort delivery udp does not guarantee the arrival of data gram nor does it promise that the deliverd packet are in the correct squence application does not require an acknowledgement of data reciept use ud icmp(internet control message protocol)ping and tracert are two programs that use icmp message http(port80) hyper text transfer protocol it is used in internet to allow clients to request webpages from web severs and allow for client interaction with those web server this system doesnot allow for good interaction with web server smtp (port 25) simple mail transfer protocol pop3 (port110)receive email ftp file transfer protocol port numbers for common protocol 21 - ftp 25- smtp 443 - https 53 - domain name system
ICMP The Internet Message Protocol (ICMP) allows hosts to exchange messages to indicate the status of a packet as it travels through the network.
There are various protocols ftp: file transfer protocol smtp: simple mail transfer protocol pop3: post office protocol ip: internet protocol tcp: transmission control protocol ospf: open shortest path first igrp: interior gateway routing protocol eigrp: enhanced interior gateway routing protocol rip: routing information protocol http: hyper text transfer protocol udp: user datagram protocol icmp: internet control message protocol
Internet Message Access Protocol
"Ping uses the Internet Control Message Protocol (ICMP) Echo function which is detailed in RFC 792"http://www.activexperts.com/activsocket/tutorials/ping/So the short answer is that it uses the ICMP protocol.