66 lines
4.8 KiB
HTML
66 lines
4.8 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="DHCP concepts" />
|
||
|
<meta name="abstract" content="DHCP interacts with clients and works in a network." />
|
||
|
<meta name="description" content="DHCP interacts with clients and works in a network." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgkickoff.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptinteract.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptleases.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptrelayrouter.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptsupport.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptbootp.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptddns.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptoptions.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="rzakgconceptparent" />
|
||
|
<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>DHCP concepts</title>
|
||
|
</head>
|
||
|
<body id="rzakgconceptparent"><a name="rzakgconceptparent"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">DHCP concepts</h1>
|
||
|
<div><p>DHCP interacts with clients and works in a network.</p>
|
||
|
<p>DHCP provides an automated method for dynamic client configuration. Clients
|
||
|
that are DHCP enabled automatically obtain their own IP address and configuration
|
||
|
parameters from the server. This process occurs through a series of steps.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptinteract.htm">DHCP client-server interaction</a></strong><br />
|
||
|
A client gets the DHCP information from the server, and specific messages are sent between the client and the server. DHCP obtains and returns leases.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptleases.htm">Leases</a></strong><br />
|
||
|
You can find what DHCP leases are and some questions are provided for you to consider when determining the lease time for your DHCP clients.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptrelayrouter.htm">Relay agents and routers</a></strong><br />
|
||
|
You might need to use a DHCP relay agent in your network; sometimes a router is sufficient. You can use both a DHCP relay agent and a router to efficiently and securely transfer data throughout the network.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptsupport.htm">DHCP client support</a></strong><br />
|
||
|
Using DHCP, you can manage each client in your network individually, rather than managing all of the clients as a large group (subnet).</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptbootp.htm">BOOTP</a></strong><br />
|
||
|
This topic describes what BOOTP is, and gives some history about BOOTP and DHCP.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptddns.htm">Dynamic updates</a></strong><br />
|
||
|
You can use your DHCP server in conjunction with your DNS server to dynamically update the client information in the DNS when DHCP assigns the client an IP address.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rzakgconceptoptions.htm">DHCP options lookup</a></strong><br />
|
||
|
DHCP has many configuration options that can be sent to the client when they request information from the DHCP server. You can use a lookup tool that describes all of the DHCP options.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakgkickoff.htm" title="Dynamic Host Configuration Protocol (DHCP) is a TCP/IP standard that uses a central server to manage IP addresses and other configuration details for an entire network.">Dynamic Host Configuration Protocol</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|