
Originally Posted by
grim
It's not the site you have to worry about for a test, but the name servers/server itself.
Exactly. That's why hosting one site on multiple servers is done by using what's called a DNS round-robbin. The DNS server would kick request out to different IP addresses based on certain rules. For example, if X amount of users are on one server it will start redirecting requests to another IP until those slots are all full. This solution is called 'load balancing'. Another form of round-robbin is having the DNS server randomly select which IP it sends requests to. These solutions are typically used for large busy sites that use a lot of resources. Syncing the files can be done with the rsync command which can be scheduled. There might even be a better way to sync files automatically using SAMBA but it poses security risks.
Microsoft has several servers they use for log-ins on login.live.com:
Code:
Non-authoritative answer:
login.live.com canonical name = login.live.com.nsatc.net.
Name: login.live.com.nsatc.net
Address: 65.54.186.49
Name: login.live.com.nsatc.net
Address: 65.54.186.79
Name: login.live.com.nsatc.net
Address: 65.54.186.47
Name: login.live.com.nsatc.net
Address: 65.54.165.136
Name: login.live.com.nsatc.net
Address: 65.54.186.77
Bookmarks