Match the following terms with the correct definition

A. Relaying of a DNS request from one server to another one when the first server cannot process the request
B. Hierarchical name-resolution system that resolves hostnames into IP addresses, and vice versa
C. DNS name-resolution process by which a hostname is resolved to an IP address
D. Adds security to the DNS protocol by providing origin authority, data integrity, and authenticated denial of existence
E. In DNS, the first or most-specific name assigned to an individual computer
F. Name-resolution technique wherein a DNS server queries other DNS servers on behalf of the requesting client to obtain the required FQDN, which it returns to the client
G. The Microsoft Management Console (MMC) snap-in from which you can manage most of the activities associated with operating a DNS server
H. DNS domain name that unambiguously describes the location of the host within a domain tree
I. List of the names and IP addresses of DNS servers that are authoritative for the Internet root domains
J. DNS name-resolution process by which an IP address is resolved to a hostname

1. DNS Manager
2. DNSSEC (Domain Name System Security Extensions)
3. Domain Name System
4. Forward lookup query
5. Forwarding
6. Hostname
7. Recursion
8. Reverse lookup query
9. Root hints
10. Fully Qualified Domain Name


Answer:
A. 5
B. 4
C. 3
D. 2
E. 6
F. 7
G. 1
H. 10
I. 9
J. 8

Computer Science & Information Technology

You might also like to view...

What are the names of the input parameters of apart?

``` void apart(double x, int *wholep, double *fracp) { *wholep = (int)x; *fracp = x - *wholep; } ```

Computer Science & Information Technology

Word's ________ feature joins a main document and a data source to create customized letters, labels, or envelopes

A) data join B) data merge C) mail merge D) data convergence

Computer Science & Information Technology

function to find the nth root of c

What will be an ideal response?

Computer Science & Information Technology

The XML DOM and HTML DOM are the same because HTML has become XHTML.

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

Computer Science & Information Technology