Soru

Zorluk: ZorWindows Client Networking Configuration

A network technician needs to manually assign static network settings and verify connectivity on a Windows 11 client workstation using command-line tools after a local DHCP server failure. In what sequence should the technician perform the following steps to assign the static IP address, subnet mask, default gateway, and primary DNS server, and then verify hostname resolution?

  1. 1Launch an elevated Command Prompt session on the Windows workstation.
  2. 2Execute 'netsh interface ipv4 set address' specifying the interface name, static IP address, subnet mask, and default gateway.
  3. 3Execute 'netsh interface ipv4 set dnsservers' specifying the interface name and static primary DNS server address.
  4. 4Execute 'ipconfig /all' to verify that the static IP address, subnet mask, default gateway, and DNS server entries are correctly bound to the interface.
  5. 5Execute 'nslookup' against an internal domain name to test name resolution using the newly assigned DNS server.

Cevap

The correct sequence begins with opening an elevated Command Prompt, followed by setting the static IP address, subnet mask, and gateway using netsh, configuring the static DNS server address via netsh, verifying applied settings with ipconfig /all, and finally testing DNS name resolution using nslookup.
The proper sequence requires securing elevated Command Prompt privileges first. Next, the static IP, subnet mask, and default gateway are assigned using 'netsh interface ipv4 set address'. Then, the static DNS server is configured using 'netsh interface ipv4 set dnsservers'. After configuring the adapter, local settings must be verified using 'ipconfig /all'. Finally, end-to-end DNS name resolution is tested using 'nslookup'.

Adım Adım Çözüm

1
Open Command Prompt with Run as Administrator permissions
Elevated CLI session ready for system configuration commands
Modifying Windows network adapter settings via netsh requires administrative privileges.
2
Execute netsh interface ipv4 set address command
Static IPv4 address, subnet mask, and default gateway configured on the specified network adapter
Basic TCP/IP addressing and routing infrastructure must be established prior to higher-layer service setup.
3
Execute netsh interface ipv4 set dnsservers command
Primary DNS server IP address bound to the interface
DNS settings require the dnsservers option context in netsh after IP address assignment.
4
Run ipconfig /all to display detailed configuration output
Active IPv4, gateway, and DNS settings displayed for verification
Confirms local operating system recognition of applied static parameters.
5
Run nslookup to query a target domain name
DNS server responds with the mapped IP address
Validates functional domain name resolution through the newly configured network adapter.

Anahtar Kavram

Windows Client Network Configuration using Netsh and Diagnostic Utilities
Bu soruyu puanla