A network administrator is troubleshooting an issue where a user's workstation periodically attempts to connect to an old IP address (10.1.5.50) when reaching `db.internal.corp`, despite the DNS server returning the updated IP address (10.1.5.200) for other hosts. The administrator inspects the client using a local command-line diagnostic tool and views the following output snippet:
text
Record Name . . . . . : db.internal.corp
Record Type . . . . . : 1
Time To Live . . . . : 86400
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 10.1.5.50
Which of the following actions should the administrator take on the client workstation to resolve this issue and ensure it uses the correct IP address? (Select TWO.)
- Execute `ipconfig /flushdns` to purge the local DNS resolver cache.Answer
- Inspect the local `hosts` file for static mappings pointing `db.internal.corp` to 10.1.5.50 and remove them.Answer
- CRun `ipconfig /registerdns` to refresh and clear cached records on the remote DNS server.
- DBlock outbound UDP port 53 traffic on the client firewall to force queries over TCP port 53.