Question

Difficulty: EasyWindows Client Networking Configuration

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

1
Identify the primary purpose of 'ipconfig /flushdns'.
It purges the local DNS resolver cache.
This command clears cached DNS entries to resolve stale IP address mappings.
2
Identify the primary purpose of 'ping 127.0.0.1'.
It sends echo requests to the IPv4 loopback address.
Loopback pinging verifies that the local TCP/IP protocol stack is bound and functioning correctly.
3
Identify the primary purpose of 'nslookup'.
It performs interactive or non-interactive DNS queries.
This diagnostic tool resolves domain names and troubleshoots DNS server response issues.
4
Identify the primary purpose of 'netsh wlan show profiles'.
It retrieves wireless configuration details.
The Network Shell (netsh) WLAN context accesses stored wireless profiles on the Windows host.

Key Concept

Windows Client Networking Command-Line Tools
Estimated Time:1m 0s
Rate this question