tracert – a command line tool

Now I am going to introducing a new command
tracert
__________
We are using this command to find out the path
taken to deliver the packets to the destination
from the source.
The general syntax is :
tracert [-d] [-h MaximumHops] [-j HostList] [-w Timeout] [TargetName]
Eg: tracert -h 30 google.com
After pressing enter we will a complete trace of the packet sent.
The route is expressed in terms of hops.

0 comments: