What is a Traceroute and MTR?
Traceroute:
Traceroute is a network diagnostic tool which can be convenient when troubleshooting network problems. When you perform a traceroute it will display the route/ path from source to destination and measures the delay or latency of packets across the path to it’s destination.
MTR:
How do I perform these applications?
Windows:
Traceroute: open the command prompt and enter the following command:
| tracert <destination IP address> (without <> marks) | 
MTR: There is a convenient program called “winmtr” which can be found at the following webpage http://winmtr.net/
Linux:
Traceroute: open your terminal and enter the following command:
| traceroute <destination IP address> (without <> marks) | 
MTR:
| mtr -n <destination IP address> (without <> marks) | 
Mac:
Traceroute: open your terminal and enter the following command:
| traceroute <destination IP address> (without <> marks) | 
MTR:
| mtr -n <destination IP address> (without <> marks) | 
