220-802 · Question #176
220-802 Question #176: Real Exam Question with Answer & Explanation
The correct answer is A: Ipconfig /renew. An IP conflict means two devices on the network have been assigned the same IP address. To resolve this on a DHCP client, the correct procedure is to first run 'ipconfig /release' to relinquish the current (conflicting) IP address back to the DHCP server, then run 'ipconfig /rene
Question
Options
- AIpconfig /renew
- BIpconfig /registerdns
- CIpconfig /all
- DIpconfig /flushdns
- EIpconfig /release
Explanation
An IP conflict means two devices on the network have been assigned the same IP address. To resolve this on a DHCP client, the correct procedure is to first run 'ipconfig /release' to relinquish the current (conflicting) IP address back to the DHCP server, then run 'ipconfig /renew' to request a new, non-conflicting IP address from the DHCP server. These two commands work together as the standard fix. 'Ipconfig /all' only displays configuration information and does not fix anything. 'Ipconfig /flushdns' clears the DNS resolver cache and is unrelated to IP address conflicts. 'Ipconfig /registerdns' refreshes DNS registrations and leases, also unrelated to IP conflicts.
Community Discussion
No community discussion yet for this question.