How might an organization configure a DNS server for use on their network?

What will be an ideal response?

ANSWER: An organization might utilize these four common types of DNS server configurations:
* primary DNS server-The authoritative name server for the organization, which holds the authoritative DNS database for the organization's zones. This server is contacted by clients, both local and over the Internet, to resolve DNS queries for the organization's domains.
* secondary DNS server-The backup authoritative name server for the organization. When a secondary DNS server needs to update its database, it makes the request to the primary server for the update; this process is called a zone transfer.
* caching DNS server-A server that accesses public DNS data and caches the DNS information it collects. This server receives DNS queries from local network clients and works to resolve them by contacting other DNS servers for information. Caching DNS servers do not store zone files (which is why they must rely on their caches and resolution efforts), and therefore do not participate in zone transfers.
* forwarding DNS server-An optional server that receives queries from local clients but doesn't work to resolve the queries. Typically, a forwarding server will maintain its own DNS cache from previous queries, and so it might already have the information the client needs. If not, the forwarding server forwards the query to another server to resolve. Several forwarding servers might be strategically placed throughout the organization's network to reduce network traffic on slow links.

Computer Science & Information Technology

You might also like to view...

When an object, such as a String, is passed as an argument it is __________.

a. actually a reference to the object that is passed b. passed by value like any other parameter value c. encrypted d. necessary to know exactly how long the string is when writing the program

Computer Science & Information Technology

To see how the document will look when viewed in a Web browser, locate the file with File Explorer, then click the file to open it in a Web browser.

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

Computer Science & Information Technology