A technician is troubleshooting network connectivity on a Windows workstation that currently has an Automatic Private IP Addressing (APIPA) address assigned. The technician wants to release the existing address, request a new lease from the DHCP server, and inspect the updated configuration parameters. Place the following troubleshooting steps in the correct chronological order from first to last.
- 1Open the Command Prompt with administrator privileges.
- 2Execute the ipconfig /release command.
- 3Execute the ipconfig /renew command.
- 4Execute the ipconfig /all command.
Answer
The correct sequence is: Open the Command Prompt with administrator privileges, execute ipconfig /release, execute ipconfig /renew, and finally execute ipconfig /all.
Refreshing a DHCP configuration using Windows command-line tools requires an elevated Command Prompt window so that network adapter settings can be modified. Executing 'ipconfig /release' drops the existing APIPA or invalid IP settings. Next, 'ipconfig /renew' prompts the workstation to request a new IP address lease from the DHCP server. Finally, 'ipconfig /all' displays comprehensive network interface details, allowing the technician to confirm that a valid IP address, subnet mask, default gateway, and DNS servers were obtained.
Step-by-Step Solution
Key Concept
Windows Command-Line Network Troubleshooting Utilities
Estimated Time:1m 0s