We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Networking

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is Round Robin DNS?

By David White
Updated: May 16, 2024

Round Robin DNS (domain name server) is a creative way to lighten the server and bandwidth requirements of hosting websites by using a series of IP addresses. This technique is particularly useful to companies whose websites get a very large number of hits and/or a large number of bandwidth-consuming downloads.

Through a careful series of protocols, companies implement Round Robin DNS by assigning a set number of IP addresses to rotate the responsibility of allowing website users to access the company's website. Think of these IP addresses as A, B, C, and D. When the first user accesses the website, this type of DNS system takes the user to address A. The second user gets taken to address B, and so on. Once A is used, it goes to the back of the line; so the fifth user accesses address A.

The name of the protocol is just a clue as to what actually happens, however. Despite the sequential nature of the example, the IP addresses are not assigned in sequential order. Rather, they get assigned in random order. Like a round robin sports tournament, in which one team plays every other team, Round Robin DNS will, if allowed, assign to one user every IP address available. This does not happen every time, of course, but it is conceivable.

The users don't see any of this, of course. Every single user who accesses that company's website sees exactly what they're supposed to see. The vast majority of websites display a domain name that is letters, not numbers. With Round Robin DNS, however, one particular IP address doesn't have to accept every single hit. This type of system is routinely used by companies that have multiple versions of the same web page residing on different servers, but individual website owners use the protocol as well for the very same reason.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
By anon60098 — On Jan 12, 2010

vivek080985,

You add the same RR as many times as you like, ie:

www.example.com. IN A 10.0.0.1

www.example.com. IN A 10.1.1.1

www.example.com. IN A 10.2.2.1

www.example.com. IN A 172.16.0.1

etc.

By anon36190 — On Jul 10, 2009

I felt really happy after reading this article. This was very easy to understand and very informative. Who ever wrote this you are a rockstar. Keep up such easy understanding articles, so that anyone who reads it can understand. --Varun

By vivek080985 — On Mar 07, 2009

What is the procedure of Mapping the Different IP addresses on a single DNS.

for example: i have four servers like:

74.53.222.78

74.52.239.39

84.233.215.89

How do I map all the different above IPs on a single DNS.

By daisy67 — On Oct 27, 2008

What if you turn round robin off? We have turned round robin of so that the second ip is only used if the primary has failed. performing an nslookup brings back the addresses in the desired order on both our DNS servers and those of our ISP. however if an nslookup is performed on a public DNS server or a home ISPs DNS server the results round robin. Why might this be the case and can anything be done?

By mcptrainer — On Apr 26, 2007

In one of my books it is written that Round robin allows you to use DNS to help spread the load on a group of servers by allowing you to tie multiple IP hosts to a single resource record. In reading some examples, I have come across two different examples. In one example with several servers with same hostname with different Ip addresses and different A records, when a client queries the server to resolve the host's name, the client receives a list of A resource records in response to query. In another example, it is stated that the client receives the first IP address of list in stored zone. Then in second query, the client receives the second IP address of list. So client does not receive list but only a single result. How can you explain both examples? Is a list returned or a single result returned? I know that a list applies in case of multihomed computers. When does the single result returned apply?

Share
https://www.wisegeek.net/what-is-round-robin-dns.htm
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.