Question

Difficulty: HardWindows Client Networking Configuration

A desktop administrator is deploying Windows 11 client laptops for field technicians who frequently connect to two distinct environment types: a primary office network equipped with a DHCP server and an isolated testing facility that lacks any DHCP infrastructure. The administrator must ensure that when a laptop fails to receive an automated lease in the testing facility, it automatically assumes a predetermined static IPv4 configuration (10.1.50.45/2410.1.50.45/24) without requiring manual reconfiguration or administrative credentials. Which setting within the IPv4 properties of the network adapter should the administrator configure to meet this requirement?

  1. Configure a user-configured IP address under the Alternate Configuration tab.Answer
  2. B
    Select Automatic Private IP Addressing (APIPA) and specify a custom subnet mask in the Advanced TCP/IP Settings.
  3. C
    Set up a secondary static IP address entry on the IP Settings tab under Advanced TCP/IP Settings.
  4. D
    Enable the Network Location Awareness service and set the connection profile to Private in Network & Internet settings.

Answer

Configure a user-configured IP address under the Alternate Configuration tab.
The correct answer specifies using the Alternate Configuration tab under IPv4 properties. When Windows network adapters are set to obtain an IP address automatically, the Alternate Configuration tab allows technicians to specify a custom IPv4 address, subnet mask, default gateway, and DNS server settings. Windows uses this alternate profile automatically whenever a DHCP server fails to respond, avoiding APIPA auto-assignment and providing seamless connectivity in networks lacking DHCP.

Step-by-Step Solution

1
Identify the networking requirement for dual dynamic and static client behavior.
The client system needs to request an IP address via DHCP first, but fall back to a specific user-defined static network configuration (10.1.50.45/2410.1.50.45/24) if no DHCP server is available.
Standard APIPA (169.254.0.0/16169.254.0.0/16) only provides local non-routable communication and cannot match the required custom 10.1.50.45/2410.1.50.45/24 subnet.
2
Navigate to the TCP/IPv4 properties of the local network interface.
Ensure 'Obtain an IP address automatically' is selected on the General tab.
The Alternate Configuration tab is only accessible and functional when primary IPv4 assignment is set to automatic DHCP.
3
Configure the Alternate Configuration settings.
Select 'User-configured' on the Alternate Configuration tab and enter the static IPv4 address, subnet mask, default gateway, and DNS servers.
Windows will query DHCP upon media connection. If the request times out, it defaults to this alternate user-configured profile instead of generating an APIPA address.

Key Concept

Windows Client Alternate IP Configuration Fallback
Rate this question