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...

Now that we’re working with classes that we write, do I have to include the iostream and fstream libraries to write output to the screen or to a file? Explain.

What will be an ideal response?

Computer Science & Information Technology

Which two ports should packet-filtering rules address when establishing rules for Web access?

A. 143, 80 B. 25, 110 C. 80, 443 D. 423, 88

Computer Science & Information Technology

Match each of the following features to its appropriate tab

I. Add text from a file into an existing file II. Display Backstage view III. Add a bullet list IV. Change a border on a table V. Configure cell margins A. Table Tools Layout tab B. Table Tools Design tab C. Insert tab D. Home tab E. File tab

Computer Science & Information Technology

Which of the following statements is consistent with Substage stage 1 of the sensorimotor period

Computer Science & Information Technology