Sunday, September 30, 2007

How to simply check IP network connection

You can check IP network connection on Windows System with command as :-

1. Open Command Prompt
http://durion.blogspot.com/2007/09/how-to-use-command-prompt-on-ms-windows.html

2. Type command
ping IP Address or Website

3. If no problem, the result show,
Reply from x.x.x.x bytes=32 time=700ms TTL=236



-------------------------------------------------------
note:
x.x.x.x = IP Address or IP Address from Website


note:
By defaut, this command run three times.
If you need more, you can use command
ping IP Address or Website -n count

count
= number of command to run
-------------------------------------------------------

No comments: