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
Anahtar Kavram
Windows Networking Command-Line Diagnostic Utilities