DNS over QUIC

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Jan 15 21:1
Editor
Edited
Edited
2025 Oct 28 11:10
Refs
Refs

DoQ

DNS over QUIC (DoQ) is a protocol that provides encrypted DNS resolution by leveraging
QUIC
's built-in security and performance features. It addresses limitations found in earlier encrypted DNS protocols while offering improved efficiency and connection management.
  • Enhanced Security: DoQ encrypts DNS queries using QUIC's native TLS 1.3 encryption, protecting against eavesdropping and tampering.
  • Improved Performance: QUIC's multiplexing capabilities allow multiple DNS queries over a single connection without head-of-line blocking.
  • Reduced Latency: 0-RTT connection establishment enables faster DNS resolution for subsequent queries.
  • Better Connection Migration: QUIC supports seamless connection migration across network changes, maintaining DNS service continuity.

Comparison with Other Encrypted DNS Protocols

  1. DNS over HTTPS
    (DoH): While DoH uses HTTP/2 or HTTP/3, DoQ operates directly over QUIC with dedicated connections, potentially offering lower overhead and better performance.
  1. DNS over TLS
    (DoT): DoT relies on TCP, which suffers from head-of-line blocking. DoQ's use of QUIC eliminates this issue and provides faster connection establishment.

Technical Implementation

DoQ operates on UDP port 853 and uses dedicated QUIC connections for DNS traffic. The protocol is standardized in RFC 9250, which defines the specifications for DNS over Dedicated QUIC Connections. This standardization ensures interoperability between different implementations and promotes widespread adoption.

Adoption and Future Outlook

As DoQ becomes an official standard, more DNS providers and client applications are beginning to support it. The protocol represents a significant step forward in DNS privacy and performance, combining the security benefits of encryption with QUIC's modern transport features.
 
 
 
 
 

Recommendations