Reflecting on my experience using the ping and traceroute commands, I gained a clearer understanding of how packets travel across networks and the complexity of the internet’s routing system. By choosing three sites in different countries, I was able to see how the distance of the destination server relates to the Round-Trip Time (RTT). When I pinged Google.com here in the US, my average RTT was 8ms; on the other hand, when I pinged Bestbuy.com in Japan, my average RTT was 117ms. Additionally, running traceroute across the three sites helped me better understand how packets are routed between sites. In contrast to pinging, which only shows the total RTT, traceroute shows each hop along the path to the destination. When running the traceroute to Amazon.com.cn, I noticed that numerous hops returned “Request Timed Out”, while the traceroute to Bestbuy.com.jp only had one request timeout.
A conclusion I drew is that latency varies significantly by location and is proportional to the distance between two points. Even when two points are close in physical distance, latency can vary dramatically due to factors such as the network topology between them or the load on the target server.
Ping and traceroute are both very useful for troubleshooting. Ping can tell if a host is reachable and will give you an idea of
latency, and Traceroute will give you an idea of where problems are occurring. This can be very useful for finding problem areas, such as slow network links, or for identifying when a network failure has occurred, providing a starting point for troubleshooting.


Comments
Post a Comment