Which Windows command and switch would be used to purge the PC's NetBIOS cache and reload entries from the local LMHOSTS file?
A) nbtstat -d
B) netstat -R
C) nbtstat -R
D) netstat -d
C
Explanation: The nbtstat command is used to display NetBIOS information for the local machine and the local network. It has several available switches, including the -R switch, which is used to purge the cache and reload any entries from the LMHOSTS file.
Computer Science & Information Technology