रिकर्सिव 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/recursive-dns/" 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/recursive-dns/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/recursive-dns/)
Use the native HTML custom element.
रिकर्सिव DNS रिज़ॉल्वर एक सर्वर है जो क्लाइंट से [[dns|DNS]] क्वेरी स्वीकार करता है और उनकी ओर से पूरी रिज़ॉल्यूशन प्रक्रिया करता है, DNS पदानुक्रम में [[dns-root-server|रूट नेमसर्वर]] से लेकर क्वेरी किए गए डोमेन के [[authoritative-dns|अधिकारिक सर्वर]] तक चरण-दर-चरण जाता है। [[authoritative-dns|अधिकारिक सर्वर]] के विपरीत, रिकर्सिव रिज़ॉल्वर एक मध्यस्थ है: यह प्रत्येक रिकॉर्ड के [[ttl|TTL]] के अनुसार प्रतिक्रियाओं को कैश करता है, जिससे विलंब और अपस्ट्रीम क्वेरी लोड कम होता है। ISP-संचालित रिज़ॉल्वर, Cloudflare 1.1.1.1 और Google 8.8.8.8 जैसी सार्वजनिक सेवाएं, और कॉर्पोरेट DNS सर्वर सभी रिकर्सिव रिज़ॉल्वर के रूप में कार्य करते हैं। [[dns-over-https|DNS over HTTPS]] और [[dns-over-tls|DNS over TLS]]盗청 रोकने के लिए क्लाइंट और रिकर्सिव रिज़ॉल्वर के बीच चैनल को एन्क्रिप्ट करते हैं।
उदाहरण
When you visit example.com, your laptop sends a query to the recursive resolver at 1.1.1.1, which contacts root, .com TLD, and authoritative nameservers in sequence before returning the IP — subsequent users hitting 1.1.1.1 receive the cached answer instantly.