A Windows host fails to obtain a lease because no DHCP server responds, and it self-assigns an address so it can still communicate on the local segment. From which range does the host draw this address?
- A10.0.0.0/8, the largest RFC 1918 private block
- B172.16.0.0/12, an RFC 1918 private block
- C169.254.0.0/16, the IPv4 link-local block Correct
- D192.168.0.0/16, an RFC 1918 private block
Why A is wrong: 10.0.0.0/8 is an RFC 1918 private range assigned by administrators or DHCP; tempting as private space, but hosts do not self-assign from it when DHCP fails.
Why B is wrong: 172.16.0.0/12 is an RFC 1918 private block used inside organisations; tempting because it is internal, but it is administrator-assigned, not the fallback range.
Why C is correct: APIPA uses 169.254.0.0/16, the IPv4 link-local block; a host self-assigns from it for same-segment connectivity only when no DHCP lease can be obtained.
Why D is wrong: 192.168.0.0/16 is the RFC 1918 range common in homes and small offices; tempting because DHCP often serves it, but a failed lease does not draw from it.