CompTIA Server+ SK0-005 Practice Question
After a recent rebuild, a Windows Server 2022 virtual machine can no longer reach the corporate ticketing system by its FQDN (helpdesk.corp.local). From the affected server, nslookup for the name returns the correct IPv4 address from the corporate DNS server, yet ping helpdesk.corp.local shows 127.0.0.1 and the browser fails to load the site. Other servers resolve and access the site normally, and no VLAN or firewall changes were made. Which action is MOST likely to restore proper name resolution on this server?
Create a static A record for helpdesk.corp.local in the forward lookup zone on the DNS servers.
Clear the ARP cache with arp -d * to eliminate stale layer-2 address entries.
Enable outbound UDP/TCP port 53 in Windows Defender Firewall on the server.
Open C:\Windows\System32\drivers\etc\hosts, remove the obsolete mapping for helpdesk.corp.local, then run ipconfig /flushdns.