Ping command in detail
- Thursday, July 1, 2010, 17:45
- Windows
- Add a comment
|
|
In previous tip, it was revealed how to disable CD autoplay permanently.Now here we are going to deal with ping command with some options.
Eg:
C:\> ping 192.168.0.1 -t
|
-t |
Ping the specified host until interrupted |
|
-a |
Resolve addresses to hostnames |
|
-n |
count Number of echo requests to send |
|
-l |
size Send buffer size |
|
-f |
Set Don’t Fragment flag in packet |
|
-i |
TTL Time To Live |
|
-v |
TOS Type Of Service |
|
-r |
count Record route for count hops |
|
-s |
count Timestamp for count hops |
|
-j |
host-list Loose source route along host-list |
|
-k |
host-list Strict source route along host-list |
|
-w |
timeout Timeout in milliseconds to wait for each reply |
Try yourself to see how helpful these can be!!!!


