| 1. |
What is traceroute? |
|
Answer» By using tools for network diagnostics, known as traceroute, administrators can trace the path data packets take from their source to their destination, thus finding connectivity problems. On a Windows machine, tracert is the command; on Linux and Mac, it is traceroute. Traceroute and tracert both function similarly; they trace the route data takes from one location in a network to a specific IP server. Traceroute records the name and IP address of each intermediate device that a data packet must traverse in order to reach its destination. It then provides the round-trip time (RTT) and the device name. You can use traceroute to determine where a problem is occurring, but it alone can't tell you if there is one. To help you determine if there is a problem, ping can be used. Imagine that you're trying to visit a website and pages take a long time to load. If you use traceroute to determine where the longest delays are occurring, you can determine where the problem is. |
|