A. A load balancing technique in which balance power is placed in the DNS server instead of a strictly dedicated machine as other load techniques do.
Round robin works on a rotating basis in that server IP address is handed out in rotation. To setup Round Roubin DNS at dnsExit, you can simply assign multiple IP addresses to the same host/subdomain. For example:
- www.yourdomain.com 23.22.28.1
- www.yourdomain.com 23.22.28.2
- www.yourdomain.com 23.22.28.3