A desktop technician is troubleshooting a client system that cannot connect to an internal web application hosted at `payroll.internal`. The application server was recently migrated to a new IP address (), and the authoritative DNS zone was updated accordingly. However, when attempting to open the application on the client workstation, network traffic is still sent to the decommissioned IP address (). The technician executes `ipconfig /displaydns` on the client system and receives the following command output snippet:
Record Name . . . . . : payroll.internal
Record Type . . . . . : 1
Time To Live . . . . . : 86400
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 10.0.5.12
Which of the following identifies the root cause of this failure and the correct remediation action to take on the client workstation?
- The client workstation is retaining a stale mapping in its local DNS resolver cache due to a high Time To Live value; running `ipconfig /flushdns` will clear the outdated entry.Cevap
- BThe client resolver is failing because Record Type 1 is invalid for IPv4 hostname resolution; the server administrator must change the zone entry to an AAAA record.
- CThe client system is unable to update its local cache because TCP port 53 is blocked by the host firewall; an inbound firewall exception must be created.
- DThe `ipconfig /displaydns` command output indicates a server-side lookup failure; restarting the DNS Server service on the domain controller is required to refresh the subnet.