EDNS (Mekanisme Ekstensi untuk 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/edns/" 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/edns/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/edns/)
Use the native HTML custom element.
EDNS (Extension Mechanisms for DNS), didefinisikan dalam RFC 6891, memperluas protokol [[dns|DNS]] asli untuk mendukung pesan yang lebih besar dari batas UDP 512 byte spesifikasi asli, memungkinkan tanda tangan [[dnssec|DNSSEC]], resource record yang lebih besar, dan kode opsi baru. EDNS0 (versi 0) memperkenalkan pseudo-record OPT yang membawa ukuran payload yang diiklankan (biasanya 4096 byte atau lebih) dan flag opsi termasuk bit DO (DNSSEC OK). Tanpa dukungan EDNS, resolver dan server autoritatif tidak dapat menegosiasikan respons besar dan kembali ke TCP, menyebabkan latensi. EDNS Client Subnet (ECS) adalah ekstensi yang meneruskan IP klien yang dipotong ke server autoritatif untuk mengaktifkan respons yang ditargetkan secara geografis.
Contoh
When a resolver queries for a DNSSEC-signed zone, it sends an OPT record advertising EDNS0 with the DO bit set and a buffer size of 4096 bytes, signaling it can handle the large RRSIG and DNSKEY records in the response.