DNS

DNS Round Robin

English

Overview

A load-balancing technique that assigns multiple IP addresses to one domain name and returns them in turn.

Details

A technique that assigns multiple IP addresses to a single domain name and varies the order returned on each query to distribute load. Unlike an L4/L7 load balancer, it has no awareness of server health, so it keeps returning a server's IP even after that server goes down.

More Networking terms