<?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>Illuminati Karate, Inc. &#187; dns</title>
	<atom:link href="http://illuminatikarate.com/blog/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://illuminatikarate.com</link>
	<description>creative web design, development and marketing</description>
	<lastBuildDate>Wed, 16 May 2012 23:38:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Introduction to the DNS and Nameservers</title>
		<link>http://illuminatikarate.com/blog/introduction-to-the-dns-and-nameservers/</link>
		<comments>http://illuminatikarate.com/blog/introduction-to-the-dns-and-nameservers/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 01:37:17 +0000</pubDate>
		<dc:creator>George Huger</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[nameservers]]></category>

		<guid isPermaLink="false">http://illuminatikarate.com/blog/?p=149</guid>
		<description><![CDATA[When you get ready to change web hosting companies or launch a new website, you may be asked to change your DNS settings to use the new host&#8217;s nameservers. Its a simple thing to do, but we thought you&#8217;d like to know what that means. The following is a [...]]]></description>
			<content:encoded><![CDATA[<p>When you get ready to change web hosting companies or launch a new website, you may be asked to change your DNS settings to use the new host&#8217;s nameservers. Its a simple thing to do, but we thought you&#8217;d like to know what that means. </p>
<p>The following is a crash course on the Domain Name System, or DNS, which will help answer some of those questions. Its intended for those unfamiliar with the concepts, and does not contain any code.</p>
<p><span id="more-149"></span><br />
<h4>What is DNS?</h4>
<p>When you type www.google.com into your browser, your computer is connecting to another computer via the internet, in this case a Google server, and downloading the Google website for you to view. But of the millions of computers connected to the internet how did your computer know which one is Google&#8217;s? This is where the Domain Name System comes into play. </p>
<p>Computers connected to the internet identify themselves by an IP address, which consists of 4 numbers ranging from 0 to 255, called octects, joined by periods. For example, the server which hosts illuminatikarate.com&#8217;s IP address is 67.19.177.157. Your computer also has an IP address, which you can find by going to <a href="http://www.whatismyip.com/">this website</a>. In fact, you could use this address: <a href="http://64.233.187.99/">http://64.233.187.99/</a> instead of Google.com if you wanted.</p>
<p>So at its most basic, DNS is a list which matches domain names like google.com and illuminatikarate.com to IP addresses like 64.233.187.99 and 67.19.177.157. Furthermore, this list is collaborative, and the owner of each domain is responsible for contributing their entry to the list. </p>
<p>In order for your website to be reachable, you need to maintain your DNS entry which links your domain to its server&#8217;s IP address. This is done through a <strong>nameserver</strong> (usually two nameservers are specified for each domain, which is why you most often hear them referred to in plural). Your web host will let you use their nameservers so you don&#8217;t have to maintain your own.</p>
<p>Although there are over 25 types of DNS record types, and most are fairly esoteric, there are a few which you should be familiar with.</p>
<h4>Nameserver Record (NS Record)</h4>
<p>Nameserver records, or NS Records, are tell the requesting computer where to look for your DNS information. Its essentially passing the request down the chain. If you host with Illuminati Karate, these will be ns1.illkd.com and ns2.illkd.com.</p>
<p class="note"><strong>Note:</strong> An NS record will direct all traffic types (e.g. web, email, and FTP) to the same address. If you want to send different traffic types to different servers, you&#8217;ll need to use A and MX records instead, which are explained below.</p>
<h4>Address Record (A Record)</h4>
<p>An &#8220;A record&#8221; maps a domain or subdomain&#8217;s web traffic to an IP address, while leaving its email alone. Using A records you can route<br />
www.mysite.com and test.mysite.com to completely different servers.</p>
<h4>Mail Exchange Record (MX Record)</h4>
<p>The MX record routes email while leaving other traffic alone, and is commonly used when hosting email with a 3rd party, such as a hosted Exchange server or Google Apps.</p>
<h4>Canonical name record &#8211; CNAME Record</h4>
<p>A CNAME record is used to redirect the request to another domain name. For example, if you moved your site from www.site1.com to www.site2.com you could use a CNAME record to send anyone going to site1.com to site2.com. </p>
<p class="note"><strong>Note:</strong> Using CNAME records for domain redirection isn&#8217;t recommended for SEO purposes, although the reasoning is beyond the scope of this article. If you find yourself in such a position, drop us a line and we&#8217;ll set up an <a href="http://illuminatikarate.com/web-services/search-engine-optimization/">SEO consultation</a>.</p>
<h4>Conclusion</h4>
<p>Although its concept is simple, the DNS is quite powerful. For example, a large website like Google doesn&#8217;t reside on a single computer, or even in a single location. It takes hundreds of thousands of computers to handle the <a href="http://www.thepicky.com/internet/google-share-of-search-at-72-percent-of-all-searches/">235 million queries</a> a day performed on Google, but we all want to interact with Google.com. DNS allows us to do so, by providing this abstraction while allowing the website to perform its complex routing.</p>
]]></content:encoded>
			<wfw:commentRss>http://illuminatikarate.com/blog/introduction-to-the-dns-and-nameservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

