문제

I use just-ping to ping Google public DNS server, which IP is 8.8.8.8. just-ping can ping a host from 50 locations worldwide.

I found that DNS's latency is low around the world. Many cities are far from each other, but they got the same low latency in ping (about 5ms).

I suppose the IP 8.8.8.8 is directed to one host. How that host reacts so fast even it is faraway from its clients?

Thanks!

도움이 되었습니까?

해결책

8.8.8.8 is not one host. Instead it's an anycast address which routed to the nearest host out of many locations around the world.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top