200-301 Question 117
Select 3A network administrator is troubleshooting an issue where a Windows client machine is unable to connect to the network. The administrator suspects an IP configuration problem. Which of the following steps should the administrator take to verify the IP parameters on the Windows client?
- A
Open Command Prompt and use the 'ipconfig' command to view the current IP configuration.
- B
Navigate to the Control Panel, open the 'Network and Sharing Center,' and check the adapter settings.
- C
Use the 'nslookup' command in Command Prompt to verify DNS server settings.
- D
Run the 'ifconfig' command in a Windows Command Prompt to view IP configuration details.
- E
Check the system logs in the Event Viewer for network-related events.
Show answer and explanation
Correct answers: A, B, E
Explanation
To verify IP parameters on a Windows client, administrators can use the 'ipconfig' command to view IP configuration details or the 'Network and Sharing Center' for a graphical overview of adapter settings. Additionally, the Event Viewer can provide logs related to network events, which might reveal underlying configuration issues.
- A. Correct.
The 'ipconfig' command in Command Prompt is the most common way to check IP parameters like IP address, subnet mask, and default gateway on a Windows machine.
- B. Correct.
The 'Network and Sharing Center' in the Control Panel provides a graphical interface to view and modify network adapter settings, including IP configurations.
- C. Incorrect.
The 'nslookup' command is used to query DNS servers and is not directly used to verify IP parameters like IP address or subnet mask.
- D. Incorrect.
The 'ifconfig' command is a Linux/macOS command and does not work in a Windows Command Prompt.
- E. Correct.
The Event Viewer can provide additional details about network-related errors or events, which can help troubleshoot IP configuration issues.