I tried to ping google.com and this is what happened:
ping www.google.com
PING www.l.google.com (74.125.224.82) 56(84) bytes of data.
|
I tried to ping google.com and this is what happened:
| |||
|
feedback
|
|
Google, being so big, has many servers. When you ping www.google.com, you are pinging a DNS entry that is a CNAME, which is an alias that points to multiple servers, which operate in a round-robin setup. So if you ping it again, you may not get the same server to respond (once your DNS cache clears). That CNAME/DNS round robin setup servers up one server after another for request after request. This also allows them to bring a server down for whatever reason, like maintenance, and not skip a beat. | |||
|
feedback
|
|
There are a lot of records associated to google.com -- www.who.is/dns/google.com/ Also see, Robtex summary for www.l.google.com. And, this graphical view of | |||||||
feedback
|