DNS राउंड रोबिन
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 राउंड रोबिन एक सरल लोड-बैलेंसिंग तकनीक है जिसमें अलग-अलग [[ip-address|IP पतों]] वाले कई [[a-record|A रिकॉर्ड]] या [[aaaa-record|AAAA रिकॉर्ड]] एक ही होस्टनाम से जुड़े होते हैं। [[recursive-dns|रिज़ॉल्वर]] पते क्रमिक रूप से घुमाते हैं, आने वाले कनेक्शन कई सर्वरों में वितरित करते हैं। क्योंकि राउंड रोबिन सत्र जागरूकता के बजाय DNS-स्तर के यादृच्छिककरण पर निर्भर करता है, यह कोई स्वास्थ्य जाँच या स्टिकी सत्र प्रदान नहीं करता; एक विफल सर्वर तब तक ट्रैफ़िक प्राप्त करता रहता है जब तक कि रिकॉर्ड मैन्युअल रूप से अपडेट नहीं हो जाते या [[ttl|TTL]] समाप्त नहीं हो जाता। अधिक परिष्कृत विकल्पों में Anycast रूटिंग, GeoDNS, और एप्लिकेशन-लेयर लोड बैलेंसर शामिल हैं।
उदाहरण
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.