محلل 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]] كل سجل، مما يقلل زمن الاستجابة وحمل الاستعلامات الصادرة. يعمل كلٌّ من محللات مزودي الإنترنت والخدمات العامة مثل 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.