영지식 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/zero-knowledge-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/zero-knowledge-dns/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/zero-knowledge-dns/)
Use the native HTML custom element.
영지식 DNS(ZK-DNS)는 영지식 증명(ZKP) 암호화 기술을 도메인 이름 시스템에 적용하는 것으로, 기저 데이터를 노출하지 않고 DNS 레코드의 유효성이나 도메인 소유권을 증명할 수 있게 합니다. [[dnssec|DNSSEC]] 맥락에서 ZK 기반 접근법은 서명된 이름 전체 목록을 공개하지 않고도 이름이 존재하지 않음(부존재 증명)을 증명할 수 있어, 기존 DNSSEC NSEC 레코드의 존 열거 프라이버시 문제를 해결합니다. Web3 맥락에서는 [[blockchain-domain|블록체인 도메인]]의 비공개 소유권 이전과 기밀 [[decentralized-dns|분산 DNS]] 조회에 영지식 증명이 활용되고 있습니다.
예시
A DNSSEC-signed zone uses a ZK-based NSEC replacement so that a resolver can verify that 'secret.example.com' does not exist without the nameserver revealing any other zone contents, preventing zone-walking attacks.