Wednesday, December 29, 2010

How to use Network Ping

Ping is the name of a standard software tool which is used to test network connections. It can be used to verify if a remote device “like Web or game server” have reached across the network and, if it is so, the connection latency. Ping tools are the part of Windows, Mac OS X and Linux and some routers as well as game consoles.  They send request messages to the specific network address at periodic intervals and calculate the time it takes for a response message to arrive.

Ping is one of those commands that gains  lots of attention because it is encountered often. It  also get a lot of unwanted attention when less then savvy network administrators attempt to run it from automated scripts or while regular working hours. Ping can generate a major strain on a network, which is why it is best left to it support  and for off-hour usage.
Tips to Use Ping for Testing Network Connection:-

1. Create ping a feature that you can hear. If you need a notification, you would also set it to make a noise whenever you received the response. You can do this with '-a'.
2. Usa '-A' to sync the rate at which data is sent and received. This option is available to balance the rate in order packets are broadcast and received so that even an average user can also use these features.
3. '-b' is used for broadcast address.
4. '-c' used to stop ping when you are done sending information.
5. '-i'  used to instruct ping for how long it has to wait between sending packets. You would specify whatever interval you want, and the default can be set to 1 second between packets.
6. '-f' used to send packets at very fast rates, as high as 100 per second. Normally, only administrative users are able to get benefit of this feature. Due to the strain it places on a network, It  is the one of those features that is best left for after hours work through a privileged administrator.
7. '-I' used to name the IP address source.
8. Send a bulky number of packets first before having the system scale back to the normal manner by using the preload function '-l'. It is too heavy, but it can be get things off to a quick start.
9. '-V' used to make a print version of the ping report. After printing it, '-V' would exit the program.
10. Make the system to exit ping after a preset number of seconds with the help of  '-w'. You would want to enter the number of seconds under n.
11. Command the system to time out after a some amount of time when it is waiting for a response with '-W'. This is generally specified in seconds n.
12. Organize the 5th  edition of the manual for Linux command online from O'Reilly.

Warnings:-

1. Ping should use to manage your network, test connection and measure performance.
2. Ping should not be used to test network connection during normal working hours unless you completely have to.

If you need any further assistance regarding help to use Network Ping, please visit http://www.livetechcare.com/

No comments:

Post a Comment