<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networking Reviews</title>
	<atom:link href="https://www.networkingreviews.com/tag/what-is-dhcp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.networkingreviews.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Aug 2008 10:28:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>What is DHCP &#8211; Simple Description</title>
		<link>https://www.networkingreviews.com/what-is-dhcp-simple-description/</link>
					<comments>https://www.networkingreviews.com/what-is-dhcp-simple-description/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Fri, 29 Aug 2008 10:28:33 +0000</pubDate>
				<category><![CDATA[Usefull Network Info]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dhcp cisco]]></category>
		<category><![CDATA[dhcp client]]></category>
		<category><![CDATA[dhcp server]]></category>
		<category><![CDATA[dhcp windows]]></category>
		<category><![CDATA[what is dhcp]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/?p=190</guid>

					<description><![CDATA[DHCP Stands for Dynamic Host Configuration Protocol. It is one of the most useful protocols used to enable IP communication between Networked devices (Computers, Servers, Routers, etc). As we know, in order for two networked devices to communicate, it is absolutely necessary that they have an IP address assigned on their Network Interface Card (NIC). A [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>DHCP</strong> Stands for <strong>Dynamic Host Configuration Protocol</strong>. It is one of the most useful protocols used to enable IP communication between Networked devices (Computers, Servers, Routers, etc).</p>
<p>As we know, in order for two networked devices to communicate, it is absolutely necessary that they have an IP address assigned on their Network Interface Card (NIC). A network administrator can either assign manually a static IP address for each device, or have the address assigned dynamically. Now, imagine a network with thousands of network devices (PCs, Laptops, Network Printers etc). It would have been a daunting task for the Admin to manually configure an IP address for each device and keep track of them all. Fortunately, DHCP provides a way to dynamically assign IP addresses from a DHCP Server to DHCP clients. The diagram below shows a simple DHCP network.<br />
 </p>
<p style="TEXT-ALIGN: center"> <img fetchpriority="high" decoding="async" class="aligncenter" title="dhcp server and clients on lan network" src="/images/dhcp-server-client.jpg" alt="" width="450" height="300" /></p>
<p>Here is a plain English DHCP “conversation” between the DHCP clients and the server:</p>
<p><span style="text-decoration: underline;">DHCP Client</span>: I don’t have an IP address assigned. Is there a DHCP server on the LAN Network ?<br />
<span style="text-decoration: underline;">DHCP Server</span>: Yes, Here I am.<br />
<span style="text-decoration: underline;">DHCP Client</span>: I need an IP address. Can you provide me one, together with the IP addresses for my Gateway and DNS servers?<br />
<span style="text-decoration: underline;">DHCP Server</span>: Sure, you can take IP address 10.1.1.1 for 3600 seconds. Your Gateway address is 10.1.1.254 and your DNS address is 10.1.1.200.<br />
<span style="text-decoration: underline;">DHCP Client</span>: Thanks</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/what-is-dhcp-simple-description/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
