<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How Website Hosting Works (in Plain English)</title>
	<atom:link href="http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/</link>
	<description>Technology for creatives</description>
	<pubDate>Fri, 05 Sep 2008 20:19:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: colin hunter</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30115</link>
		<dc:creator>colin hunter</dc:creator>
		<pubDate>Tue, 01 Apr 2008 00:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30115</guid>
		<description>@brett - good question maybe, but great answer! I didn't even think about mail servers....</description>
		<content:encoded><![CDATA[<p>@brett - good question maybe, but great answer! I didn&#8217;t even think about mail servers&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Derricott</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30109</link>
		<dc:creator>Brett Derricott</dc:creator>
		<pubDate>Mon, 24 Mar 2008 15:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30109</guid>
		<description>@Colin: Great question! The role of DNS is, as you've stated, to translate domain names (like mydomain.com) into the IP addresses that are actually used by computers and networking equipment. If we did away with DNS and just used IP addresses for everything, there are a few things we'd sacrifice.

1. DNS also keeps track of mail servers for a given domain. It's essentially a way of saying, "here is the address of the server that handles the mail for our domain."

2. Multiple websites are often hosted on one IP address. The domain name is what tells the server which website the user wants to view. If we only used IP addresses, we'd be limited to just one website per IP address.

3. Obviously we'd also lose our minds if we had to keep track of the IP address for every website we frequently visit!

Does that answer your question, Colin?</description>
		<content:encoded><![CDATA[<p>@Colin: Great question! The role of DNS is, as you&#8217;ve stated, to translate domain names (like mydomain.com) into the IP addresses that are actually used by computers and networking equipment. If we did away with DNS and just used IP addresses for everything, there are a few things we&#8217;d sacrifice.</p>
<p>1. DNS also keeps track of mail servers for a given domain. It&#8217;s essentially a way of saying, &#8220;here is the address of the server that handles the mail for our domain.&#8221;</p>
<p>2. Multiple websites are often hosted on one IP address. The domain name is what tells the server which website the user wants to view. If we only used IP addresses, we&#8217;d be limited to just one website per IP address.</p>
<p>3. Obviously we&#8217;d also lose our minds if we had to keep track of the IP address for every website we frequently visit!</p>
<p>Does that answer your question, Colin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colin hunter</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30106</link>
		<dc:creator>colin hunter</dc:creator>
		<pubDate>Sun, 23 Mar 2008 23:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-30106</guid>
		<description>If websites only used IP addresses (e.g., instead of agencybyte.com users would type 70.87.126.226 in the URL bar on their browsers), would DNS services or functionality be required? Is DNS simply a liaison between the IP address and a domain name for better usability? Or is it an integral segment of the backend architecture?</description>
		<content:encoded><![CDATA[<p>If websites only used IP addresses (e.g., instead of agencybyte.com users would type 70.87.126.226 in the URL bar on their browsers), would DNS services or functionality be required? Is DNS simply a liaison between the IP address and a domain name for better usability? Or is it an integral segment of the backend architecture?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Derricott</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-18087</link>
		<dc:creator>Brett Derricott</dc:creator>
		<pubDate>Wed, 12 Dec 2007 16:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-18087</guid>
		<description>@Gene: To host your own website(s) does require a computer with software called a "web server" installed. On computers running Microsoft Windows, the web server software is called IIS. On a Linux-based computer people commonly use Apache. One of the most important factors in hosting your own website on a server like this is a reliable and fast Internet connection. How reliable and how fast are dictated by how much traffic your website will receive. Also, this server must be configured to accept incoming connections. If there is a firewall blocking access to this computer, the outside world will never be able to view your website.

This is a pretty brief and high-level response but hopefully this helps! If not, feel free to ask another question. Good luck!</description>
		<content:encoded><![CDATA[<p>@Gene: To host your own website(s) does require a computer with software called a &#8220;web server&#8221; installed. On computers running Microsoft Windows, the web server software is called IIS. On a Linux-based computer people commonly use Apache. One of the most important factors in hosting your own website on a server like this is a reliable and fast Internet connection. How reliable and how fast are dictated by how much traffic your website will receive. Also, this server must be configured to accept incoming connections. If there is a firewall blocking access to this computer, the outside world will never be able to view your website.</p>
<p>This is a pretty brief and high-level response but hopefully this helps! If not, feel free to ask another question. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Orrico</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-18067</link>
		<dc:creator>Gene Orrico</dc:creator>
		<pubDate>Wed, 12 Dec 2007 10:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-18067</guid>
		<description>I've noticed that many entities have their own servers and 
host their own websites.   Is this an extra computer dedicated
as a server w/server software and a seperate domain name?
Have I got it right?   What is necessary to host one's own web?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that many entities have their own servers and<br />
host their own websites.   Is this an extra computer dedicated<br />
as a server w/server software and a seperate domain name?<br />
Have I got it right?   What is necessary to host one&#8217;s own web?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agency Byte &#187; Blog Archive &#187; Building a Website is Like Building a House</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-8855</link>
		<dc:creator>Agency Byte &#187; Blog Archive &#187; Building a Website is Like Building a House</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-8855</guid>
		<description>[...] You&#8217;ll need to purchase a lot or a tract of ground before you can build a custom home. Likewise, on the Web you&#8217;ll need a domain name (the address of the website) and a hosting server (the physical location where your website files will reside) in order to make your website available for the world to visit. [...]</description>
		<content:encoded><![CDATA[<p>[...] You&#8217;ll need to purchase a lot or a tract of ground before you can build a custom home. Likewise, on the Web you&#8217;ll need a domain name (the address of the website) and a hosting server (the physical location where your website files will reside) in order to make your website available for the world to visit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agency Byte &#187; Blog Archive &#187; Building a Website is Like Building a House</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-8854</link>
		<dc:creator>Agency Byte &#187; Blog Archive &#187; Building a Website is Like Building a House</dc:creator>
		<pubDate>Mon, 23 Jul 2007 21:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-8854</guid>
		<description>[...] You&#8217;ll need to purchase a lot or a tract of ground before you can build a custom home. Likewise, on the Web you&#8217;ll need a domain name (the address of the website) and a hosting server (the physical location where your website files will reside) in order to make your website available for the world to visit. [...]</description>
		<content:encoded><![CDATA[<p>[...] You&#8217;ll need to purchase a lot or a tract of ground before you can build a custom home. Likewise, on the Web you&#8217;ll need a domain name (the address of the website) and a hosting server (the physical location where your website files will reside) in order to make your website available for the world to visit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Derricott</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1439</link>
		<dc:creator>Brett Derricott</dc:creator>
		<pubDate>Sun, 18 Feb 2007 23:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1439</guid>
		<description>@Rachel: Thanks. Without doing this stuff day-in and day-out I think it's tough to keep all of the pieces straight. Glad to know this helped a bit.</description>
		<content:encoded><![CDATA[<p>@Rachel: Thanks. Without doing this stuff day-in and day-out I think it&#8217;s tough to keep all of the pieces straight. Glad to know this helped a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1438</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Sun, 18 Feb 2007 23:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1438</guid>
		<description>I always get confused with this stuff, but this is a really nice explanation, thank you!</description>
		<content:encoded><![CDATA[<p>I always get confused with this stuff, but this is a really nice explanation, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Rutter</title>
		<link>http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1403</link>
		<dc:creator>Jake Rutter</dc:creator>
		<pubDate>Sat, 17 Feb 2007 13:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.agencybyte.com/2007/02/16/how-website-hosting-works-in-plain-english/#comment-1403</guid>
		<description>Nice Write-Up!</description>
		<content:encoded><![CDATA[<p>Nice Write-Up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
