The ____________________ makes a request to a DNS server, interprets the answer, and sends back this information to the program that called it up.
Fill in the blank(s) with the appropriate word(s).
resolver
Computer Science & Information Technology
You might also like to view...
Which of the following is an example of a host based firewall in Linux-based systems?
A. ACLs B. iptables C. APIPA D. DLP
Computer Science & Information Technology
If we store the address of grade[0] in a pointer named gPtr (using the assignment statement gPtr = &grade[0];), then, the expression ____ references grade[0].
A. gPtr(0) B. gPtr C. &gPtr D. *gPtr
Computer Science & Information Technology