answersLogoWhite

0

How to work ping?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

The "ping" program uses ICMP echo message requests and listens for ICMP echo message reply messages from its intended host. Using the -R option with ping enables the record route feature. If this option is used ping will set the record route (RR) in the outgoing ICMP IP datagram.

Website:http://www.iyogibusiness.com/

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you ping on cmd?

Simply type 'ping', leave a space, and then type the website you wish to retrieve the IP address of. For example, a ping request for WikiAnswers.com would look like this:c:/ ping wikianswers.comThis should work with any website.


What is the function of the command - Is?

The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.The function of the ping command is to see whether you can reach a particular machine. Your machine sends a special message, and the other machine replies. Ping is part of the ICMP protocol.Example 1:ping 10.0.0.7This check whether you can reach this specific address.Example 2:ping wiki.answers.comThis only works if DNS is working. If DNS does work, the ping will go ahead testing connectivity to the corresponding IP address.


How tall is Ping Ping He?

Ping Ha is 165 cm.


When was Pai Ping-ping born?

Pai Ping-ping was born on 1955-05-17.


When was Ping Ping He born?

Ping Ping He was born on July 13, 1988, in Ulanqab, Inner Mongolia, China.


How can you reduce ping on mac a way that will actually work?

A Ping times a connection on a network so there is nothing you can do on a Mac other than analyse the connections to see where delays may be occurring.


Is Ping Ping Ping onomatopoeia?

Yes, "Ping Ping Ping" is an example of onomatopoeia because it imitates the sound of a repeated metallic ping or ringing noise. Onomatopoeia refers to words that replicate sounds they describe, such as buzz, sizzle, or meow.


When did Ping Ping He die?

Ping Ping He died on March 13, 2010, in Rome, Lazio, Italy of heart complications.


What does the initials PING stand for?

PING does not originally stand for anything, as a ping is named after the SONAR term for ping. However, some people now refer to PING as Packet InterNet Groper.


How do you ping on bbm?

To ping someone you go into the person that you which to ping and click the blackberry button, scroll down to "ping contact" and simply click!


How do you detect physical disconnection of machine from network?

The best way to do that to use command ping. Start->run->cmd. And in cmd window ping google.com (you can ping other websites also, but some of them dont' respond, google does). Ping command doesn't garantee that you have physical disconnection but it will tell you have access to network or you don't. PS It will work only in case if your firewall was configurated in a right way.


What is the use of ping command in ms-dos?

Ping command is used to check the network connectivity. You can use ping command from windows shell only, not from DOS OS as DOS does not supports networking. You can use "-t" switch with ping for continuously network checking.Syntax: Ping Example: ping 192.168.1.15 or ping 192.168.1.15 -t or ping -t 192.168.1.15