DNS-over-QUIC (DoQ)
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/dns-over-quic/" 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/dns-over-quic/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-over-quic/)
Use the native HTML custom element.
DNS-over-QUIC(DoQ, RFC 9250)는 UDP 포트 853에서 QUIC 프로토콜을 통해 DNS 쿼리를 전송하는 프라이버시 보호 DNS 전송 방식입니다. QUIC는 TLS 1.3 기반 암호화, 헤드오브라인 블로킹 없는 멀티플렉싱, [[dns-over-tls|DoT]] 등 TCP 기반 방식보다 빠른 연결 수립을 제공합니다. DoQ는 대량 쿼리 시 [[dns-over-https|DoH]]보다 낮은 레이턴시를 제공하며, 연결이 자주 바뀌는 모바일 네트워크에서 특히 유리합니다.
예시
AdGuard DNS supports DoQ at `quic://dns.adguard.com` — compatible clients can resolve names with TLS 1.3 encryption and QUIC's 0-RTT reconnection speed.