DM_Kim wrote:The hops listed here are from my computer in Toronto Canada to NS4 Server in Atlanta, USA. (or atleast that's what the IP address indicates)
WHOIS records aren't always indicative of true geographic location especially for companies or organizations that have an international presence. In this case, the IP's owner's headquarters are located in Atlanta, GA. Deciphering the reverse DNS records is usually a better way to figure out which city an IP address is in. Some service providers use nearby airport codes, others use abbreviations of city names.
border1.po1-2g-bbnet1.lax010.pnap.net
In this case, "lax", is the code for Los Angeles Internation Airport, so we can infer that the NS4 server is somewhere in or around Los Angeles.
DM_Kim wrote:Code: Select all
border1.po1-2g-bbnet1.lax010.pnap.net 216.52.255.13 10 140ms <--- possible cause of lag
* Unknown Host * 63.251.219.146 11 76ms
* Unknown Host * 64.94.108.29 12 77ms <----NS4 Server
The problem with tools like traceroute, tracert, mtr, smokeping/trace, visualroute, etc is that they all depend on one of two things (sometimes both):
1) Eliciting an ICMP TTL Exceeded packet
2) Eliciting an ICMP Echo Reply packet
The reason this is a problem is that *most* routers (Cisco, Juniper, Foundry, Avici, etc) don't place a high priority on generating those types of ICMP packets. This is usually due to the fact that those packets cannot be generated and switched in hardware, they're handled by the router's processor/control plane. The router's processor is generally busy doing other, more important things like updating routing tables. In some cases, network administrators implement traffic policing on the router's control plane so that the router's processor is not inundated with "low priority requests" such as those sent by ping and traceroute tools.
This is why it is important to consider whether or not the latency is isolated to one router along the path or if the latency persists throughout the rest of the traceroute. In this case, the latency is isolated to one router while actual end to end latency is about 77ms.