<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WinHost &#124; Biju Paulose</title>
	<atom:link href="http://mshost.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mshost.wordpress.com</link>
	<description>Windows Server Hosting, IIS and Related Topics</description>
	<lastBuildDate>Sat, 26 Jul 2008 14:35:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mshost.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WinHost &#124; Biju Paulose</title>
		<link>http://mshost.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mshost.wordpress.com/osd.xml" title="WinHost &#124; Biju Paulose" />
	<atom:link rel='hub' href='http://mshost.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows Server 2008: Network Load Balancing (NLB)</title>
		<link>http://mshost.wordpress.com/2008/07/26/windows-server-2008-network-load-balancing-nlb/</link>
		<comments>http://mshost.wordpress.com/2008/07/26/windows-server-2008-network-load-balancing-nlb/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 13:02:16 +0000</pubDate>
		<dc:creator>msblogs</dc:creator>
				<category><![CDATA[Server Clustering]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[Network Load Balancing (NLB)]]></category>
		<category><![CDATA[NLB]]></category>

		<guid isPermaLink="false">http://mshost.wordpress.com/?p=9</guid>
		<description><![CDATA[As the name implies, Network Load Balancing (NLB) is a method for sharing the load on a hosted server. It is implemented by configuring a pool of machines so they take turns responding to requests. It is the technique used to configure web farms. In fact, you can use it on any scenarios where you have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=9&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">As the name implies, Network Load Balancing (NLB) is a method for sharing the load on a hosted server. It is implemented by configuring a pool of machines so they take turns responding to requests. It is the technique used to configure web farms. In fact, you can use it on any scenarios where you have TCP/IP traffic that has become too much load for a single machine, but you still want it to appear as a single machine for access purposes.</span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">How load balancing work on Windows Server?</span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">The first step is to configure/install NLB on a server. Use the following links for detailed reference:</span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;"></p>
<p style="margin-left:36pt;text-indent:-18pt;"><span class="MsoHyperlink"><span style="font-size:13pt;color:windowtext;text-decoration:none;"><span>1.<span style="font-family:'Times New Roman';">      </span></span></span></span><span style="font-size:13pt;"><a href="http://support.microsoft.com/kb/323437"><span style="color:#0000ff;">Cluster Creation Process </span></a></span></p>
<p style="margin-left:36pt;text-indent:-18pt;"><span style="font-size:13pt;"><span>2.<span style="font-family:'Times New Roman';">      </span></span></span><span style="font-size:13pt;"><a href="http://windowsitpro.com/article/articleid/49927/how-do-i-create-a-network-load-balancing-nlb-cluster-with-windows-server-2003.html"><span style="color:#0000ff;">How to create NLB Cluster [WindowsITPro article]</span></a></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;"> </span></span><span style="font-size:13pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><font face="Times New Roman"> </p>
<p></font></span></span></span></span> </p>
<p></span></span></span></p>
<p></span></span><span style="font-size:13pt;"><span style="font-family:Times New Roman;">Next you add two or more machines to a NLB Cluster. The machines are configured with 2 IP addresses:  their own private unique one, and a second one that is shared by all the machines in the cluster.  The machines all run an algorithm that determines whose turn is next at responding to requests.  They also exchange heartbeats with one another, so they all know if one server goes down and won’t allocate any more requests to him.    You can have up to 32 machines in a cluster.</span></span></p>
<p> </p>
<p> </p>
<p> </p>
<p><strong><span style="font-size:13pt;"><span style="font-family:Times New Roman;">Advantages</span></span></strong></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">The Network Load Balancing (NLB) service enhances the availability and scalability of Internet server applications such as those used on Web, FTP, firewall, proxy, VPN, and other mission-critical servers. A single computer running Windows can provide a limited level of server reliability and scalable performance. However, by combining the resources of two or more computers running one of the products in the Windows Server 2003 family into a single cluster, Network Load Balancing can deliver the reliability and performance that Web servers and other mission-critical servers need. </span></span></p>
<p style="margin-left:36pt;text-indent:-18pt;"><span style="font-size:13pt;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';">        </span></span></span><span style="font-size:13pt;"><span style="font-family:Times New Roman;">For detailed reading on the cluster server configuration, check out the resource mentioned in my earlier blog – </span><a href="http://msblogs.wordpress.com/2008/07/07/basics-of-windows-server-clustering-and-load-balancing/"><span style="color:#0000ff;font-family:Times New Roman;">Cluster Server Basics</span></a></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">Reference: Technet and MSDN</span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mshost.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mshost.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mshost.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mshost.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mshost.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=9&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mshost.wordpress.com/2008/07/26/windows-server-2008-network-load-balancing-nlb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5afe637220689ad3cb6ce9833152d23b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">msblogs</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft ISA Server 2006</title>
		<link>http://mshost.wordpress.com/2008/07/13/microsoft-isa-server-2006/</link>
		<comments>http://mshost.wordpress.com/2008/07/13/microsoft-isa-server-2006/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 18:01:43 +0000</pubDate>
		<dc:creator>msblogs</dc:creator>
				<category><![CDATA[Windows Server Security]]></category>
		<category><![CDATA[Internet Security and Acceleration Server]]></category>
		<category><![CDATA[Microsoft ISA Server 2006]]></category>
		<category><![CDATA[Web Farm Firewall]]></category>

		<guid isPermaLink="false">http://mshost.wordpress.com/?p=5</guid>
		<description><![CDATA[Microsoft Internet Security and Acceleration (ISA) Server Hosting considerations of all enterprises would definitely include the thoughts about how to expose the hosted system from internet and intranet world. There are numerous solutions available in the market. Let me talk about one such solution from Microsoft &#8211; ISA Server. ISA Server 2006 is an integrated edge security [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=5&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;"><strong>Microsoft Internet Security and Acceleration (ISA) Server</strong></span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">Hosting considerations of all enterprises would definitely include the thoughts about how to expose the hosted system from internet and intranet world. There are numerous solutions available in the market. Let me talk about one such solution from Microsoft &#8211; ISA Server.</span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">ISA Server 2006 is an integrated edge security gateway that helps protect IT environments from Internet-based threats while providing users fast and secure remote access to applications and data. </span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">Microsoft ISA server can provide value in the following scenarios</span></span></p>
<p class="MsoNormal" style="text-indent:-18pt;margin:0 0 0 36pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><span>1.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:13pt;">Securely Publish Content for Remote Access</span></span></p>
<p class="MsoNormal" style="text-indent:-18pt;margin:0 0 0 36pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><span>2.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:13pt;">Connect and Secure Branch Offices</span></span></p>
<p class="MsoNormal" style="text-indent:-18pt;margin:0 0 0 36pt;"><span style="font-family:Times New Roman;"><span style="font-size:13pt;"><span>3.<span style="font:7pt &quot;">      </span></span></span><span style="font-size:13pt;">Defend Against External and Internal Web-Based Threats</span></span></p>
<p><span style="font-size:13pt;"><span style="font-family:Times New Roman;">For more reading follow this </span><a href="http://www.microsoft.com/isaserver/prodinfo/overview.mspx"><span style="font-family:Times New Roman;">link</span></a></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mshost.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mshost.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mshost.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mshost.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mshost.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=5&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mshost.wordpress.com/2008/07/13/microsoft-isa-server-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5afe637220689ad3cb6ce9833152d23b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">msblogs</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Server Clustering</title>
		<link>http://mshost.wordpress.com/2008/07/13/windows-server-clustering/</link>
		<comments>http://mshost.wordpress.com/2008/07/13/windows-server-clustering/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 17:10:13 +0000</pubDate>
		<dc:creator>msblogs</dc:creator>
				<category><![CDATA[Server Clustering]]></category>
		<category><![CDATA[Cluster Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server Clustering]]></category>

		<guid isPermaLink="false">http://mshost.wordpress.com/?p=3</guid>
		<description><![CDATA[This technet resource (click here) is good place for beginners to understand the basics of windows server clustering. It covers the clustering architecture and explains how this configuration works to provide availability, failover, scalability etc.   Happy reading !<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=3&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:13pt;font-family:Calibri;" lang="EN">This technet resource (<a href="http://technet2.microsoft.com/windowsserver/en/library/fb47602c-5d03-42aa-a1f1-eaee8406a1b51033.mspx?mfr=true">click here</a>) is good place for beginners to understand the basics of windows server clustering. It covers the clustering architecture and explains how this configuration works to provide availability, failover, scalability etc.</span><span style="font-size:13pt;" lang="EN"></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:13pt;font-family:Calibri;" lang="EN"> </span><span style="font-size:13pt;" lang="EN"></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:13pt;font-family:Calibri;" lang="EN">Happy reading !</span><span style="font-size:13pt;" lang="EN"></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mshost.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mshost.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mshost.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mshost.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mshost.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=3&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mshost.wordpress.com/2008/07/13/windows-server-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5afe637220689ad3cb6ce9833152d23b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">msblogs</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello Hosting!</title>
		<link>http://mshost.wordpress.com/2008/07/13/hello-world/</link>
		<comments>http://mshost.wordpress.com/2008/07/13/hello-world/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 16:16:13 +0000</pubDate>
		<dc:creator>msblogs</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[First blog coming soon&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=1&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First blog coming soon&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mshost.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mshost.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mshost.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mshost.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mshost.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mshost.wordpress.com&amp;blog=4214974&amp;post=1&amp;subd=mshost&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mshost.wordpress.com/2008/07/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5afe637220689ad3cb6ce9833152d23b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">msblogs</media:title>
		</media:content>
	</item>
	</channel>
</rss>
