Difficulty: Easy
Correct Answer: IPCONFIG
Explanation:
Introduction / Context:
DHCP environments assign IP parameters automatically, so technicians must inspect what the client actually received. Windows provides a built-in tool for this purpose.
Given Data / Assumptions:
Concept / Approach:
The ipconfig command displays current adapter settings. With the /all flag, it shows lease info, DHCP server, DNS servers, and whether DHCP is enabled. It is the definitive first check for configuration on Windows.
Step-by-Step Solution:
Verification / Alternative check:
After renew, run ipconfig /all again and compare. Optionally ping default gateway to verify reachability.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting /all, misreading virtual adapters, and overlooking that VPNs or vSwitches may add multiple interfaces.
Final Answer:
IPCONFIG.
Discussion & Comments