Traveling through the network; Week 3

 Part 1 - PING:

ping 1

ping 2

ping 3

Part 2 - TRACEPORT:

ping 4

ping 5

ping 6

 

 

Running the ping and traceroute commands gave me a better understanding of how data moves across a network. The ping command sends packets to a specific IP address and calculates the roundtrip time (RTT), which tells you how fast the connection is and if the destination is reachable. It’s a simple but effective tool to test network performance. On the other hand, traceroute shows the exact path that packets take to get to the destination, listing every router or "hop" along the way. When I tested google.com, amazon.ca, and amazon.in, there were some clear differences in response times. Google returned the fastest RTTs, mostly ranging between 16–21 ms. Amazon Canada was somewhere in the middle (16-31ms), and Amazon India was the slowest, with RTTs mostly between 102–134 ms. These results make sense to me, since the farther the server is physically, the longer it takes for data to travel there and back. The traceroute results helped back this up. For example, the path to Amazon India included over a dozen hops, with several transitions through different network providers and a jump across the Atlantic. This helped visualize how each extra step adds potential delay; and where those delays start to pile up.

Overall, these two commands are super helpful for troubleshooting internet issues. If the ping fails, it might mean the server is down or blocked by a firewall. If the traceroute shows delays/failures during specific hops, it can help narrow down where the problem is occurring. Both tools give great insight into how internet traffic works and where problems might be popping up. 



The response I received from my Professor: "Good response in this discussion."

Comments

Popular posts from this blog

Week 5 - The Final Post

A day in my life; Week 2