A network systems administrator is troubleshooting name resolution issues after enabling DNSSEC on an enterprise authoritative DNS server. Internal client stub resolvers successfully resolve standard small record queries, but fail with errors when querying domain names that return large responses containing multiple and records. A diagnostic check with `dig +dnssec +ignore` succeeds over UDP, but standard `dig +dnssec` fails when payload size exceeds the 512-byte limit and truncation occurs.
An audit of the network firewall logs reveals the following blocked log entries:
`DROP OUTBOUND SRC=192.168.10.25 DST=198.51.100.53 PROTO=TCP SPT=49152 DPT=53`
Which of the following actions should the administrator take to permanently resolve this name resolution failure?
- Configure the network firewall to permit outbound traffic from the internal DNS server to external authoritative servers on TCP port 53.Answer
- BReconfigure the internal DNS resolvers to forward all DNSSEC validation requests to port 853 using DNS over TLS (DoT).
- CModify the zone file records to replace all DNSKEY records with standard CNAME aliases to reduce packet payload size below 512 bytes.
- DDisable EDNS0 on the DNS server so that all truncated packets are automatically converted into UDP broadcast frames.