Forum Moderators: open
Thank You for the answer. I understand that each datacenter keeps diferent information/idex and they are all combined for the "master" index?
Webcenter,
All datacenters have close to the same information. (There are always some differences between them - larger differences at some times than others.)
When you do a query on Google, your query is directed to one of the datacenters.
Beth
Please give me the url or a method to access them
If you have linux you can use the following script to get a recent list of datacenters:
for i in a b c d e f g h i j k l m n o p q r s t u v w x y z; do for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do dig www-$i$j.google.com; done ¦grep www- ¦egrep -v "^;"; done