Geological Load Balancing

Can the NodeBalancer addition send requests to the Linode(s) nearest the source of the request?

8 Replies

NodeBalancers only support balancing between nodes in the same data center, and picking the node which is geographically 2 meters closer to the client is not overly useful. :P

@Xipher:

Geological Load Balancing
Geological load balancing sends requests to servers on the lithospheric plate nearest the source of the request – Linode does not offer this feature yet.

It determines the closest nodes using seismic waves.

@jords:

It determines the closest nodes using seismic waves.

Ha! - that's what the CIA wants you to think.

James

@mnordhoff:

NodeBalancers only support balancing between nodes in the same data center, and picking the node which is geographically 2 meters closer to the client is not overly useful. :P

Ok, that explains it!

Was looking more to have one URL I could have everyone hit that would either go to a server in Texas for our Merican' users or one in London :P

Thanks for the prompt response.

There's actually no 100%-accurate way to do this, although you can get pretty close.

Something like this is probably what you're after: http://www.dnsmadeeasy.com/enterprise-d … -director/">http://www.dnsmadeeasy.com/enterprise-dns/global-traffic-director/ … it's relatively inexpensive ($60/year plus $55/domain-month) and should just work. It's based on IP anycasting, so the recordset returned will be based upon the client's nameserver's network's decision as to which DME facility is closest.

If you are very familiar with DNS and have the facilities to handle it yourself, you can also return a different recordset based upon geolocation of the client's nameserver's originating IP address. This is somewhat less reliable: you have to do the geolocation quickly, which means you are going to have to store the database locally, and will need to update it frequently. Also, this data tends to cost money.

This might be helpful if you go down that path: http://en.wikipedia.org/wiki/Comparison … ure_matrix">http://en.wikipedia.org/wiki/ComparisonofDNSserversoftware#Feature_matrix ("split horizon" is a closely related feature)

In any case, since Linode's DNS service is not anycast-based (and doing so would involve some serious network rearchitecture work that is otherwise unnecessary), the best they could do is the latter geolocation-based approach. And that's just not as fun. :-)

Cheapest option is latency based routing through AWS Route 53. You also can run gdnsd if you want to run your own dns.

Although we all know, this is geographic, still, this is the only thread I've found on this topic. So, is there a new solution to this, similar to AWS's Latency Based Routing or Geo DNS? I want to set up a new server for my chinese customers, hoping the Tokyo DC is the good choice for this. (Although that is still not behind the Great Firewall).

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct