103 lines
6.5 KiB
HTML
103 lines
6.5 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Understanding zones" />
|
||
|
<meta name="abstract" content="This topic explains Domain Name System (DNS) zones and zone types." />
|
||
|
<meta name="description" content="This topic explains Domain Name System (DNS) zones and zone types." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptparent.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakkscenario1.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptquery.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptresourcerec.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakkconfignamesrvrzone.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakkconceptbasic" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Understanding zones</title>
|
||
|
</head>
|
||
|
<body id="rzakkconceptbasic"><a name="rzakkconceptbasic"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Understanding zones</h1>
|
||
|
<div><p>This topic explains Domain Name System (DNS) zones and zone types.</p>
|
||
|
<div class="section"><p>DNS data is divided into manageable sets of data called <em>zones</em>.
|
||
|
Zones contain name and IP address information about one or more parts of a
|
||
|
DNS domain. A server that contains all of the information for a zone is the
|
||
|
authoritative server for the domain. Sometimes it makes sense to delegate
|
||
|
the authority for answering DNS queries for a particular subdomain to another
|
||
|
DNS server. In this case, the DNS server for the domain can be configured
|
||
|
to refer the subdomain queries to the appropriate server.</p>
|
||
|
<p>For backup
|
||
|
and redundancy, zone data is often stored on servers other than the authoritative
|
||
|
DNS server. These other servers are called secondary servers, which load zone
|
||
|
data from the authoritative server. Configuring secondary servers allows you
|
||
|
to balance the demand on servers and also provides a backup in case the primary
|
||
|
server goes down. Secondary servers obtain zone data by doing zone transfers
|
||
|
from the authoritative server. When a secondary server is initialized, it
|
||
|
loads a complete copy of the zone data from the primary server. The secondary
|
||
|
server also reloads zone data from the primary server or from other secondaries
|
||
|
for that domain when zone data changes.</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">DNS zone types</h4><p>You can use iSeries™ DNS to define several types of
|
||
|
zones to help you manage DNS data:</p>
|
||
|
<dl><dt class="dlterm">Primary zone</dt>
|
||
|
<dd>Primary zone loads zone data directly from a file on a host. It can contain
|
||
|
a subzone, or child zone. It can also contain resource records, such as host,
|
||
|
alias (CNAME), address (A), or reverse mapping pointer (PTR) records.<div class="note"><span class="notetitle">Note:</span> Primary
|
||
|
zones are sometimes referred to as <em>master zones</em> in other BIND documentation.</div>
|
||
|
<dl><dt class="dlterm">Subzone</dt>
|
||
|
<dd>A subzone defines a zone within the primary zone. Subzones allow you to
|
||
|
organize zone data into manageable pieces.<dl><dt class="dlterm">Child zone</dt>
|
||
|
<dd>A child zone defines a subzone and delegates responsibility for the subzone
|
||
|
data to one or more name servers.</dd>
|
||
|
<dt class="dlterm">Alias (CNAME)</dt>
|
||
|
<dd>An alias defines an alternate name for a primary domain name.</dd>
|
||
|
<dt class="dlterm">Host</dt>
|
||
|
<dd>A host object maps A and PTR records to a host. Additional resource records
|
||
|
can be associated with a host.</dd>
|
||
|
</dl>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<dl><dt class="dlterm">Secondary zone</dt>
|
||
|
<dd>Secondary zone loads zone data from a zone's primary server or another
|
||
|
secondary server. It maintains a complete copy of the zone for which it is
|
||
|
a secondary.<dl><dt class="dlterm">Stub zone</dt>
|
||
|
<dd>A stub zone is similar to a secondary zone, but it only transfers the
|
||
|
name server (NS) records for that zone.</dd>
|
||
|
<dt class="dlterm">Forward zone</dt>
|
||
|
<dd>A forward zone directs all queries for that particular zone to other servers.</dd>
|
||
|
</dl>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakkconceptparent.htm" title="This topic explains what Domain Name System (DNS) is and how it works. It also shows the different types of zones that can be defined on a DNS server.">Domain Name System concepts</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzakkconceptquery.htm" title="This topic explains how Domain Name System (DNS) resolves queries on behalf of clients.">Understanding Domain Name System queries</a></div>
|
||
|
<div><a href="rzakkconfignamesrvrzone.htm" title="After you configure a Domain Name System (DNS) server instance, you need to configure the zones for the name server.">Configure zones on a name server</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rzakkscenario1.htm" title="This example depicts a simple subnet with a Domain Name System (DNS) server for internal use.">Example: Single Domain Name System server for an intranet</a></div>
|
||
|
<div><a href="rzakkconceptresourcerec.htm" title="This topic explains how resource records are used by Domain Name System (DNS). Resource records are used to store data about domain names and IP addresses. This topic contains a searchable list of resource records supported for OS/400 V5R1.">Domain Name System resource records</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|