Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Traceroute"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
 
{{expand}}
 
{{expand}}
Traceroute is a command-line tool that can be used to identify all of the routing hops between two hosts.
+
Traceroute is a command-line tool that can be used to identify all of the routing hops between two hosts by intentionally exceeding response time from every gateway to a destination. It's usefulness is shown when you need to find an <i>intermediate</i> server for information gathering, or for checking where in a network a site is failing or bottlenecking.
 +
 
 +
To perform from windows: from a [[MS-DOS|command prompt]] type
 +
 
 +
<pre>tracert domain.com</pre>
 +
 
 +
To perform in a [[Linux]]/Unix Terminal type
 +
 
 +
<pre>traceroute domain.com</pre>
  
 
[[Category:Protocols]]
 
[[Category:Protocols]]

Revision as of 03:03, 2 May 2012

This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.

Traceroute is a command-line tool that can be used to identify all of the routing hops between two hosts by intentionally exceeding response time from every gateway to a destination. It's usefulness is shown when you need to find an intermediate server for information gathering, or for checking where in a network a site is failing or bottlenecking.

To perform from windows: from a command prompt type

tracert domain.com

To perform in a Linux/Unix Terminal type

traceroute domain.com