A system administrator is manually configuring static IPv4 address properties on a Windows 11 workstation. The workstation is assigned the IP address 172.16.45.50 on a /24 network subnet (172.16.45.0/24). The local router interface is located at 172.16.45.1. Which TWO of the following configuration settings must be configured to enable the workstation to communicate with external internet services and properly identify its local subnet boundaries?
- Subnet Mask: 255.255.255.0Answer
- Default Gateway: 172.16.45.1Answer
- CPreferred DNS Server: 127.0.0.1
- DAlternate IP Address: 169.254.1.50
Answer
The required settings are a Subnet Mask of 255.255.255.0 and a Default Gateway of 172.16.45.1.
Configuring the Subnet Mask as 255.255.255.0 establishes the 24-bit network boundary for the 172.16.45.0 subnet. Specifying 172.16.45.1 as the Default Gateway allows the Windows host to forward traffic destined for remote networks and internet services through the router.
Step-by-Step Solution
Key Concept
Static IPv4 Client Networking Parameters