DNS Round Robin
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/dns-round-robin/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/dns-round-robin/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-round-robin/)
Use the native HTML custom element.
DNS round robin, farklı [[ip-address|IP adreslerine]] sahip birden fazla [[a-record|A kaydının]] veya [[aaaa-record|AAAA kaydının]] tek bir ana bilgisayar adıyla ilişkilendirildiği basit bir yük dengeleme tekniğidir. [[recursive-dns|Çözümleyiciler]] adresleri sırayla döndürerek gelen bağlantıları birden fazla sunucuya dağıtır. Round robin, oturum farkındalığı yerine DNS düzeyinde rastgeleliğe dayandığından sağlık denetimi veya yapışkan oturum sağlamaz; başarısız bir sunucu, kayıtlar manuel olarak güncellenene veya [[ttl|TTL]] sona erene kadar trafik almaya devam eder. Daha gelişmiş alternatifler arasında Anycast yönlendirme, GeoDNS ve uygulama katmanı yük dengeleyiciler yer alır.
Örnek
A website with three servers at 1.2.3.4, 1.2.3.5, and 1.2.3.6 can list all three as A records for www.example.com; successive DNS lookups return them in rotation, spreading traffic roughly evenly across all three servers.