PDA

View Full Version : Can any one tell me what this means??


agustintorre
01-06-07, 04:58 AM
Can any one tell me what the highlighted in red means?? 8ms?? *??


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Agustin>tracert 63.209.32.132

Tracing route to 63.209.32.132 over a maximum of 30 hops

1 8 ms 8 ms 7 ms 10.208.128.1
2 9 ms 8 ms 9 ms 68.186.73.29
3 7 ms 7 ms 8 ms 68.186.73.49
4 14 ms 13 ms 13 ms 12.127.79.149
5 15 ms 13 ms 14 ms 12.127.6.30
6 12 ms 16 ms 11 ms 12.127.6.61
7 12 ms 13 ms 14 ms so-3-2-0.gar1.Seattle1.Level3.net [4.68.127.109]

8 23 ms 18 ms 17 ms ae-32-54.ebr2.Seattle1.Level3.net [4.68.105.126]

9 14 ms * 65 ms ae-2.ebr2.Denver1.Level3.net [4.69.132.54]
10 * * 75 ms ae-1-100.ebr1.Denver1.Level3.net [4.69.132.37]
11 * 70 ms * ae-1-100.ebr1.Denver1.Level3.net [4.69.132.37]
12 * * 59 ms ae-12-55.car2.Dallas1.Level3.net [4.68.122.142]

13 60 ms 61 ms 61 ms CHOOPA-LLC.car2.Level3.net [4.79.182.70]
14 62 ms 63 ms 62 ms CHOOPA-LLC.car2.Level3.net [4.79.182.70]
15 63 ms 63 ms 65 ms 63.209.32.132

Trace complete.

C:\Documents and Settings\Agustin>

Illini25
01-06-07, 10:52 PM
Hello there,

The results of a tracert normally will include at least 4 pieces of information for each hop -- the hop number, the time it takes for the packets to get to that hop and back, the IP address of the hop, and the hostname corresponding to the IP address (if any). Most tracert programs send out 3 packets for each hop, in case any packets are lost, and to get an idea of whether or not the time varies for any specific hop.

* means that those perticular packets didn't make the hop. Or at least that is how I understand it. I know more here will explain it a lot better and correctly. :)

agustintorre
01-06-07, 10:57 PM
ok thanks for the info!