Link to home
Start Free TrialLog in
Avatar of annasad
annasadFlag for Canada

asked on

Tracert

below is a trace , I want to know that i am tracing a public IP address , while tracing , I get some request time outs in between , why its request time out and what that means to

Also if little explain is given for below , how tracert  works and if i am tracing , can my traffic be routed via different routes

C:\Users\Asad>tracert 124.109.47.178

Tracing route to mbl-109-48-173.dsl.net.pk [124.109.48.173]
over a maximum of 30 hops:

  1     *        *        *     Request timed out.
  2    11 ms    14 ms    31 ms  Qamar [192.168.1.1]
  3    11 ms    10 ms    29 ms  7.207.51.1
  4    34 ms    56 ms    16 ms  69.63.255.153
  5    35 ms    22 ms    20 ms  24.156.156.161
  6    48 ms    39 ms    20 ms  69.196.136.164
  7    35 ms    22 ms    48 ms  10gigabitethernet4-1.core1.tor1.he.net [209.51.1
61.193]
  8    43 ms    97 ms    35 ms  10gigabitethernet10-7.core1.nyc4.he.net [184.105
.222.17]
  9   108 ms   121 ms    99 ms  10gigabitethernet6-4.core1.lon1.he.net [72.52.92
.242]
 10   148 ms   124 ms   123 ms  10gigabitethernet14-6.core1.fra1.he.net [184.105
.213.146]
 11     *        *        *     Request timed out.
 12     *        *        *     Request timed out.
 13     *        *        *     Request timed out.
 14     *        *        *     Request timed out.
 15   340 ms   305 ms   408 ms  tw23-static198.tw1.com [117.20.23.198]
 16  1046 ms  1168 ms   497 ms  58-65-175-205.nayatel.pk [58.65.175.205]
 17     *        *        *     Request timed out.
 18     *        *        *     Request timed out.
 19     *        *        *     Request timed out.
 20     *        *        *     Request timed out.
 21
SOLUTION
Avatar of hypercube
hypercube
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No points... @fmarshall is right.  While 'tracert' to different destinations can look different, what you have posted looks perfectly normal.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of annasad

ASKER

what are the possible plugin that can be used with tracert command , is there any other valid command from Windows to verify the complete path from source to destination ?
Avatar of annasad

ASKER

these are possible plugins but which one is mostly used and its practical utilisation

C:\Users\Arad>tracert

Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout]
               [-R] [-S srcaddr] [-4] [-6] target_name

Options:
    -d                 Do not resolve addresses to hostnames.
    -h maximum_hops    Maximum number of hops to search for target.
    -j host-list       Loose source route along host-list (IPv4-only).
    -w timeout    Wait timeout milliseconds for each reply.
    -R                    Trace round-trip path (IPv6-only).
    -S                    srcaddr Source address to use (IPv6-only).
    -4                 Force using IPv4.
    -6                 Force using IPv6.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial