Soru

Zorluk: OrtaWindows Client Networking Configuration

Match each Windows command-line networking utility or switch to its corresponding configuration or diagnostic function.

  • ipconfig /flushdnsClears and resets the contents of the local client DNS resolver cache.
  • netsh wlan show profileDisplays saved wireless network profile names and connection properties.
  • nslookupQueries DNS servers directly to diagnose host name resolution issues.
  • arp -aDisplays the IPv4-to-physical MAC address resolution table stored in memory.

Cevap

ipconfig /flushdns matches clearing the local DNS resolver cache; netsh wlan show profile matches displaying saved wireless network profiles; nslookup matches querying DNS servers directly; arp -a matches displaying the IPv4-to-MAC address resolution table.
Each tool maps to a specific networking sub-system: ipconfig /flushdns removes outdated DNS resolver cache records; netsh wlan show profile inspects stored Wi-Fi settings; nslookup issues diagnostic queries to DNS servers; arp -a displays physical hardware address mappings.

Adım Adım Çözüm

1
Identify the command used for managing local host name resolution caching.
Recognize that 'ipconfig /flushdns' empties stale entries from the local DNS cache.
Flushdns targets client-side DNS cache resolution.
2
Identify the command used for inspecting saved wireless network configurations.
Determine that 'netsh wlan show profile' enumerates stored Wi-Fi connection settings.
The netsh shell context provides administrative access to wireless interface profiles.
3
Distinguish between active DNS server testing and Layer 2 address resolution inspection.
Pair 'nslookup' with DNS server query diagnostics and 'arp -a' with local MAC address table display.
Nslookup tests server-side name resolution performance, while arp inspects hardware address bindings.

Anahtar Kavram

Windows Networking Command-Line Diagnostic Utilities
Bu soruyu puanla