A Windows 11 desktop computer is experiencing persistent connectivity issues following a router migration. A help desk technician needs to purge the local DNS resolver cache to remove stale IP address mappings and reset the IPv4 protocol stack to its default state to resolve protocol stack corruption. Which of the following commands should the technician execute on the client machine? (Select TWO.)
- ipconfig /flushdnsAnswer
- netsh int ip resetAnswer
- Cipconfig /resetip
- Dnetsh dns flush
Answer
The technician must execute `ipconfig /flushdns` to purge stale host name records from the local resolver cache and `netsh int ip reset` to restore the TCP/IP protocol stack to its clean default configuration.
Executing `ipconfig /flushdns` flushes obsolete address entries stored in the local client cache. Executing `netsh int ip reset` resets the TCP/IP interface stack by overwriting registry keys controlling network protocols, resolving protocol layer corruption.
Step-by-Step Solution
Key Concept
Windows Network Command-Line Diagnostics and Repair