Being able to make ____ means that the DNS server can provide a complete answer to a query or an error message when it cannot.

A. recursive queries
B. forward queries
C. reverse queries
D. external queries

Answer: A

Computer Science & Information Technology

You might also like to view...

If you update a field in one table and forget to update the same field in another table, you run the risk of increasing ________ errors in database

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the value of x after the following code executes?

int x; x = 3 / static_cast(4.5 + 6.4); a. 0.3 b. 0 c. 0.275229 d. 3.3 e. None of these

Computer Science & Information Technology