100-150 Question 139
Select 3A user reports being unable to connect to a corporate Wi-Fi network on their Windows laptop. After verifying the SSID and password, you decide to troubleshoot further using networking utilities. Which of the following commands and checks should you perform to help resolve the issue?
- A
Run 'ipconfig /all' to verify the IP address and wireless adapter status.
- B
Use 'ping' to check connectivity to the corporate Wi-Fi router's IP address.
- C
Run 'traceroute' to identify the path to the internet.
- D
Ensure the wireless client is set to the correct WPA mode for the corporate network.
- E
Use 'netstat' to check if any active connections are interfering with the Wi-Fi.
Show answer and explanation
Correct answers: A, B, D
Explanation
When troubleshooting Wi-Fi connectivity issues, it is important to verify the network configuration using tools like 'ipconfig /all', test communication with the router using 'ping', and ensure that the client's settings, such as WPA mode, match the network's configuration. These steps help isolate and resolve common connection problems.
- A. Correct.
Running 'ipconfig /all' helps verify the system's network configuration, including if the wireless adapter is enabled and if an IP address is assigned, which is crucial for troubleshooting connectivity issues.
- B. Correct.
Using 'ping' can help determine if the laptop is able to communicate with the corporate Wi-Fi router (the gateway). If the ping fails, it indicates a connectivity issue between the device and the router.
- C. Incorrect.
While 'traceroute' is useful for identifying the path to the internet, it is not directly helpful in troubleshooting local Wi-Fi connectivity issues to the corporate network.
- D. Correct.
Ensuring the wireless client is set to the correct WPA mode (e.g., WPA2 or WPA3) is essential as mismatched authentication modes can prevent connection to the network.
- E. Incorrect.
Although 'netstat' is useful for checking active connections, it is not directly relevant to troubleshooting Wi-Fi connectivity issues related to SSID or authentication.