<?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>excITingIP.com &#187; DHCP</title>
	<atom:link href="http://www.excitingip.com/tag/dhcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excitingip.com</link>
	<description>How innovative IT Network infrastructure makes IP excITing!</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What are: DNS, DHCP, IP Addresses and Subnet Mask</title>
		<link>http://www.excitingip.com/361/what-are-dns-dhcp-ip-addresses-and-subnet-mask/</link>
		<comments>http://www.excitingip.com/361/what-are-dns-dhcp-ip-addresses-and-subnet-mask/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:39:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Active N/w Components]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[Subnet mask]]></category>

		<guid isPermaLink="false">http://www.excitingip.com/361/what-are-dns-dhcp-ip-addresses-and-subnet-mask/</guid>
		<description><![CDATA[This article gives an introduction to DNS and DHCP - what they are and why you need them. There is also a small explanation on what is an IP Address and what is a subnet mask.]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">This article gives an introduction to DNS and DHCP &#8211; what they are and why you need them. There is also a small explanation on what is an IP Address and what is a subnet mask.</p>
<p><strong>DNS &#8211; Domain Name System</strong></p>
<p>DNS is a hierarchical representation of all the IT devices and their sub-domains of a company network. So, in case you see an address like mail.subdomain.company.com, you can easily recognize the name of the system(mail), name of the sub-domain(sub-domain), name of the company(company) and the name of the primary domain(.com). This becomes easy to maintain a database of all the IT systems of an organization as each device is referred by a name and there is an appropriate sub-domain for locating them. It also becomes easier for various devices operating on the network to advertise and find each other&#8217;s location. More importantly, a DNS Server converts the IP addresses in to domain level names and vice versa so that the user wanting to access a certain service in the network needs to remember the easily remember-able domain name than individual IP address. Software&#8217;s like Microsoft&#8217;s Active Directory, Unix/Linux based BIND and certain appliances with built-in DNS/DHCP servers can provide the DNS service in a network, to name a few.</p>
<p><strong>DHCP &#8211; Dynamic Host Control Protocol</strong></p>
<p>A DHCP server automatically assigns the IP addresses for a device. Any device, before communicating with any other device in the network needs an IP address. These IP addresses are given to the devices dynamically by a DHCP server (which ought to be within a certain range and the range needs to be specified). The IP addresses assigned this way are not permanent &#8211; they are actually leased for a certain time to the devices. The next time, the same device may get the same IP address or a different one. One advantage of having a DHCP to assign IP addresses is, it will monitor and ensure that same IP address is not assigned twice in a network.  Normally, there is a range of addresses within which the DHCP server will assign to the nodes. But certain applications(and the devices that host them) that require static addresses can be excluded by specifying their static IP address to the DHCP server during the configuration. A default gateway (explained below) and the parent domain name of the company also need to be specified.</p>
<p>There are three more things that need to be explained while we are on the topic of DNS and DHCP servers. They are: IP addresses, Subnet mask and Default gateway.</p>
<p><strong>IP addresses: </strong>IP addresses are the ID given to network devices to identify them on the network and to enable different devices to interact with each other. Unlike the physical addresses (MAC address) which is a permanent address set by the manufacturer, the IP addresses are either configured manually (static IP address) or they are configured by a DHCP server, automatically. The IP addresses assigned to the clients can and does change every time the device boots up. There are two type of IP addresses &#8211; Private IP address, which is a range of IP address that can be given to network devices of a company (which is also used only within the company) and Public IP address, which are used in Internet for identifying websites or publicly connected servers etc. These public IP addresses are permanent and can be accessed from anywhere on the internet. There are addressing schemes which take care of the length, no. of bytes occupied by them etc. and the latest naming convention is <a href="http://www.excitingip.com/209/what-is-ipv6-what-are-its-conventions-features-and-advantages/" target="_blank">IPv6 and you can read about it in detail, in this link. </a></p>
<p><strong>Subnet Mask</strong>: A subnet mask basically gives information on network and host portion of the address. It also helps to identify which part of IP address is reserved for the network and which part is available for host use. In short, it also enables to calculate if two IP addresses are in the same subnet or not. A network address (subnet) of a host can be determined by knowing the IP address and its subnet mask. The range of IP addresses possible on the network and the broadcast address of that network can also be identified.</p>
<p>One important application of a subnet mask is to identify if the host is in the same network as the device. If it is, then the device sends a ARP request to determine the MAC address of the system to communicate with it in the data link layer. If the host is in a remote network, Then the network device routes the packet to a gateway in it&#8217;s routing table that is set to handle the network.</p>
<p>A default gateway is a network setting on a computer that specifies the IP address of the computer / router that network traffic should be sent to, when the traffic is not on the same subnet as the sending computer.</p>
<p><strong>excITingIP.com</strong></p>
<p style="text-align: justify;">In case you have any questions, you could get in touch with us using the <a href="http://www.excitingip.com/contact-form" target="_blank">contact form</a> or you can leave a comment below. You could also participate in the discussions in the <a href="http://www.excitingip.com/forum/" target="_blank">Forum.</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.excitingip.com/361/what-are-dns-dhcp-ip-addresses-and-subnet-mask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
