A desktop technician is setting up a new Windows workstation and needs to view its assigned IP address details and verify basic network connectivity to the local gateway using the Command Prompt. Which TWO command-line utilities should the technician use for these tasks? (Select TWO.)
- ipconfigAnswer
- pingAnswer
- Cifconfig
- Dservices.msc
Answer
The technician should use ipconfig to view network configuration details and ping to test network connectivity.
The ipconfig command displays all current TCP/IP network configuration details for active network adapters. The ping command tests connectivity to a specific IP host by sending ICMP echo requests.
Step-by-Step Solution
Key Concept
Basic Windows CLI Network Diagnostic Tools