<?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"
	>

<channel>
	<title>Online Guide To IT Infrastructure Design</title>
	<atom:link href="http://www.infrastructuredesigntoday.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infrastructuredesigntoday.com</link>
	<description>Information Infrastructure Design</description>
	<pubDate>Sat, 19 Jul 2008 17:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Linux Tape Backup Software</title>
		<link>http://www.infrastructuredesigntoday.com/linux-tape-backup-software/</link>
		<comments>http://www.infrastructuredesigntoday.com/linux-tape-backup-software/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:33:21 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[linux tape backup software]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/linux-tape-backup-software/</guid>
		<description><![CDATA[This article discusses linux tape backup software. Linux is a great operating system though I remember about seven years when  many system architects and their short sighted companies would not implement a linux solution. These days companies cannot get enough linux based systems and the growth of Redhat and other similar companies has been [...]]]></description>
			<content:encoded><![CDATA[<p>This article discusses linux tape backup software. Linux is a great operating system though I remember about seven years when <span id="more-12"></span> many system architects and their short sighted companies would not implement a linux solution. These days companies cannot get enough linux based systems and the growth of Redhat and other similar companies has been phenomenal. I digress lets get back to the linux tape backup solutions.</p>
<p>Tape backup has been used since before hard disk backup and the technology is both stable and reliable though not as quick as a direct backup. Two of the main tape backup solutions fro linux are Amanda and Bacula. These are described in a nutshell as follows:</p>
<p class ="alert">Amanda is a backup system that allows the administrator of a LAN to set up a  single master backup server to back up multiple hosts to a single large capacity tape drive. AMANDA uses native dump and/or GNU tar facilities and can back up a large number of workstations     running multiple versions of Unix. </p>
<p class ="alert">Bacula is a set of computer programs that permit you      (or the system administrator) to manage backup, recovery,      and verification of computer data across a network of      computers of different kinds.</p>
<p>Either solution will work to backup and restore your data. In the end which solution you go for depends very much on your particular requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/linux-tape-backup-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Do You Read An IP Address?</title>
		<link>http://www.infrastructuredesigntoday.com/how-do-you-read-an-ip-address/</link>
		<comments>http://www.infrastructuredesigntoday.com/how-do-you-read-an-ip-address/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:18:10 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[Networking Fundamentals]]></category>

		<category><![CDATA[ip address]]></category>

		<category><![CDATA[ip addressing]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/?p=11</guid>
		<description><![CDATA[This short article outlines how to read an ip address. All computer who are connected to the internet have an IP Address. For example the following is the IP Address of   www.amazon.com:
72.21.206.5
In the case of this Amazon IP address it is actually a virtual ip address as it hides the multitude of servers [...]]]></description>
			<content:encoded><![CDATA[<p>This short article outlines how to read an ip address. All computer who are connected to the internet have an IP Address. For example the following is the IP Address of  <span id="more-11"></span> www.amazon.com:<br />
<strong>72.21.206.5</strong><br />
In the case of this Amazon IP address it is actually a virtual ip address as it hides the multitude of servers that Amazon use to respond to web page requests. But for our purposes we only want to know how to read the address.</p>
<h3>IP Address in Decimal And Binary Notation</h3>
<p>The above IP address is expressed in decimal or &quot;dotted&quot; form. A computer will actually use the binary form of the address which for this address is:<br />
<strong>01001000.00010101.11001110.00000101</strong><br />
The four numbers that you see in an IP address are called octets. This is because they each have eight numbers or positions when expressed in binary form.</p>
<p>In total an IP address in binary form has 32 numbers each of which can take the value 0 or 1.</p>
<p>For each octet the total number of different combinations is 2 to the power of 8 or 255 values. So each octet can contain the values 0 up to 255.</p>
<p>For example the address 255.255.255.255 is used for network broadcasts.</p>
<p>In order to become an expert in reading IP addresses you really need to understand binary to decimal conversion. This will be covered in a later post. In the meantime knowing the different types of Ip address class will certainly help.</p>
<h3>IP Address Classes</h3>
<p>There are different classes of IP address. The IP address is seen as having two parts - a part used to identify the network and a part used to identify the host or computer on that network. In the examples below the n stands for network bit and the h stands for host bit.</p>
<p class="alert"><strong>Class A - 0nnnnnnn.hhhhhhhh.hhhhhhhh.hhhhhhhh</strong> ,<br />
first bit is 0, 7 network bits, 24 host bits. In this case there can be 126 networks and each network can contain up approx 17 million hosts. So you can see that this class is used for large networks.</p>
<p class="alert"><strong>Class B - 10nnnnnn.nnnnnnnn.hhhhhhhh.hhhhhhhh</strong> ,<br />
first two bits 10, 14 network bits, 16 host bits. Each B class can have 65,532 hosts. In this case there can be 16,384 networks and approx 65,000 hosts per network. This class is used for medium sized networks.</p>
<p class="alert"><strong>Class C - 110nnnnn nnnnnnnn nnnnnnnn hhhhhhhh</strong> , first three bits 110, 21 network bits, 8 host bits. This is typically used for LANs (local area networks). Each C class can have 254 hosts</p>
<p class="alert"><strong>Class D - 1110mmmm.mmmmmmmm.mmmmmmmm.mmmmmmmm</strong> , first four bits 1110, 28 multicast bits. These are multicast addresses.</p>
<p class="alert"><strong>Class E - 1111rrrr.eeeeeeee.eeeeeeee.eeeeeeee</strong> , first four bits 1111, 28 reserved bits. This class is reserved for experimental use.</p>
<p class="alert">I hope that this article has helped you, at least to some extent, learn how to read  ip addresses.</p>
<p class="alert">
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/how-do-you-read-an-ip-address/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Do You Need A Web Server?</title>
		<link>http://www.infrastructuredesigntoday.com/why-do-you-need-a-web-server/</link>
		<comments>http://www.infrastructuredesigntoday.com/why-do-you-need-a-web-server/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 21:56:37 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[web servers]]></category>

		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/why-do-you-need-a-web-server/</guid>
		<description><![CDATA[This is a basic overview of why you might need a web server. All websites use web servers. The name comes from the fact that the the server actually servers web pages just like this one! So lets take this page as an example of   a page served by a web server.
In order [...]]]></description>
			<content:encoded><![CDATA[<p>This is a basic overview of why you might need a web server. All websites use web servers. The name comes from the fact that the the server actually servers web pages just like this one! So lets take this page as an example of  <span id="more-10"></span> a page served by a web server.</p>
<p>In order to reach this page you searched for the term &quot;why do you need a web server&quot; in Google or Yahoo or MSN. When you clicked the google page result with the name of this page a request went to a server in this websites datacenter. The web server (in this case Apache) is listening for these requests - yours included. When it receives a request it looks to see if the page that you requested is available and of course it is as you are looking at it :-). So it sends the page back to your browser.</p>
<p>So from this websites perspective we need a web server in order to be able to respond to requests for web pages. The web server is the point of entry to the website and any backend systems that it might interface with. A database is a good example of a backend system. This site uses Worpress which in turn uses a MYSQL database. So when our web server received your page request it first retrieved the page information from the database and then displayed it to you.</p>
<p>In a nutshell the web server is the<span style="font-family: Verdana,Arial,Helvetica,sans-serif;"> software that &quot;serves&quot; the website pages to your browser. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/why-do-you-need-a-web-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Three Key Factors In Infrastructure Design</title>
		<link>http://www.infrastructuredesigntoday.com/three-key-factors-in-infrastructure-design/</link>
		<comments>http://www.infrastructuredesigntoday.com/three-key-factors-in-infrastructure-design/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 08:01:20 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[Infrastructure Architecture]]></category>

		<category><![CDATA[high availability]]></category>

		<category><![CDATA[infrastructure design]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[scalability]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/three-key-factors-in-infrastructure-design/</guid>
		<description><![CDATA[An my experience as an Infrastructure Architect I have identified three key factors or attributes which all high performing mission critical systems must have in order to be seen to be designed correctly.   These are:

 scalablity
 high availability
performance

All other factors such as fault tolerence, resilience etc can be captured under the above three [...]]]></description>
			<content:encoded><![CDATA[<p>An my experience as an Infrastructure Architect I have identified three key factors or attributes which all high performing mission critical systems must have in order to be seen to be designed correctly.  <span id="more-9"></span> These are:</p>
<ol>
<li> scalablity</li>
<li> high availability</li>
<li>performance</li>
</ol>
<p>All other factors such as fault tolerence, resilience etc can be captured under the above three factors. And technologogies such as <a href="http://www.serverloadbalancing.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.serverloadbalancing.org');">server load balancing</a> and clustering can fit under the high availability factor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/three-key-factors-in-infrastructure-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Storage Area Network Definition</title>
		<link>http://www.infrastructuredesigntoday.com/storage-area-network-definition/</link>
		<comments>http://www.infrastructuredesigntoday.com/storage-area-network-definition/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:06:38 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[SAN]]></category>

		<category><![CDATA[storage area network]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/storage-area-network-definition/</guid>
		<description><![CDATA[This post provides a definition and overview of what a Storage Area Network or SAN is. The basic idea behind a SAN is to provide high performacne access  to enterprise data using specialised hardware and software.
A typical SAN configuration contains a combination of disk arrays, special SAN switches and special software. A SAN is [...]]]></description>
			<content:encoded><![CDATA[<p>This post provides a definition and overview of what a Storage Area Network or SAN is. The basic idea behind a SAN is to provide high performacne access <span id="more-8"></span> to enterprise data using specialised hardware and software.</p>
<p>A typical SAN configuration contains a combination of disk arrays, special SAN switches and special software. A SAN is a dedicated network of data storage devices that is intended to provide high availabability, high performance and data redundancy. It achieves this through combining a number of hardware technologies and assocaited software.</p>
<p class="alert">SINA - the Storage Network Industry Association defines a SAN as:<br />
&quot;a network whose primary purpose is the transfer of data between computer systems and storage elements&quot;</p>
<p>I would extend this definition to include the data stroage elements such as the disk arrays as they really are part of the overall SAN solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/storage-area-network-definition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Is Information Infrastructure Design?</title>
		<link>http://www.infrastructuredesigntoday.com/what-is-infrastructure-design/</link>
		<comments>http://www.infrastructuredesigntoday.com/what-is-infrastructure-design/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 13:07:57 +0000</pubDate>
		<dc:creator>tony1kenobi</dc:creator>
		
		<category><![CDATA[Infrastructure Architecture]]></category>

		<guid isPermaLink="false">http://www.infrastructuredesigntoday.com/?p=3</guid>
		<description><![CDATA[In this post I will provide a working outline of what Information Infrastructure Design is, but first let me clarify some terminology.   I personally don&#8217;t see any difference between the words architecture and design! I see both words as interchangeable so will either or both liberally in the blog  
Information Infrastructure Design [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I will provide a working outline of what Information Infrastructure Design is, but first let me clarify some terminology.  <span id="more-3"></span> I personally don&#8217;t see any difference between the words architecture and design! I see both words as interchangeable so will either or both liberally in the blog <img src='http://www.infrastructuredesigntoday.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Information Infrastructure Design is the design of infrastructure for information systems such as websites. A good way to look at information  infrastructure design is to look at what the components of a typical infrastructure are. So in no particular order lets list some of them:</p>
<ul>
<li>a storage area network or SAN</li>
<li>network attached storage or NAS</li>
<li>network hubs, routers and switches</li>
<li>application servers</li>
<li>web servers</li>
<li>backup servers</li>
<li>tape backup devices</li>
</ul>
<p>So in designing an infrastructure we are really taking all of the above components and orchestrating them so that we can provides the services that we want to provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infrastructuredesigntoday.com/what-is-infrastructure-design/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
