What specific type of server and IP address is used to provide domain name resolution?

A. DHCP
B. subnetwork
C. gateway
D. DNS


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the value of i after the following function call?

//function definition int doSomething(int value) { value = 35; return value; value = 13 } //fragment of main program int i=0; cout << doSomething(i); a. 13 b. 35 c. 48 d. 0

Computer Science & Information Technology

If you do not need efficient random access but need to efficiently move sequentially through the list, then use the _____________ class.

a. Vector b. LinkedList c. HashSet d. TreeSet

Computer Science & Information Technology

In a datasheet, related records can be viewed in the same datasheet through the use of a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

For which operating system is exFAT NOT an option when formatting a partition?

A. Windows XP with SP3 B. Windows XP with SP2 C. Vista with SP1 D. Vista

Computer Science & Information Technology