Is there a way to localize dns entries? Meaning, that users from asia resolve mydomain.com to another ip than users from usa or europe. This would be helpful to give the users the server nearby. DNS is the only technique used so far, meaning I cannot place some softwarerouting or central system replacing the dns to solve this.
|
feedback
|
|
Yes, there are currently two popular solutions to this problem. The first is called You can read more about it here http://en.wikipedia.org/wiki/Anycast The second technique again involves AnyCast, however this time, the IP address range being anycasted referes to our name servers themselves. As the nameservers will only requests from clients who they are closest too (as determined by the magic of BGP), they can themselves return IP addresses that are logically local to the client. An example of this is google's l.google.com domain From a host in Australia
From a host in the US
So, the CNAME for | |||
|
feedback
|