Bv9ARM.ch02.html revision 75c0816e8295e180f4bc7f10db3d0d880383bc1c
1448N/A<!--
1448N/A - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
1448N/A - Copyright (C) 2000-2003 Internet Software Consortium.
1448N/A -
1448N/A - Permission to use, copy, modify, and distribute this software for any
1448N/A - purpose with or without fee is hereby granted, provided that the above
1448N/A - copyright notice and this permission notice appear in all copies.
1448N/A -
1448N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1448N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1448N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1448N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1448N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1448N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1448N/A - PERFORMANCE OF THIS SOFTWARE.
1448N/A-->
1448N/A<!-- $Id: Bv9ARM.ch02.html,v 1.19 2005/05/13 03:14:08 marka Exp $ -->
1448N/A<html>
1448N/A<head>
1448N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1448N/A<title>Chapter�2.�BIND Resource Requirements</title>
1448N/A<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
1448N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
3253N/A<link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
1448N/A<link rel="prev" href="Bv9ARM.ch01.html" title="Chapter�1.�Introduction">
1448N/A<link rel="next" href="Bv9ARM.ch03.html" title="Chapter�3.�Name Server Configuration">
3253N/A</head>
3253N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3253N/A<div class="navheader">
1448N/A<table width="100%" summary="Navigation header">
1448N/A<tr><th colspan="3" align="center">Chapter�2.�<span class="acronym">BIND</span> Resource Requirements</th></tr>
1448N/A<tr>
1448N/A<td width="20%" align="left">
1448N/A<a accesskey="p" href="Bv9ARM.ch01.html">Prev</a>�</td>
1448N/A<th width="60%" align="center">�</th>
1448N/A<td width="20%" align="right">�<a accesskey="n" href="Bv9ARM.ch03.html">Next</a>
1448N/A</td>
1448N/A</tr>
1448N/A</table>
1448N/A<hr>
1448N/A</div>
1448N/A<div class="chapter" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title">
1448N/A<a name="Bv9ARM.ch02"></a>Chapter�2.�<span class="acronym">BIND</span> Resource Requirements</h2></div></div></div>
1448N/A<div class="toc">
1448N/A<p><b>Table of Contents</b></p>
1448N/A<dl>
1448N/A<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2537198">Hardware requirements</a></span></dt>
1448N/A<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2537225">CPU Requirements</a></span></dt>
1448N/A<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2537238">Memory Requirements</a></span></dt>
1448N/A<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2537262">Name Server Intensive Environment Issues</a></span></dt>
1448N/A<dt><span class="sect1"><a href="Bv9ARM.ch02.html#id2537273">Supported Operating Systems</a></span></dt>
1448N/A</dl>
1448N/A</div>
1448N/A<div class="sect1" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1448N/A<a name="id2537198"></a>Hardware requirements</h2></div></div></div>
1448N/A<p>
1448N/A <span class="acronym">DNS</span> hardware requirements have
1448N/A traditionally been quite modest.
1448N/A For many installations, servers that have been pensioned off from
1448N/A active duty have performed admirably as <span class="acronym">DNS</span> servers.
1448N/A </p>
1448N/A<p>
1448N/A The DNSSEC and IPv6 features of <span class="acronym">BIND</span> 9
1448N/A may prove to be quite
1448N/A CPU intensive however, so organizations that make heavy use of these
1448N/A features may wish to consider larger systems for these applications.
1448N/A <span class="acronym">BIND</span> 9 is fully multithreaded, allowing
1448N/A full utilization of
1448N/A multiprocessor systems for installations that need it.
1448N/A </p>
1448N/A</div>
1448N/A<div class="sect1" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1448N/A<a name="id2537225"></a>CPU Requirements</h2></div></div></div>
1448N/A<p>
1448N/A CPU requirements for <span class="acronym">BIND</span> 9 range from
1448N/A i486-class machines
1448N/A for serving of static zones without caching, to enterprise-class
1448N/A machines if you intend to process many dynamic updates and DNSSEC
1448N/A signed zones, serving many thousands of queries per second.
1448N/A </p>
1448N/A</div>
1448N/A<div class="sect1" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1448N/A<a name="id2537238"></a>Memory Requirements</h2></div></div></div>
1448N/A<p>
1448N/A The memory of the server has to be large enough to fit the
1448N/A cache and zones loaded off disk. The <span><strong class="command">max-cache-size</strong></span>
1448N/A option can be used to limit the amount of memory used by the cache,
1448N/A at the expense of reducing cache hit rates and causing more <span class="acronym">DNS</span>
1448N/A traffic.
1448N/A Additionally, if additional section caching
1448N/A (<a href="Bv9ARM.ch06.html#acache" title="Additional Section Caching">the section called &#8220;Additional Section Caching&#8221;</a>) is enabled,
1448N/A the <span><strong class="command">max-acache-size</strong></span> can be used to
1448N/A limit the amount
1448N/A of memory used by the mechanism.
1448N/A It is still good practice to have enough memory to load
1448N/A all zone and cache data into memory &#8212; unfortunately, the best
1448N/A way
1448N/A to determine this for a given installation is to watch the name server
1448N/A in operation. After a few weeks the server process should reach
1448N/A a relatively stable size where entries are expiring from the cache as
1448N/A fast as they are being inserted.
1448N/A </p>
1448N/A</div>
1448N/A<div class="sect1" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1448N/A<a name="id2537262"></a>Name Server Intensive Environment Issues</h2></div></div></div>
1448N/A<p>
1448N/A For name server intensive environments, there are two alternative
1448N/A configurations that may be used. The first is where clients and
1448N/A any second-level internal name servers query a main name server, which
1448N/A has enough memory to build a large cache. This approach minimizes
1448N/A the bandwidth used by external name lookups. The second alternative
1448N/A is to set up second-level internal name servers to make queries
1448N/A independently.
1448N/A In this configuration, none of the individual machines needs to
1448N/A have as much memory or CPU power as in the first alternative, but
1448N/A this has the disadvantage of making many more external queries,
1448N/A as none of the name servers share their cached data.
1448N/A </p>
1448N/A</div>
1448N/A<div class="sect1" lang="en">
1448N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1448N/A<a name="id2537273"></a>Supported Operating Systems</h2></div></div></div>
1448N/A<p>
1448N/A ISC <span class="acronym">BIND</span> 9 compiles and runs on a large
1448N/A number
1448N/A of Unix-like operating system and on Windows NT / 2000. For an
1448N/A up-to-date
1448N/A list of supported systems, see the README file in the top level
1448N/A directory
1448N/A of the BIND 9 source distribution.
1448N/A </p>
1448N/A</div>
1448N/A</div>
1448N/A<div class="navfooter">
1448N/A<hr>
1448N/A<table width="100%" summary="Navigation footer">
1448N/A<tr>
1448N/A<td width="40%" align="left">
1448N/A<a accesskey="p" href="Bv9ARM.ch01.html">Prev</a>�</td>
1448N/A<td width="20%" align="center">�</td>
1448N/A<td width="40%" align="right">�<a accesskey="n" href="Bv9ARM.ch03.html">Next</a>
1448N/A</td>
1448N/A</tr>
1448N/A<tr>
1448N/A<td width="40%" align="left" valign="top">Chapter�1.�Introduction�</td>
1448N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
1448N/A<td width="40%" align="right" valign="top">�Chapter�3.�Name Server Configuration</td>
1448N/A</tr>
1448N/A</table>
1448N/A</div>
1448N/A</body>
1448N/A</html>
1448N/A