A network administrator is hardening the network settings on a fleet of Windows 11 Pro workstations. Corporate security policy dictates that clients must properly resolve short, single-label hostnames across multiple internal subdomains without relying on unauthenticated broadcast name resolution protocols if DNS queries fail. Which TWO configuration settings or administrative policies must be implemented on the Windows clients to satisfy these requirements?
- Configure the DNS suffix search list in Advanced TCP/IP Settings to append parent and specific domain suffixes in order.Cevap
- Disable Link-Local Multicast Name Resolution (LLMNR) using Local Group Policy or Registry settings.Cevap
- CEnable NetBIOS over TCP/IP (NetBT) under the WINS configuration tab of the network adapter properties.
- DExecute `ipconfig /registerdns /flushdns` in an elevated command prompt to force NetBIOS cache clearance.
Cevap
The technician must configure the DNS suffix search list under Advanced TCP/IP Settings and disable Link-Local Multicast Name Resolution (LLMNR) via Group Policy.
Configuring the DNS suffix search list allows the client to automatically append defined domain suffixes to single-label queries, ensuring successful DNS lookup across complex internal subdomains. Disabling Link-Local Multicast Name Resolution (LLMNR) ensures that if DNS fails, the client will not send unauthenticated UDP multicast broadcasts across the local subnet, protecting against local name-spoofing attacks.
Adım Adım Çözüm
Anahtar Kavram
Advanced Windows DNS Suffix Configuration and LLMNR Disablement