How GSLB works?
Lets say, I have a GSLB for www.test.com and my Load Balancers are running on different Data Centers. So, the requests are routed to the corresponding Load Balancers based on the proximity.
Does GSLB has IP as such?
In general, when we hit an address in the browser, it goes to DNS to get IP address and establish connection.
- Check browser cache
- Check System cache
- Router cache
- ISP cache
- Root Domain Name Server
- Sub Domain Name Server
- 2nd Level domain Name Server
- Get IP - It returns list of IPs if there is more than one for a domain
- Browser connect with one of the IP from the list( Mostly with the 1st IP from the list )
But, with GSLB, How the flow works? If it caches, what if the cached Load Balancer becomes slow and How does it route to other Load Balancer?
Where does the GSLB sit in the flow?