How do you flush DNS your local machine?
-
flush
-
flushdns
-
ipconfig /flushdns
-
This cannot be done
C
Correct answer
Explanation
On Windows systems, 'ipconfig /flushdns' clears the local DNS resolver cache. This is useful when DNS changes aren't reflecting immediately or troubleshooting DNS issues. 'flush' and 'flushdns' are not valid standalone commands. The capability exists on Windows, Linux (systemd-resolve --flush-caches), and macOS (sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder).