Which tool should you run in the script?

Your network contains a domain controller named DC1 that runs Windows Server 2008 R2 Service Pack 1 (SP1). You need to create a script to clear the address table cache of the physical network interface. Which tool should you run in the script?

Your network contains a domain controller named DC1 that runs Windows Server 2008 R2 Service Pack 1 (SP1). You need to create a script to clear the address table cache of the physical network interface. Which tool should you run in the script?

A.
dnscmd.exe

B.
arp.exe

C.
netbtugc.exe

D.
nbtstat.exe

Explanation:
I think D-arp.exe is the best. However netsh would probably work better to clear the arp cache. However if the question is referring to the Netbios cache then NBTSTAT would be used. Either could be used in a script. The question is vague so not sure which is correct.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Jeyhun

Jeyhun

you can also use netsh (it would be the best answer). But in this question arp is a right answer