Pages

Sunday, February 16, 2014

How to use ping command


Ping stands for "Packet InterNet Groper" . The ping command is commonly used to check for network errors. Ping command used to verify if a network data packet is capable of being distributed to an address without errors. This command used in windows and linux etc.

Syntax :

ping target_host  [-options]


Examples:

ping google.com -t

ping 192.168.1.1 -t

The above ping command continuously  sends the packet to the target host until the user presses "Ctrl+c"



No comments:

Post a Comment