List of IP address for a host

假如想象 提交于 2020-01-15 09:52:09

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/43628740/list-of-ip-address-for-a-host

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!