87 lines
5.9 KiB
HTML
87 lines
5.9 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="concept" />
|
|
<meta name="DC.Title" content="Domain Name System concepts" />
|
|
<meta name="abstract" content="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." />
|
|
<meta name="description" content="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." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkkickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptbasic.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptquery.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptdomainisp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptdynamic.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptbind.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkconceptresourcerec.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakkmailmx.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="rzakkconceptparent" />
|
|
<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>Domain Name System concepts</title>
|
|
</head>
|
|
<body id="rzakkconceptparent"><a name="rzakkconceptparent"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Domain Name System concepts</h1>
|
|
<div><p>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.</p>
|
|
<p>Domain Name System (DNS) is a distributed database system for managing
|
|
host names and their associated Internet Protocol (IP) addresses. Using DNS
|
|
means that people can use simple names, such as www.jkltoys.com, to locate
|
|
a host, rather than using the IP address (xxx.xxx.xxx.xxx). A single server
|
|
might only be responsible for knowing the host names and IP addresses for
|
|
a small subset of a zone, but DNS servers can work together to map all domain
|
|
names to their IP addresses. DNS servers working together is what allows computers
|
|
to communicate across the Internet.</p>
|
|
<p>DNS data is broken up into a hierarchy of domains. Servers are responsible
|
|
to know only a small portion of data, such as a single subdomain. The portion
|
|
of a domain for which the server is directly responsible is called a zone.
|
|
A DNS server that has complete host information and data for a zone is authoritative
|
|
for the zone. An authoritative server can answer queries about hosts in its
|
|
zone, using its own resource records. The query process depends on a number
|
|
of factors. Understanding DNS queries explains the paths a client can use
|
|
to resolve a query.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptbasic.htm">Understanding zones</a></strong><br />
|
|
This topic explains Domain Name System (DNS) zones and zone types.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptquery.htm">Understanding Domain Name System queries</a></strong><br />
|
|
This topic explains how Domain Name System (DNS) resolves queries on behalf of clients.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptdomainisp.htm">Domain Name System domain setup</a></strong><br />
|
|
This topic provides an overview of domain registration, with links to other reference sites for setting up your own domain space.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptdynamic.htm">Dynamic updates</a></strong><br />
|
|
OS/400<sup>®</sup> V5R1
|
|
DNS based on BIND 8 supports dynamic updates. These allow outside sources,
|
|
such as Dynamic Host Configuration Protocol (DHCP), to send updates to the
|
|
Domain Name System (DNS) server.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptbind.htm">BIND 8 features</a></strong><br />
|
|
Besides dynamic updates, BIND 8 offers several features to enhance performance of your Domain Name System (DNS) server.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkconceptresourcerec.htm">Domain Name System resource records</a></strong><br />
|
|
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<sup>®</sup> V5R1.</li>
|
|
<li class="ulchildlink"><strong><a href="rzakkmailmx.htm">Mail and Mail Exchanger records</a></strong><br />
|
|
Domain Name System (DNS) supports advanced mail routing through the use of Mail and Mail Exchanger (MX) records.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakkkickoff.htm" title="Domain Name System (DNS) is a distributed database system for managing host names and their associated Internet Protocol (IP) addresses.">Domain Name System</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |