nerdexam
CompTIA

220-1102 · Question #743

A change was introduced in the company's DNS server, but local workstations have not applied it yet. Which of the following commands should the help desk technician use to force the workstations to…

The correct answer is D. ipconfig. To force Windows workstations to immediately apply new DNS server changes, the ipconfig /flushdns command is used to clear the local DNS resolver cache, followed by ipconfig /registerdns to register with the DNS server.

Hardware and network troubleshooting

Question

A change was introduced in the company's DNS server, but local workstations have not applied it yet. Which of the following commands should the help desk technician use to force the workstations to immediately apply the change?

Options

  • Anslookup
  • Bnetstat
  • Ctracert
  • Dipconfig

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    85% (22)

Why each option

To force Windows workstations to immediately apply new DNS server changes, the ipconfig /flushdns command is used to clear the local DNS resolver cache, followed by ipconfig /registerdns to register with the DNS server.

Anslookup

nslookup is a network administration command-line tool for querying the Domain Name System (DNS) to obtain domain name or IP address mapping, but it doesn't modify local DNS settings or force cache updates.

Bnetstat

netstat displays network connections, routing tables, and network interface statistics, which is unrelated to forcing DNS changes.

Ctracert

tracert (traceroute) displays the route and measures transit delays of packets across an Internet Protocol (IP) network, which is used for network troubleshooting, not for applying DNS changes.

DipconfigCorrect

The ipconfig command with the /flushdns switch clears the local DNS resolver cache, forcing the workstation to query the DNS server for fresh records. Subsequently, ipconfig /registerdns can be used to manually register the client's DNS information with the DNS server, ensuring workstations pick up the latest DNS changes.

Concept tested: DNS cache management and refresh

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

Topics

#DNS#Command-line utilities#Network troubleshooting#ipconfig

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice