|
Traffic can be distributed (load balanced) between such web-servers using DNS round robin. The DNS server simply rotates the DNS records for each incoming DNS request, resulting in each visitor being served by a different web-server. However, DNS round robin in itself does not provide any failover functionality. If one of the web-servers fail, some visitors will still be directed to the failed server:
|