TRACERT command Introduction
The TRACERT command uses the IP time-to-Live (TTL) field and the ICMP error message to determine the route from one host to another host on the network.
Command format:
tracert [-d] [-h maximum_hops] [-j host-list] [-W timeout][-r] [-S srcaddr] [-4] [-6] Target_name
-d Specifies that the address is not resolved to a computer name.
-h maximum_hops Specifies the maximum number of hops for the search target.
-j host-list a loose source route along with the host list (IPV4 only), specifies that the sparse source routing list order along the host-list is forwarded. The host-list is a space-separated number of router IP addresses, with a maximum of 9.
- W timeout, in milliseconds, to wait for each reply .
-R tracks the round trip path (only for IPv6).
-S srcaddr the source address to use (only for IPv6).
-4 Force the use of IPV4.
-6 Force the name of the target computer to be used Ipv6.target_name.
/************************************************************************************************/
Use Tracert to track the access path from the school to the website:
1. First look at your own IP
The school is with Ruijie certification, IP is the dynamic distribution of 115.156.208.62
2.tracert Trace Access www.baidu.com path
>tracert www.baidu.com
>tracert www.taobao.com
3. Parse Path Access www.baidu.com path
As you can see, the access www.baidu.com finally points to an IP address in Beijing. Taobao.com set up a cache image in Wuhan Education Network, the visit of Wuhan Education Network was redirected to the cache room set up by Wuhan Education Network.
Reference: Http://baike.baidu.com/view/2600942.htm?fr=aladdin
Tracert Tracking Network Path