<?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>Network Virtualization Blog</title>
	<atom:link href="http://banerjea.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://banerjea.wordpress.com</link>
	<description>by Anindo Banerjea</description>
	<lastBuildDate>Thu, 13 Nov 2008 19:24:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='banerjea.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Network Virtualization Blog</title>
		<link>http://banerjea.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://banerjea.wordpress.com/osd.xml" title="Network Virtualization Blog" />
	<atom:link rel='hub' href='http://banerjea.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How traffic routes between VMs on ESX hosts</title>
		<link>http://banerjea.wordpress.com/2008/11/13/how-traffic-routes-between-vms-on-esx-hosts/</link>
		<comments>http://banerjea.wordpress.com/2008/11/13/how-traffic-routes-between-vms-on-esx-hosts/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:24:36 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[Vlans]]></category>
		<category><![CDATA[VMs]]></category>
		<category><![CDATA[vswitches]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=19</guid>
		<description><![CDATA[Here is an interesting article I read about routing (or to be more precise switching) of traffic between VMs on ESX hosts. The article talks about three cases. Different vSwitches, same port group and VLAN Same vSwitch, different port group and VLAN Same vSwitch, same port group and VLAN and correctly concludes that in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=19&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an <a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/how-traffic-routes-between-vms-on-esx-hosts/" target="_blank">interesting article</a> I read about routing (or to be more precise <em>switching</em>) of traffic between VMs on ESX hosts.</p>
<p>The article talks about three cases.</p>
<p><strong>Different vSwitches, same port group and VLAN</strong></p>
<p><strong>Same vSwitch, different port group and VLAN</strong></p>
<p><strong>Same vSwitch, same port group and VLAN</strong></p>
<p>and correctly concludes that in the first two cases the traffic leaves the ESX server, goes to the physical switch, and comes back, while in the third case, the traffic stays within the ESX server.</p>
<p>However, there is a fourth case</p>
<p><strong>Same vSwitch, different port group and same VLAN</strong> &#8211; The way you would set this up in ESX is to create separate portgroups, then go into both portgroups and set the same VLAN id (e.g., 300) in it.  In this case also, the traffic stays within the ESX server. Moreover, our performance tests show that its just as fast as the same vswitch, same portgroup, same VLAN case. The advantage of this setup, as explained in<span class="aligncenter"><a href="http://banerjea.wordpress.com/2008/05/07/vlans-vs-vswitches/" target="_blank">VLANs vs vSwitches</a>, is that you can change the VLAN easily without having to change the portgroup.<br />
</span></p>
<p>The reason I say <em>switching </em>instead of routing is that the traffic in most of these cases stays within a single L2 domain, and is never routed.  Routing involves leaving an L2 domain, bumping up the stack from Ethernet to  IP, getting routed over a different interface and going down into a different L2 domain. The only case in which that happens is when we have different VLANs. Then the traffic must go through a router (perhaps only a switch acting as a router) which forwards the traffic from one VLAN to another.</p>
<p>Consequently, that brings up an interesting point. The only reason the traffic has to leave the ESX server in the second case (same vSwitch, different port group and VLAN) is to get to a router that can take it off VLAN 1 and put it back on VLAN 2.  If you deploy a virtual router or a virtual firewall (such as the <a href="http://www.tbdnetworks.com/VirtualFirewall.html" target="_blank">TBDVirtualFirewall</a>), you can forward traffic from the first VLAN to the second using two interfaces of the VFW, and avoid leaving the ESX server. Again gives you a big performance boost, at the cost of some CPU cycles for running the VFW.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=19&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/11/13/how-traffic-routes-between-vms-on-esx-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware Network Performance</title>
		<link>http://banerjea.wordpress.com/2008/08/07/vmware-network-performance/</link>
		<comments>http://banerjea.wordpress.com/2008/08/07/vmware-network-performance/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 04:52:29 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=3</guid>
		<description><![CDATA[I want to follow up on my June 5 post about virtual network performance. We did some further testing and now have some concrete numbers to talk about. Lets first set the context. We are using a VM as a virtual firewall inside of an ESX server. So the question arises, how much does that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=3&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I want to follow up on my June 5 post about virtual network performance. We did some further testing and now have some concrete numbers to talk about.</p>
<p>Lets first set the context. We are using a VM as a virtual firewall inside of an ESX server. So the question arises, how much does that slow us down? How fast can you move packets from a VM to the VFW out the interface of the VFW to the second VM?</p>
<p>We used netperf to do the testing, and used the range test.</p>
<p>The throughput you can squeeze out depends on the size of the datagram, so we end up with a table that looks something like this. We used tripped down Linux VMs running netperf (specifically the tcp_range-script) to generate the test packets and measure the throughput.</p>
<table style="width:228px;height:304px;" border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="font-weight:bold;">Message Size (bytes)</td>
<td style="font-weight:bold;">Throughput (Mbits/sec)</td>
</tr>
<tr>
<td>1</td>
<td>4.82</td>
</tr>
<tr>
<td>4</td>
<td>18.30</td>
</tr>
<tr>
<td>16</td>
<td>60.91</td>
</tr>
<tr>
<td>64</td>
<td>108.85</td>
</tr>
<tr>
<td>256</td>
<td>118.03</td>
</tr>
<tr>
<td>1024</td>
<td>123.85</td>
</tr>
<tr>
<td>4098</td>
<td>127.46</td>
</tr>
<tr>
<td>16384</td>
<td>130.13</td>
</tr>
<tr>
<td>65536</td>
<td>130.63</td>
</tr>
</tbody>
</table>
<p>That means that if you send teeny tiny 1 byte packets, you can only send a bit less than 5 Mbps (because of the per packet copy overhead), but if you send big packets (looks like anything above 4K packets)  you can get close to 130 Mbps.</p>
<p>But is that good or bad? How fast could you go if you went directly VM to VM. Also, can anything to be done to speed this up?</p>
<p>We looked at the VMware paper on performance mentioned in my June 5 entry. <span style="font-size:x-small;"><span style="font-family:Arial;">http://www.vmware.com/files/pdf/ESX_networking_performance.pdf </span><br />
</span>and realized that you can get a significant speedup by using the optimized network driver. So we went ahead and did that on the test VMs, and then looked at the comparison.</p>
<table style="width:297px;height:320px;" border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="font-weight:bold;">Message Size (bytes)</td>
<td style="vertical-align:top;"><span style="font-weight:bold;">VM  to VM (vmxnet drivers)</span></td>
<td style="font-weight:bold;">With VFW (default drivers</td>
</tr>
<tr>
<td>1</td>
<td style="vertical-align:top;">2.71</td>
<td>4.82</td>
</tr>
<tr>
<td>4</td>
<td style="vertical-align:top;">10.87</td>
<td>18.30</td>
</tr>
<tr>
<td>16</td>
<td style="vertical-align:top;">43.41</td>
<td>60.91</td>
</tr>
<tr>
<td>64</td>
<td style="vertical-align:top;">130.74</td>
<td>108.85</td>
</tr>
<tr>
<td>256</td>
<td style="vertical-align:top;">238.01</td>
<td>118.03</td>
</tr>
<tr>
<td>1024</td>
<td style="vertical-align:top;">330.61</td>
<td>123.85</td>
</tr>
<tr>
<td>4098</td>
<td style="vertical-align:top;">359.67</td>
<td>127.46</td>
</tr>
<tr>
<td>16384</td>
<td style="vertical-align:top;">366.29</td>
<td>130.13</td>
</tr>
<tr>
<td>65536</td>
<td style="vertical-align:top;">365.39</td>
<td>130.63</td>
</tr>
</tbody>
</table>
<p>That clearly looks bad, but we have not yet optimized the VFW drivers. So lets do that and compare again.</p>
<table style="width:412px;height:345px;" border="1" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="font-weight:bold;">Message Size (bytes)</td>
<td style="vertical-align:top;"><span style="font-weight:bold;">VM  to VM (vmxnet drivers)</span></td>
<td style="font-weight:bold;">With VFW (default drivers</td>
<td style="vertical-align:top;"><span style="font-weight:bold;">With VFW (vmxnet drivers)</span></td>
</tr>
<tr>
<td>1</td>
<td style="vertical-align:top;">2.71</td>
<td>4.82</td>
<td style="vertical-align:top;">4.26</td>
</tr>
<tr>
<td>4</td>
<td style="vertical-align:top;">10.87</td>
<td>18.30</td>
<td style="vertical-align:top;">16.13</td>
</tr>
<tr>
<td>16</td>
<td style="vertical-align:top;">43.41</td>
<td>60.91</td>
<td style="vertical-align:top;">66.07</td>
</tr>
<tr>
<td>64</td>
<td style="vertical-align:top;">130.74</td>
<td>108.85</td>
<td style="vertical-align:top;">230.65</td>
</tr>
<tr>
<td>256</td>
<td style="vertical-align:top;">238.01</td>
<td>118.03</td>
<td style="vertical-align:top;">292.02</td>
</tr>
<tr>
<td>1024</td>
<td style="vertical-align:top;">330.61</td>
<td>123.85</td>
<td style="vertical-align:top;">348.46</td>
</tr>
<tr>
<td>4098</td>
<td style="vertical-align:top;">359.67</td>
<td>127.46</td>
<td style="vertical-align:top;">371.69</td>
</tr>
<tr>
<td>16384</td>
<td style="vertical-align:top;">366.29</td>
<td>130.13</td>
<td style="vertical-align:top;">382.5</td>
</tr>
<tr>
<td>65536</td>
<td style="vertical-align:top;">365.39</td>
<td>130.63</td>
<td style="vertical-align:top;">382.16</td>
</tr>
</tbody>
</table>
<p>That looks pretty good. Even with the VFW in between we can go as fast as the direct VM to VM communication. The numbers actually look like we can go faster with the VFW, although, we don&#8217;t have a really good explanation for that. Perhaps some kind of pipelining effect.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=3&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/08/07/vmware-network-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Network Performance</title>
		<link>http://banerjea.wordpress.com/2008/06/05/virtual-network-performance/</link>
		<comments>http://banerjea.wordpress.com/2008/06/05/virtual-network-performance/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 22:01:08 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=6</guid>
		<description><![CDATA[How fast can you drive the network from a VM? VMware claims that they can go as fast as native hardware&#8230; http://www.vmware.com/files/pdf/ESX_networking_performance.pdf But a bit of deeper reading into vmware&#8217;s claims seems to indicate that in order to get the network performance up to native hardware levels, you have to install the vmxnet driver. Also, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=6&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">How fast can you drive the network from a VM?</span></p>
<p><span style="font-family:Arial;">VMware claims that they can go as fast as native hardware&#8230;</span><br />
<span style="font-family:Arial;">http://www.vmware.com/files/pdf/ESX_networking_performance.pdf </span></p>
<p><span style="font-family:Arial;">But a bit of deeper reading into vmware&#8217;s claims seems to indicate that in order to get the network performance up to native hardware levels, you have to install the vmxnet driver. Also, you have to enable a few things (Jumbo frames, TCP Segmentation Offloading).</span></p>
<p><span style="font-family:Arial;">We are still playing around with the various settings in our lab. While the performance is significantly improved from the starting point, we are still not at the point comparable to native hardware. Stay tuned for more results.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=6&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/06/05/virtual-network-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>Application Virtualization</title>
		<link>http://banerjea.wordpress.com/2008/05/29/application-virtualization/</link>
		<comments>http://banerjea.wordpress.com/2008/05/29/application-virtualization/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:21:16 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=9</guid>
		<description><![CDATA[I promised to do some research into Application Virtualization and how it relates to network virtualization, so here goes. The idea behind application virtualization is that applications are not installed into user computers, but rather streamed to them on demand. Some motivations why you might want to do something like this are: The OS image [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=9&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">I promised to do some research into Application Virtualization and how it relates to network virtualization, so here goes.</p>
<p>The idea behind application virtualization is that applications are not installed into user computers, but rather streamed to them on demand. Some motivations why you might want to do something like this are:</span></p>
<ul>
<li><span style="font-family:Arial;">The OS image is not modified by installing the application so the images for all users remain the same regardless of what apps they use, making it easier to maintain the images. This reduces the cost of maintaining the desktops of large numbers of users.</span></li>
<li><span style="font-family:Arial;">The environment isolates the OS from the app, and vice versa. This might help an application run in an environment where it otherwise would not run (e.g., an applicate requiring superuser privileges to run without) or it might protect the OS or other apps from a poorly written app.</span></li>
</ul>
<p><span style="font-family:Arial;">Some of the application virtualizations approaches are from<br />
</span></p>
<ul>
<li><span style="font-family:Arial;">Microsoft. The SoftGrid Application Virtualization. Streams apps to a Vista based desktop environment. Acquired from Softtricity.com in &#8217;06<br />
</span></li>
<li><span style="font-family:Arial;">Citrix.  Client-side Application Virtualization. Stream apps to Citrix Presentation Server (renamed to XenApp after they acquired Xen, but nothing to do with Xen other than marketing). <a href="http://networkvirtualization.wordpress.com/2008/04/30/idc-virtualization-forum-part-ii/" target="_blank">Here</a> is an interesting blog entry from a colleague.<br />
</span></li>
</ul>
<p><span style="font-family:Arial;">A completely different approach with some of the same benefits is Google apps. Google apps run in your browser as light weight javascript based applications.  Looks like the most light weight approach for the user, but of course, you have to (or rather google has to) rewrite every app.</p>
<p>I think there is a positive interaction between App Virtualization and Desktop Virtualization. App virtualization allows you to deploy exactly the same image to all the VMs. If the Desktop Virtualization system is able to take advantage of that (and as far as I can tell, some of them do) then this means that you can deploy a very large number of virtual desktops with very low additional memory per new desktop. Then you stream the applications to whomever needs it, and those additional bits end up also being shared by the users that use the same apps.</p>
<p></span><span style="font-family:Arial;">The implications on Network Virtualization are similar. On the one hand, you have to stream the application across the network to where it is running (the final desktop in the case of MS or the server running the virtual desktops in the case of Citrix) so that would increase the network traffic. On the other hand, the Desktop Virtualization in the Citrix system might deduplicate these bits, bringing the traffic down again. However, you have to get from the DV system to the final desktop to actually display the stuff (and carry mouse clicks back), so that&#8217;s network traffic again. So in both cases network traffic will definitely go up. The network design would at least have to take that into account for sizing purposes. Also, you have to configure the network to allow traffic from the terminal to the DV system and from the DV system to the app server (if they are not on the same machine).</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=9&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/05/29/application-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>Follow up to VLANs and VSwitches</title>
		<link>http://banerjea.wordpress.com/2008/05/22/follow-up-to-vlans-and-vswitches/</link>
		<comments>http://banerjea.wordpress.com/2008/05/22/follow-up-to-vlans-and-vswitches/#comments</comments>
		<pubDate>Thu, 22 May 2008 15:04:11 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=14</guid>
		<description><![CDATA[Seems that my post a couple of weeks ago on VLANs vs. Vswitches was somewhat confusing to Keshav. Let me try to clarify with a quick follow up. A portgroup is the equivalent (in the ESX virtual network) of the port on a physical switch. The way you connect a VM to a VSwitch in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=14&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">Seems that my post a couple of weeks ago on VLANs vs. Vswitches was somewhat confusing to Keshav. Let me try to clarify with a quick follow up.</span></p>
<p><span style="font-family:Arial;">A portgroup is the equivalent (in the ESX virtual network) of the port on a physical switch. The way you connect a VM to a VSwitch in ESX is to connect the interface of the VM to a port group. So you need the port group anyway, regardless of whether you define VLANs in the VSwitch or not.</span></p>
<p><span style="font-family:Arial;">Once you do that, then you have the option of changing the VLAN setting from the default (variously denoted as * or 0 in the ESX server, and meaning don&#8217;t do any VLANs) to a specific VLAN tag. If you do that, it means that portgroup will only pass packets for that specific VLAN, and not pass anything else, in the direction from the switch to the VM. In the other direction, the VM sends packets without any VLAN tags, and the VSwitch puts the VLAN tag on it for the purposes of packet forwarding.</span></p>
<p><span style="font-family:Arial;">If it is going to send the packet to another VM on another portgroup in the same VSwitch, then it will just take the tag off again, so effectively it only uses the vlan tag on the various port groups to decide which set of portgroups to forward packets between.</span></p>
<p><span style="font-family:Arial;">If it is going to forward that packet through a physical network interface card (pnic) to a physical switch and if the pnic is in trunking mode, it will send the packet with the tags to the physical switch so that the physical switch can look at the vlan tag to decide where to forward the packet. In the other direction, if the vswitch gets a tagged packet from the pnic, it will only forward it to your port group if the tags match.</span></p>
<p><span style="font-family:Arial;">If forwarding to another vswitch&#8230; well, ESX does not support connecting vswitches together. Probably because they don&#8217;t want to or have not yet implemented the spanning tree protocol and all of its extentions, so that&#8217;s not an option.</span></p>
<p><span style="font-family:Arial;">So the short answer is, portgroups are there anyway, just to allow packets to go from VMs to VSwitches, and that&#8217;s also where you put the VLAN tag in a VSwitch. You have to use portgroups to do pretty much anything (including VLANs) in VSwitches.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=14&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/05/22/follow-up-to-vlans-and-vswitches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>IO Virtualization and Network Virtualization</title>
		<link>http://banerjea.wordpress.com/2008/05/14/io-virtualization-and-network-virtualization/</link>
		<comments>http://banerjea.wordpress.com/2008/05/14/io-virtualization-and-network-virtualization/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:03:08 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=11</guid>
		<description><![CDATA[There&#8217;s something happening in the storage world which closely parallels Network Virtualization. They call it IO Virtualization, and as far as I understand it, the idea is to unify the wires coming out of the back of the server. You used to have an Ethernet cable to connect you to the Internet, and a Fiber-channel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=11&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">There&#8217;s something happening in the<br />
storage world which closely parallels Network Virtualization. They call<br />
it IO Virtualization, and as far as I understand it, the idea is to<br />
unify the wires coming out of the back of the server. You used to have<br />
an Ethernet cable to connect you to the Internet, and a Fiber-channel<br />
to connect to your SAN. Then, with FiberChannel over Ethernet (FCOE) or<br />
iSCSI,&nbsp; it became possible to run the storage protocols over the<br />
network card, opening up the possibility of converging the wiring.<br />
Given that wiring is one of the constraining parameters of a data<br />
center, this is a very attractive possibility. The only problem was<br />
speed. Even over a 1 Gig Ethernet, a shared network card is just not as<br />
fast as a dedicated FC connection.</span></p>
<p><span style="font-family:Arial;">Now<br />
they are coming up with 10 Gig unified Ethernet, which has the<br />
potential to become the unified fabric of the data center. They are<br />
working on extensions of the basic protocol to support things like<br />
bandwidth allocation (802.1Qaz) and reliability (802.1AG) and failover<br />
(802.1Qay).</span></p>
<p><span style="font-family:Arial;">The<br />
interactions with Network Virtualization start from setting up VLANs to<br />
separate the SAN traffic from the network data traffic. You may, of<br />
course, create additional separate VLANs to separate network data<br />
traffic from different applications. You may also create separate VLANs<br />
for different SAN logical disks. And you could allocate all of these<br />
different QoS parameters, such as bandwidth.</span></p>
<p><span style="font-family:Arial;">If<br />
you are using iSCSI, you can also extend the virtual network across the<br />
WAN using a tunnel. The SAN you are accessing might be at the other end<br />
of the country. You probably cannot do anything about the latency, but<br />
you can guarantee some throughput, so for throughput bound applications<br />
this might be acceptable.</span></p>
<p><span style="font-family:Arial;">And<br />
if any of these things dynamically move around, network virtualization<br />
can keep track of the moving targets, and make sure the network<br />
configuration follows the changes. So if VMotion moves a VM to another<br />
ESX server, network virtualization could make sure that the SAN<br />
connection it needs is still there, by reconfiguring the VLAN that the<br />
SAN needs to go to the new ESX server.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=11&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/05/14/io-virtualization-and-network-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
		<item>
		<title>VLANs vs Vswitches</title>
		<link>http://banerjea.wordpress.com/2008/05/07/vlans-vs-vswitches/</link>
		<comments>http://banerjea.wordpress.com/2008/05/07/vlans-vs-vswitches/#comments</comments>
		<pubDate>Wed, 07 May 2008 15:45:22 +0000</pubDate>
		<dc:creator>banerjea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://banerjea.wordpress.com/?p=16</guid>
		<description><![CDATA[Let&#8217;s say you want to separate out some VMs from other VMs in the network inside of an ESX server. How should you do it? Should you: Create a new vswitch and put one group in vswitch A and the other group in vswitch B? Create separate VLANs within the same vswitch and put the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=16&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:x-small;">Let&#8217;s say you want to separate out some VMs from other VMs in the network inside of an ESX server. How should you do it? Should you:<br />
</span></p>
<ul style="font-family:Arial;">
<li><span style="font-size:x-small;">Create a new vswitch and put one group in vswitch A and the other group in vswitch B?</span></li>
<li><span style="font-size:x-small;">Create separate VLANs within the same vswitch and put the different VMs into VLAN A and VLAN B</span></li>
</ul>
<p><span style="font-size:x-small;"><span style="font-family:Arial;">Both will give you separation of traffic. And with the caveat of bugs in the security implementation of the hypervisor, both are reasonably secure. So is there a strong reason to go one way or the other?</span></p>
<p><span style="font-family:helvetica;"><span style="font-family:Arial;">VLANs are more flexible than Vswitches just because the VLAN setting is easier to change. If we want to move a VM from one Vswitch to another, either we have to shutdown the VM, delete the portgroup from the first vswitch, create another portgroup in another vswitch with the same name, and then start the VM again. Or you can shutdown the VM, and then change the portgroup the VM is in and start it again. Either way, you have to shutdown the VM.</span></p>
<p><span style="font-family:Arial;">To move the VM to another VLAN, all you have to do is change the VLAN tag of the portgroup. No need to shutdown the VM.</span></p>
<p><span style="font-family:Arial;">You get the most flexibility if you put each VM into its own portgroup. Then you can move a single VM to another VLAN. Otherwise, you have to move all the VMs in the portgroup, since you only have one slot for VLAN tag on the portgroup.</span></span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/banerjea.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/banerjea.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/banerjea.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/banerjea.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/banerjea.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=banerjea.wordpress.com&amp;blog=5020158&amp;post=16&amp;subd=banerjea&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://banerjea.wordpress.com/2008/05/07/vlans-vs-vswitches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b7d7e5ac651cbcf48a5522af45c74c63?s=96&#38;d=identicon" medium="image">
			<media:title type="html">banerjea</media:title>
		</media:content>
	</item>
	</channel>
</rss>
