user2002744
user2002744

Reputation: 11

List of IP address for a host

We could see multiple ip addresses for a single host like facebook, google etc. My question is why a host maintains so many ip addresses ? what is the purpose for it? Does it wont overlap with any other Public addresses.

Upvotes: 1

Views: 152

Answers (1)

Luca Di Liello
Luca Di Liello

Reputation: 1643

The purpose is to distribuite the work load on different datacenter on different geographical areas. They use a single domain name (like facebook.com) to hide a big network of datacenter ready to reply to requests. The real host to which you will be connected is decided dynamically based on your position and the load of the different datacenter.

Upvotes: 1

Related Questions