How to Create a Caching-Only Name Server with Microsoft DNS

Last reviewed: January 6, 1998
Article ID: Q167234
The information in this article applies to:
  • Microsoft Windows NT Server version 4.0

SUMMARY

A caching only name server is a Domain Name System (DNS) Server that is not authoritative for any particular domain. Its only function is to look up names for clients and cache them.

After a period of time, as names are resolved, the cache will be populated with the most frequently requested names, and these names/addresses are available quickly for subsequent queries.

A caching-only DNS server may be valuable at a site where DNS functionality is needed locally but there is not a requirement for a separate domain for that location. This will reduce the amount of DNS traffic on a Wide Area Network (WAN), as the DNS cache may be able to satisfy many of the queries locally.

MORE INFORMATION

With the Microsoft Domain Name System Server, it is very easy to create a caching-only name server.

Simply install DNS and run the Domain Name System Manager. Click on DNS in the menu, select New Server, and type in the IP address of your computer where you have installed DNS.

You now have a caching-only DNS server.

Keywords          : nthowto NTSrv nttcp
Version           : WinNT:4.0
Platform          : winnt
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 6, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.