DNS Resolver Đệ Quy
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 resolver đệ quy là máy chủ nhận các truy vấn [[dns|DNS]] từ client và thực hiện toàn bộ quá trình phân giải tên thay cho họ, duyệt qua cấu trúc phân cấp DNS từ [[dns-root-server|root nameserver]] xuống tới [[authoritative-dns|authoritative server]] của tên miền được truy vấn. Khác với [[authoritative-dns|authoritative server]], recursive resolver đóng vai trò trung gian: lưu cache các phản hồi theo [[ttl|TTL]] của từng bản ghi, giảm độ trễ và tải truy vấn upstream. Các resolver của ISP, dịch vụ công cộng như Cloudflare 1.1.1.1 và Google 8.8.8.8, và DNS server doanh nghiệp đều hoạt động như recursive resolver. [[dns-over-https|DNS over HTTPS]] và [[dns-over-tls|DNS over TLS]] mã hóa kênh giữa client và recursive resolver để ngăn chặn nghe lén.
Ví dụ
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.