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