What specific term is best used to describe a computer making a DNS query?

A. DNS server
B. DNS resolver
C. DNS helper
D. DNS host


Answer: B

Computer Science & Information Technology

You might also like to view...

In a linked list implementation using a reference first to point to the first node of the list, a method isEmpty() can test to see if the list is empty by executing the statement(s)

A) return null; B) first = null; return first; C) if (isEmpty()) return true; else return false; D) return first == null;

Computer Science & Information Technology

Why was WPA2 created?

What will be an ideal response?

Computer Science & Information Technology

Name three things you should NEVER do during a presentation

What will be an ideal response?

Computer Science & Information Technology

A ________ is a document that displays database information in a meaningful format

A) form B) query C) report D) table

Computer Science & Information Technology