Exam 98-366 Topic 1 Question 198 Discussion
Actual exam question for Microsoft's 98-366 exam
Question #: 198
Topic #: 1
Question #: 198
Topic #: 1
Hotspot Question
Network client computers running Windows 8.1 and Windows 10 are configured to receive IPv4 addresses through DHCP. The DHCP server fails.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Network client computers running Windows 8.1 and Windows 10 are configured to receive IPv4 addresses through DHCP. The DHCP server fails.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Suggested Answer:

Explanation:
The IpReleaseAddress and IpRenewAddress functions are used to release and renew the current Dynamic Host Configuration Protocol (DHCP) lease. The IpReleaseAddress function releases an IPv4 address previously obtained through DHCP. The IpRenewAddress function renews a lease on an IPv4 address previously obtained through DHCP. It is common to use these two functions together, first releasing the lease with a call to IpReleaseAddress, and then renewing the lease with a call to the IpRenewAddress function.
When a DHCP client has previously obtained a DHCP lease and IpReleaseAddress is not called before the IpRenewAddress function, the DHCP client request is sent to the DHCP server that issued the initial DHCP lease. This DHCP server may not available or the DHCP request may fail.
When a host has previously obtained a DHCP lease and IpReleaseAddress is called before the IpRenewAddress function, the DHCP client first releases the IP address obtained and sends a DHCP client request for a response from any available DHCP server.
https://docs.microsoft.com/en-us/windows/desktop/IpHlp/managing-dhcp-leases-using- ipreleaseaddress-and-iprenewaddress
by Vera at May 13, 2025, 07:04 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).