A network administrator deployed a new internal database server named `db-primary` with IP address inside the `internal.corp.net` DNS zone. Users situated on workstations within the `sales.corp.net` domain report that querying short hostname `db-primary` fails, whereas querying the fully qualified domain name (FQDN) succeeds.
The administrator executes the following troubleshooting commands from a user workstation in `sales.corp.net`:
C:\> nslookup db-primary
Server: dc1.sales.corp.net
Address: 172.16.10.5
*** dc1.sales.corp.net can't find db-primary: Non-existent domain
C:\> nslookup db-primary.internal.corp.net
Server: dc1.sales.corp.net
Address: 172.16.10.5
Name: db-primary.internal.corp.net
Address: 172.16.45.10
Which of the following configuration changes will resolve the short hostname resolution failure for all workstations in `sales.corp.net`?
- Append internal.corp.net to the DNS domain search list distributed to workstations via DHCP Option 119.Cevap
- BAdd a CNAME record in the sales.corp.net DNS zone mapping internal.corp.net to db-primary.
- CConfigure workstation resolver settings to force short hostname lookup queries over TCP port 53 instead of UDP port 53.
- DFlush the local client DNS resolver cache using the ipconfig /flushdns command on affected workstations.