Match each Windows networking command-line tool or switch to its correct administrative or troubleshooting function.
- ipconfig /flushdnsClears and resets the contents of the client DNS resolver cache.
- ping 127.0.0.1Tests the local IPv4 TCP/IP protocol stack and internal network adapter functionality.
- nslookupQueries DNS servers directly to verify domain name resolution and resource records.
- netsh wlan show profilesDisplays saved wireless network connection settings on the system.
Answer
The command 'ipconfig /flushdns' matches with clearing the DNS resolver cache. Pinging 127.0.0.1 matches with testing the local IPv4 TCP/IP stack. The 'nslookup' tool matches with querying DNS servers directly. The 'netsh wlan show profiles' command matches with displaying saved wireless network connection settings.
Each tool maps to its exact functionality: 'ipconfig /flushdns' purges the local DNS resolver cache, 'ping 127.0.0.1' tests the internal loopback adapter and TCP/IP stack, 'nslookup' queries DNS servers to diagnose name resolution, and 'netsh wlan show profiles' inspects stored wireless network configurations.
Step-by-Step Solution
Key Concept
Windows Client Networking Command-Line Tools
Estimated Time:1m 0s