The Ping Command Line

The ping command line tool is a build in tool, in both Windows and the Linux operation system, the command line tool is used to check if a target system is up or down.

Ping

A ping, as in ping pong is a special package that send from one device to another device, the package called ICMP (Internet Control Message Protocol) and by sending the ping package the other device replay with another package, the default information from the ping command is the state of the network and the remote device. if the remote device is up, it replay to ping and the time it take the ping command to reach the target device.

As ping is a command line tool, it have some command parameters that can be used:

  • -a – this parameter will tell the ping command to try and resolve the IP address into a hostname (DNS) name:ping -a 173.194.112.130 will return google.com as the hostname.
  • -t – the ping command, under windows operation system will send up to 4 ping request, if it use with the -t parameter it will continue to ping till someone stop it….
ping command line tool
The ping command line tool under windows operation system

 

Please use the ‘ping /?’ command to get the ping parameters.

Ping of death

ping of death is a type of attack that the attacker manipulate the ping command, by changing one or more of the ping header data causing it to take down the target device that the ping was send to, this due to a bug in the ping command.

ping flooding

Ping flooding is another ping attack that cause denial-of-service attack to the victim compute by sending a lot of ping requests to the target computer and the target computer at some point was unable to handle all the ping requests that cause the traffic to fails and not to reach to the target system.

 

Please also check our open port check tool.

5 thoughts on “The Ping Command Line”

  1. I absolutely love your blog aand find the majority of your post’s to be exactly I’m
    looking for. Do you oftfer gueat writers too wrute conntent available for you?
    I wouldn’t mind composing a post or elaborating on many of the subjects you write regarding here.
    Again, awesome web log!

  2. Pingback: PingUI - Open Port

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.