[[Insert Figure 5-50 here]]
Project 5-3: Latency Around the World
In this chapter, you learned that latency is the delay caused by the time it takes messages
to travel over network media from one place to another. This concept is easy to see in the
real world, where it takes longer, for example, for you to travel across the country than it
does to go to the grocery store. Even though network messages travel much faster than a
car or a jet plane, it still takes time for them to get from one place to another.
Complete the following steps to see how distance affects a message’s RTT (round trip
time):
1. Open a Command Prompt window and run tracert on a website whose servers
are located on a different continent from you, across one ocean. If you’re located
in the Midwest or Eastern United States, for example, you can run the command
tracert london.edu (London Business School). If you are on the West
Coast, however, you might get more useful results for this step by targeting a
server across the Pacific Ocean, such as tracert www.tiu.ac.jp (Tokyo
International University). What command did you use?
2. Examine the output and find the point in the route when messages started jumping
across the ocean. By what percentage does the RTT increase after the jump
compared with before it? You can see an example in Figure 5-51.