Opening a website usually starts with a name lookup. A device needs an IP address for a domain, so it sends a DNS query to a resolver. Traditional DNS commonly sends those queries without transport encryption, which allows networks along the local path to observe or alter them.

Encrypted DNS changes that transport. DNS over HTTPS, often called DoH, carries DNS messages inside HTTPS. DNS over TLS, or DoT, carries them through a dedicated TLS connection. Both approaches protect queries between the client and the selected resolver from straightforward inspection on that path.

The result is useful but narrower than complete browsing privacy. Encrypting a name lookup protects the lookup itself. It does not make the rest of a connection invisible.

The resolver still receives the query

Encryption changes who can read DNS traffic in transit. It does not remove the resolver from the process.

A client sends a domain query through an encrypted channel, and the resolver decrypts it so it can answer. The resolver therefore remains in a position to process the requested name and associated connection metadata. Its logging practices, retention policy, jurisdiction, and technical design still matter.

This creates a shift in visibility rather than the elimination of visibility. A local Wi-Fi operator or access provider may lose direct access to the DNS message, while the chosen resolver continues to receive it.

Some systems select an encrypted resolver automatically. Others use a resolver configured by the operating system, browser, network, VPN, or device-management policy. That distinction can affect which party receives the queries.

DoH and DoT protect similar data through different transports

DoH and DoT both place DNS messages inside an encrypted TLS-protected exchange, but their network behavior differs.

DoT conventionally uses a dedicated port for DNS over TLS. This makes the traffic relatively easy for network administrators to identify as encrypted DNS, even though the domain queries inside it are protected.

DoH uses HTTPS and can share the same general transport characteristics as ordinary web traffic. From a network policy perspective, separating DoH from other HTTPS traffic can therefore require more context than simply identifying a dedicated port.

These differences matter for administration and deployment, not for the basic purpose of protecting DNS messages in transit. Neither protocol inherently conceals every later connection made after a name has been resolved.

IP addresses can still expose useful clues

After DNS returns an address, the device usually connects to that destination. Routers and access providers need enough addressing information to deliver packets, so the remote IP address is generally visible to networks carrying the traffic.

An IP address does not always map neatly to one website. Hosting platforms, content delivery networks, and shared infrastructure can serve many domains from the same address. In other cases, an address or address range can provide a strong clue about the service being contacted.

Traffic timing, volume, destination addresses, and connection patterns can also reveal information without exposing the DNS query text. Encrypted DNS therefore reduces one source of metadata rather than erasing network observability.

A VPN changes this picture by moving more traffic inside a tunnel to a VPN endpoint. The local network then sees the tunnel rather than each final Internet destination, while the VPN service occupies a different position of visibility. Encrypted DNS alone does not provide that same routing behavior.

TLS can expose separate naming information

DNS is not the only protocol that can carry a domain-related identifier. During setup of many TLS connections, a client may send a Server Name Indication value so a server hosting multiple sites can select the correct certificate and configuration.

Traditional SNI is not protected by ordinary TLS encryption at the point where it is sent. Encrypted Client Hello, or ECH, is designed to protect sensitive portions of the TLS ClientHello, including the actual server name used for the protected connection when deployment conditions support it.

ECH and encrypted DNS address different metadata channels. Using one does not automatically imply use of the other. Their availability can also depend on client software, server support, DNS records, resolver behavior, and network conditions.

This separation is important when evaluating privacy claims. A DNS query can be encrypted while another part of connection establishment still reveals information about the destination.

Local DNS filtering can behave differently

Home routers, workplaces, schools, and filtering products sometimes use DNS as a policy point. They can block a domain by controlling the resolver or by inspecting conventional DNS traffic.

A client that sends queries to a separate encrypted resolver may bypass some forms of local DNS-based filtering because the local system no longer receives the domain query in its traditional form. Managed environments can address this through device configuration, network policy, approved resolvers, or application controls.

Encrypted DNS is not inherently a filter or an anti-filter mechanism. It is a protected transport for DNS messages. The practical effect depends on which resolver is used and how the surrounding network is administered.

The same point applies to parental controls and security services. If a product depends specifically on seeing DNS requests at a local gateway, changing the resolver path can alter its operation. Controls implemented elsewhere in the device or network may continue to work normally.

Resolver authentication blocks simple in-path tampering

Transport encryption also provides authentication when certificate validation succeeds. The client can establish that it is communicating with the intended encrypted DNS service rather than accepting an unauthenticated response from an arbitrary system on the local path.

That makes simple interception harder. A hostile hotspot cannot merely read a protected query or substitute a DNS answer inside the encrypted session without defeating the relevant transport security.

This protection has boundaries. A compromised device, a trusted management configuration, malicious resolver, or software with sufficient local authority can operate outside the threat model of an ordinary encrypted channel. DNS security also includes other mechanisms with different goals, such as DNSSEC, which provides data-origin authentication for signed DNS data rather than transport confidentiality between a client and resolver.

Transport encryption and DNSSEC can therefore complement each other. They solve separate problems.

The practical value of DoH and DoT is specific: they prevent ordinary observers between a client and its encrypted resolver from reading DNS messages in clear text, and they protect those messages against routine in-path modification when authentication works correctly.

That is a meaningful privacy and integrity improvement on untrusted or observable networks. It is not a cloak over the complete Internet session. The resolver still handles the query, destination IP addresses remain part of routing, traffic patterns remain observable, and other protocols can expose their own metadata.

The most accurate way to view encrypted DNS is as protection for the resolver channel. Its effect becomes clearer when that channel is separated from the many other signals produced as a device connects to an online service.