answersLogoWhite

0

What protocol is use by ping?

Updated: 11/10/2022
User Avatar

Wiki User

10y ago

Best Answer

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.

User Avatar

Dennis O'Hara

Lvl 10
1y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

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.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What protocol is use by ping?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 protocols does the ping program never use to carry its messages?

ping uses the ICMP protocol.


The ping utility is the most common use of which protocol?

ICMP


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 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 used by ping in wireshark?

tcp/ip


Ping uses which internet layer protocol?

Ping uses ICMP, and therefore resides at layer 3 (Network layer)


When you ping two based devices which protocol is responsible for massage?

ICMP


What does -t mean in TCP IP ping?

TCP/ IP stands for transmission control protocol / Internet protocol suite. Ping is a command of command line interface . -t in TCP IP ping means to repeat the ping command continuously.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.


Which protocol should be allowed when not able to ping a remote device residing behind a firewall?

ICMP is the internet control access protocol . ICMP is the plrotocol that should be allowed when not able to ping a remote device residing behind a firewall. ICMP is the protocol of network layer.


What protocol is used by traceroot?

Tracert uses ICMP, just like ping does.


How do you ping to a port?

You cannot ping specific ports as they are not designed to respond to this type of protocol. Each port can be checked for an open or close state.