A network technician is configuring and troubleshooting network settings on a Windows client workstation. Match each Windows networking tool or command switch on the left with its correct administrative function or diagnostic purpose on the right.
- ipconfig /flushdnsClears and resets the contents of the local DNS client resolver cache.
- netsh wlan show profilesLists saved Wi-Fi network profile configurations and connection keys on the client.
- ncpa.cplOpens the Network Connections Control Panel applet to manage adapter properties.
- nslookupQueries domain name servers to resolve IP addresses or verify name resolution records.
Answer
ipconfig /flushdns matches clearing the local DNS resolver cache; netsh wlan show profiles matches displaying saved wireless network profiles; ncpa.cpl matches opening Network Connections in Control Panel; nslookup matches querying DNS servers for hostname resolution.
Each utility is paired correctly according to native Windows operational capabilities: ipconfig /flushdns purges local DNS resolver entries, netsh wlan show profiles displays wireless configuration profiles, ncpa.cpl launches the Network Connections applet directly, and nslookup diagnoses DNS name resolution issues.
Step-by-Step Solution
Key Concept
Windows Client Networking Diagnostic and Configuration Tools