Which of the following is a TCP/IP service that converts a computer or domain name to an IP address, or that converts an IP address to a computer or domain name.

A. RCP
B. Ipconfig
C. ARP
D. DNS


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the code that associates the input file stream inf with the file myFile.txt?

a) … ifstream myFile.txt; inf.open (myFile.txt); b) #define aFile myFile.txt … ifstream aFile; inf.open (aFile); c) #define aFile “myFile.txt” … ifstream inf; inf.open (aFile); d) #define aFile “myFile.txt” … ifstream inf; inf.open (myFile.txt);

Computer Science & Information Technology

If a class's only constructor requires an argument, you must provide an argument for every object of the class you create.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The concept of creating a particular object from a larger defining set called a ____ is fundamental to all object-oriented programming languages, such as C++.

A. super-set B. master set C. class D. relationship

Computer Science & Information Technology

What is the purpose of PCI-DSS?

What will be an ideal response?

Computer Science & Information Technology