EDNS (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.
RFC 6891에서 정의된 EDNS(DNS 확장 메커니즘)는 원본 명세의 512바이트 UDP 한도보다 큰 메시지를 지원하도록 기존 [[dns|DNS]] 프로토콜을 확장하며, [[dnssec|DNSSEC]] 서명, 더 큰 리소스 레코드, 새로운 옵션 코드를 가능하게 합니다. EDNS0(버전 0)은 광고된 페이로드 크기(일반적으로 4096바이트 이상)와 DO(DNSSEC OK) 비트를 포함한 옵션 플래그를 전달하는 OPT 의사 레코드를 도입합니다. EDNS 지원 없이는 리졸버와 권한 서버가 큰 응답을 협상할 수 없어 TCP로 대체되어 지연이 발생합니다. EDNS 클라이언트 서브넷(ECS)은 지리적으로 타겟된 응답을 위해 권한 서버에 잘린 클라이언트 IP를 전달하는 확장 기능입니다.
예시
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.