<?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>HELM, WHM/cPanel, Windows, Linux, web hosting talk, Search Engine Optimization, PHP, ASP discussion blog &#187; DNS</title>
	<atom:link href="http://blog.webhostingdiscussion.net/tag/dns/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webhostingdiscussion.net</link>
	<description>Blog is dedicated for web hosting talk, SEO, programming issues, Databases, server administration etc.</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Host table on Linux server</title>
		<link>http://blog.webhostingdiscussion.net/webhosting/host-table-on-linux-server.htm</link>
		<comments>http://blog.webhostingdiscussion.net/webhosting/host-table-on-linux-server.htm#comments</comments>
		<pubDate>Sun, 13 Jul 2008 19:03:33 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Host Table]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=17956</guid>
		<description><![CDATA[
			
				
			
		
In the beginning, the host table was the only tool to map the host name to IP address. All Linux systems still have a host table, which is located at &#8220;/etc/hosts&#8221; file. The host table contains the IP addresses and host names. Below is the sample example of the hosts file:
$ cat /etc/hosts
# Table of [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/what-is-fsck.htm' rel='bookmark' title='Permanent Link: What is FSCK?'>What is FSCK?</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/you-must-use-the-role-management-tool-to-install-or-configure-microsoft-net-framework-3-5.htm' rel='bookmark' title='Permanent Link: You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5'>You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fwebhosting%2Fhost-table-on-linux-server.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fwebhosting%2Fhost-table-on-linux-server.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fwebhosting%2Fhost-table-on-linux-server.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In the beginning, the host table was the only tool to map the host name to IP address. All Linux systems still have a host table, which is located at &#8220;/etc/hosts&#8221; file. The host table contains the IP addresses and host names. Below is the sample example of the hosts file:</p>
<p>$ cat /etc/hosts</p>
<p># Table of IP addresses and host names</p>
<p>127.0.0.1 localhost<br />
165.2.3.5 myserver</p>
<p>All the lines in the host table have same format. Lines begin with the IP address and it followed by a list of names that map to that IP address. Using above host table when a user specifies myserver; the system will return the IP address 165.2.3.5.</p>
<p><strong>Uses of Host table:</strong></p>
<p>The host table has limited role but it is important that your server should have a host table. The host table is used when the DNS is not available for your server. The basic role of the host table is to convert the IP address to host name and vice versa. Hence, it is also used for the reverse DNS (convert IP address to host name). Now a day, most of the systems that have access to the internet rely on DNS for name to address and address to name resolution. But if you have a small network and it does not connect to internet then the host table might be enough for all your needs.</p>
<p><strong>Limitation of Host table:</strong></p>
<p>The host table is a simple text file and you can edit it easily but it is not very easy to search. The file search sequentially for ever host to address and address to host mapping. If the host table size is small then there is no problem but if the size is big then it is not reliable to use host table.</p>
<p><strong><u>Kailash Aghera</u></strong></p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/free-web-hosting.htm' rel='bookmark' title='Permanent Link: FREE Web Hosting'>FREE Web Hosting</a></li>
<li><a href='http://blog.webhostingdiscussion.net/operating-systems/what-is-fsck.htm' rel='bookmark' title='Permanent Link: What is FSCK?'>What is FSCK?</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/you-must-use-the-role-management-tool-to-install-or-configure-microsoft-net-framework-3-5.htm' rel='bookmark' title='Permanent Link: You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5'>You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/webhosting/host-table-on-linux-server.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
