A help desk technician is setting up a specialized Windows 11 workstation connected to an isolated laboratory network. According to organizational security policy, the workstation must communicate with local devices on the 10.1.5.0/24 subnet, must be prevented from attempting to route any traffic outside of its local network segment, and must keep network discovery disabled to remain hidden from other endpoints on the local segment.
Which TWO configuration actions should the technician perform to meet these requirements? (Select TWO.)
- Configure a static IPv4 address and subnet mask on the ethernet adapter properties while leaving the default gateway field blankAnswer
- Set the network location profile for this network connection to Public within Windows Network & internet settingsAnswer
- CUncheck the Internet Protocol Version 4 (TCP/IPv4) component in the network adapter properties menu
- DOpen Credential Manager in Control Panel and set the default authentication profile to Blocked
Answer
The technician should configure a static IPv4 address and subnet mask while leaving the default gateway empty, and set the network location profile to Public.
Leaving the default gateway address field blank ensures that the Windows host will not send traffic off the local 10.1.5.0/24 subnet. Additionally, designating the network connection as Public in Windows settings activates the restrictive network profile that turns off network discovery and file sharing.
Step-by-Step Solution
Key Concept
Windows client IP address properties and network location profile settings