165k views
4 votes
Perform a Traceroute between source and destination on the same continent at three different hours of the day. a. Find the average and standard deviation of the round-trip delays at each of the three hours. b. Find the number of routers in the path at each of the three hours. Did the paths change during any of the hours? c. Try to identify the number of ISP networks that the Traceroute packets pass through from source to destination. Routers with similar names and/or similar IP addresses should be considered as part of the same ISP. In your experiments, do the largest delays occur at the peering interfaces between adjacent ISPs? d. Repeat the above for a source and destination on different continents. Compare the intra-continent and inter-continent results.

User Tanookiben
by
6.2k points

1 Answer

6 votes

Answer:

- To use traceroute in windows type in the source workstation: traceroute "IP address of destination".

- To use traceroute in Linux: tracet "IP address of destination".

Step-by-step explanation:

Traceroute is a command in computer networking or information technology used to check for connectivity between two computers or servers in a network. It traces the connection through the router count in the path to the destination computer.

User TFBW
by
5.9k points