Report this

What is the reason for this report?

How does browser know about the nearest Load Balancer

Posted on November 3, 2021

When a browser requests a DNS for the list of A records behind a FQDN, the dns responds with a list of IP Address of all the Load Balancers. The question is how does it happen that the browsers hits the nearest LB first ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

This should not be the case. If you have multiple DNS records the browser would pick up one record on a random basis rather than based on the geolocation and forward the traffic to that record.

To achieve such load balancing based on the geolocation of the website visitors, you could use Cloudflare:

https://www.cloudflare.com/en-gb/load-balancing/

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.