answersLogoWhite

0


Best Answer

ICMP

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The ping utility is the most common use of which protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the purpose of the ping utility?

PING acronym for "Packet Inter Network Groper" utility is used to check the status of the specified Host (IP Address). It determines the status by Echo\Response method based on ICMP protocol.


What does the be ping mean?

Ping is a special command line utility which allows to check accessibility of particular hosts. It uses ICMP protocol and because many online services block it, the utility not always provides correct results.


What Network layer protocol does the trace route utility use to obtain information about paths between a source and destination?

It uses ICMP ECHO requests, aka ping.


What protocol responds to Ping requests?

A ping command is used to check whether the host is alive or not. A ping command is used when you want to check if the host can send or receive packets. The protocol that is responsible for Ping command is ICMP.


What protocol is use by ping?

TCP\IP protocol is run by ping i.e Ping 132.125.12.1 -t will ping the status of device whether healthy or unhealthy The "ping" command is an ICMP (internet Control Management Protocol) control packet. Many websites disallow this type packet, so beware.


What protocol does ping use?

"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.


Which utility is the first step in diagnosing connectivity problems?

The most basic is "Ping".The syntax is:Ping remote host or ip addressi.e. ping www.google.comorping 127.0.0.1


Which protocols does the ping program never use to carry its messages?

ping uses the ICMP protocol.


What protocol is used by ping in wireshark?

tcp/ip


What is a utility that can verify that TCP IP is installed bound to the NIC configured correctly and communicating with the network?

PING


What transport layer protocol does ping use?

Assuming IPv4 ICMP. Ping uses IP for transport. Ping in itself is an "Echo Request", which is a function of the ICMP protocol. The IP Packet will carry the ICMP protocol from end-to-end. ICMP has a protocol number of 1, so the "Protocol" field in the IPv4 header will contain "1" as a reference to the ICMP payload. For IPv6, ICMPv6 is used, and the transport will be IPv6.


What is the use of ping in networking?

Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer. Ping is used to identify if there is an internet connection and how fast it is.