Which of the following command line tools would BEST be used to verify DNS functionality?

A. netstat
B. traceroute
C. dig
D. arp

Answer: C. dig

Computer Science & Information Technology

You might also like to view...

Which of the following is not a logical operator?

a. AND b. OR c. <> d. NOT

Computer Science & Information Technology

When an async method encounters an await expression: If the asynchronous task has already completed, ________.

a) the async method simply continues executing b) the async method splits off another thread c) the await method is called d) the async method terminates

Computer Science & Information Technology