nerdexam
Cisco

200-301 · Question #1374

An on-site service desk technician must verify the IP address and DNS server information on a user's Windows computer. Which command must the technician enter at the command prompt on the user's compu

The correct answer is B. ipconfig /all. On a Windows computer, the ipconfig /all command is used to display detailed IP address and DNS server information.

Submitted by the_admin· Mar 5, 2026Network Fundamentals

Question

An on-site service desk technician must verify the IP address and DNS server information on a user's Windows computer. Which command must the technician enter at the command prompt on the user's computer?

Options

  • Ashow interface
  • Bipconfig /all
  • Cnetstat -r
  • Difconfig -a

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    92% (47)
  • C
    4% (2)
  • D
    2% (1)

Why each option

On a Windows computer, the `ipconfig /all` command is used to display detailed IP address and DNS server information.

Ashow interface

`show interface` is a command used on network devices (e.g., Cisco routers/switches), not a standard Windows command for host IP configuration.

Bipconfig /allCorrect

The `ipconfig /all` command provides a comprehensive display of all TCP/IP configuration details for all network adapters on a Windows computer, including IP addresses, subnet masks, default gateways, DHCP server, and DNS server addresses.

Cnetstat -r

`netstat -r` displays the routing table on a Windows computer, which shows network routes but not the host's IP configuration or DNS servers.

Difconfig -a

`ifconfig -a` is a command used on Unix-like operating systems (e.g., Linux, macOS) to display network interface configuration, not on Windows.

Concept tested: Windows IP configuration command

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ipconfig

Topics

#Windows commands#ipconfig#Network configuration#DNS client

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice