nerdexam
Fortinet

NSE4 · Question #547

What statement describes what DNS64 does?

The correct answer is B. Translates the destination IPv6 address of the DNS traffic to an IPv4 address. DNS64 is a mechanism that, in conjunction with NAT64, allows IPv6-only clients to communicate with IPv4-only servers by enabling the translation of destination IPv6 addresses to IPv4 addresses.

Submitted by the_admin· Apr 18, 2026VPN and Routing

Question

What statement describes what DNS64 does?

Options

  • AConverts DNS A record lookups to AAAA record lookups.
  • BTranslates the destination IPv6 address of the DNS traffic to an IPv4 address.
  • CSynthesizes DNS AAAA records from A records.
  • DTranslates the destination IPv4 address of the DNS traffic to an IPv6 address.

How the community answered

(24 responses)
  • B
    88% (21)
  • C
    8% (2)
  • D
    4% (1)

Why each option

DNS64 is a mechanism that, in conjunction with NAT64, allows IPv6-only clients to communicate with IPv4-only servers by enabling the translation of destination IPv6 addresses to IPv4 addresses.

AConverts DNS A record lookups to AAAA record lookups.

DNS64 does not convert A record lookups; it provides an AAAA record response when only an A record exists for a name.

BTranslates the destination IPv6 address of the DNS traffic to an IPv4 address.Correct

DNS64 functions as a critical component in IPv6 transition mechanisms, where it generates AAAA records for IPv4-only hosts, enabling IPv6-only clients to establish connections. The subsequent traffic sent to these synthesized IPv6 addresses is then handled by a NAT64 gateway, which performs the actual translation of the destination IPv6 address of the data traffic to an IPv4 address to reach the target server.

CSynthesizes DNS AAAA records from A records.

While DNS64 does synthesize AAAA records from A records, this statement describes a specific internal mechanism rather than the broader network-level translation outcome that is enabled through its cooperation with NAT64 for data traffic.

DTranslates the destination IPv4 address of the DNS traffic to an IPv6 address.

DNS64 and NAT64 facilitate translation from IPv6 to IPv4 for communication with IPv4-only hosts, not the translation of an IPv4 destination to an IPv6 address for the purpose of reaching IPv4-only destinations.

Concept tested: DNS64 and NAT64 IPv6-IPv4 translation

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns64-nat64-deployment

Topics

#DNS64#IPv6#NAT64#Network Translation

Community Discussion

No community discussion yet for this question.

Full NSE4 Practice