A network technician is performing client-side network diagnostics and configuration changes on Windows 11 workstations in an enterprise environment. Match each Windows network command-line tool or switch to its corresponding technical administrative objective.
- ipconfig /flushdnsPurges and resets the client-side DNS resolver cache to resolve stale hostname entries.
- nslookup -type=mx domain.comQueries a target name server specifically for the Mail Exchanger resource records of a given domain.
- netsh wlan show profile name="CorpWiFi" key=clearDisplays detailed wireless security settings along with the stored plaintext Wi-Fi passphrase.
- pathping 192.168.1.254Traces the network path to a host and measures latency and packet loss across every intermediate router hop.
Cevap
Matching pairs: ipconfig /flushdns matches Purges and resets the client-side DNS resolver cache; nslookup -type=mx domain.com matches Queries a target name server specifically for Mail Exchanger resource records; netsh wlan show profile name="CorpWiFi" key=clear matches Displays detailed wireless security settings along with stored plaintext Wi-Fi passphrase; pathping 192.168.1.254 matches Traces network path and measures latency and packet loss across intermediate router hops.
Each command utility switch performs a specific client networking task: 'ipconfig /flushdns' resets the local resolver cache; 'nslookup -type=mx' queries mail server DNS records; 'netsh wlan show profile ... key=clear' exposes saved Wi-Fi security keys; and 'pathping' evaluates per-hop latency and packet loss.
Adım Adım Çözüm
Anahtar Kavram
Windows Client Networking Command-Line Utilities and Diagnostic Switches