Working Ethics

  • Upload
    eranga

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Open Command Prompt, and type the following:

tracertHostName

Or, typetracertIPAddress

whereHostNameorIPAddressis the host name or IP address, respectively, of the remote computer.

For example, to trace the path from this computer to www.microsoft.com, type the following at a command prompt:

tracert www.microsoft.com

If you do not want the tracert command to resolve and display the names of all routers in the path, use the-dparameter. This expedites the display of the path. For example, to trace a path from this computer to www.microsoft.com without displaying the router names, type the following at a command prompt:

tracert -d www.microsoft.com