Ping

與位於我所在國家/地區的伺服器相比,Google 的低延遲

  • March 27, 2013

當我 ping google.co.in

平均顯示 11.1 毫秒

ping www.google.co.in
PING www.google.co.in (173.194.36.63) 56(84) bytes of data.
64 bytes from bom04s02-in-f31.1e100.net (173.194.36.63): icmp_req=1 ttl=58 time=11.1 ms
64 bytes from bom04s02-in-f31.1e100.net (173.194.36.63): icmp_req=2 ttl=58 time=11.1 ms

但是 y 它比位於我國的伺服器快嗎,Google在我國沒有任何數據中心。

PING cusat.ac.in (210.212.233.54) 56(84) bytes of data.
64 bytes from 210.212.233.54: icmp_req=1 ttl=59 time=159 ms
64 bytes from 210.212.233.54: icmp_req=2 ttl=59 time=157 ms

我聽說過使用 CDN 進行記憶體可以提供快速響應,但在這種情況下,ping 沒有顯示介於兩者之間的任何內容,並且響應時間甚至比位於我國的伺服器還要好。

跟踪路由

traceroute to 173.194.36.63 (173.194.36.63), 30 hops max, 60 byte packets
1  10.10.11.33 (10.10.11.33)  0.358 ms  0.316 ms  0.318 ms
2  115.124.115.66 (115.124.115.66)  159.941 ms  159.957 ms  160.361 ms
3  121.240.71.249.static-pune.vsnl.net.in (121.240.71.249)  5.869 ms  5.870 ms  5.857 ms
4  115.113.165.98.static-mumbai.vsnl.net.in (115.113.165.98)  6.823 ms  6.815 ms  6.786 ms
5  72.14.232.202 (72.14.232.202)  6.775 ms  6.759 ms  6.742 ms
6  209.85.241.189 (209.85.241.189)  7.419 ms  7.047 ms  7.014 ms
7  bom04s02-in-f31.1e100.net (173.194.36.63)  7.907 ms  7.888 ms  8.287 ms

當頻寬受到限制時,數據包必須等待輪到它們,當頻寬不受限制時,它們可以以實際線路速度(或技術允許的接近速度)傳輸。您只是看到了連接性的差異,Google可能會在對等點附近的數據中心進行連接,您正在 ping 的其他伺服器可能不那麼靠近骨幹網。

引用自:https://serverfault.com/questions/491339