<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kaizar Amin &#187; Cloud Computing</title>
	<atom:link href="http://kaizaramin.com/category/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaizaramin.com</link>
	<description>Technology Simplified</description>
	<lastBuildDate>Wed, 16 Jun 2010 11:28:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimizing Resources with Server Virtualization</title>
		<link>http://kaizaramin.com/2009/09/03/optimizing-resources-with-server-virtualization/</link>
		<comments>http://kaizaramin.com/2009/09/03/optimizing-resources-with-server-virtualization/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:38:54 +0000</pubDate>
		<dc:creator>kaizar</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Infrastructure Management]]></category>

		<guid isPermaLink="false">http://kaizaramin.com/?p=260</guid>
		<description><![CDATA[Moore&#8217;s Law describes a long-term trend in the history of computing hardware, in which the number of transistors that can be placed inexpensively on an integrated circuit has doubled approximately every two years. In other words, Computing power of most of the systems have dramatically improved over the years. Some have CPUs with multiple processors [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Moore&#8217;s Law describes a long-term trend in the history of computing hardware, in which the number of transistors that can be placed inexpensively on an integrated circuit has doubled approximately every two years. In other words, Computing power of most of the systems have dramatically improved over the years. Some have CPUs with multiple processors that give these servers the ability to run complex applications with ease. System administrators usually dedicate each server to a specific application. Many of these applications don&#8217;t play well with others thereby justifying a dedicated machine for each application. One application per server also makes it easier to track down problems as they arise.</p>
<p>There are a few problems with this approach, though. One is that it doesn&#8217;t take complete advantage of modern server&#8217;s processing power. Most servers use only a small fraction of their overall processing capabilities. Another problem is that as a computer network gets larger and more complex, the servers begin to take up a lot of physical space. A data center might become overcrowded with racks of servers consuming a lot of power and generating heat. Last but not the least, dedicating individual machines for each application certainly increases the infrastructure and hardware costs of any organization.</p>
<p>Server virtualization attempts to address all of the above issues. By using specially designed software, an administrator can convert one physical server into multiple virtual machines. Each virtual server acts like a unique physical device, capable of running its own operating system (OS).</p>
<p>There are three ways to create virtual servers: <strong>full virtualization</strong>, <strong>para-virtualization</strong> and <strong>OS-level virtualization</strong>. They all share a few common traits. The physical server is called the host. The virtual servers are called guests. The virtual servers behave like physical machines. Each system uses a different approach to allocate physical server resources to virtual server needs.</p>
<p>Full virtualization uses a special kind of software called a hypervisor. The hypervisor interacts directly with the physical server&#8217;s CPU and disk space. It serves as a platform for the virtual servers&#8217; operating systems. The hypervisor keeps each virtual server completely independent and unaware of the other virtual servers running on the physical machine. Each guest server runs on its own OS. You can even have one guest running on Linux and another on Windows. The hypervisor monitors the physical server&#8217;s resources. As virtual servers run applications, the hypervisor relays resources from the physical machine to the appropriate virtual server. Hypervisors have their own processing needs, which means that the physical server must reserve some processing power and resources to run the hypervisor application. This can impact overall server performance and slow down applications. <a href="http://www.vmware.com/" target="_blank">VMware</a> and <a href="http://www.microsoft.com/windowsserversystem/virtualserver/" target="_blank">Microsoft Virtual Server</a> both use the full virtualization model.</p>
<p>The para-virtualization approach is a little different. Unlike the full virtualization technique, the guest servers in a para-virtualization system are aware of one another. A para-virtualization hypervisor doesn&#8217;t need as much processing power to manage the guest operating systems, because each OS is already aware of the demands the other operating systems are placing on the physical server. The entire system works together as a cohesive unit. <a href="http://www.xen.org/" target="_blank">Xen</a> and <a href="http://user-mode-linux.sourceforge.net/" target="_blank">UML</a> both use the para-virtualization model.</p>
<p>An OS-level virtualization approach doesn&#8217;t use a hypervisor at all. Instead, the virtualization capability is part of the host OS, which performs all the functions of a fully virtualized hypervisor. The biggest limitation of this approach is that all the guest servers must run the same OS. Each virtual server remains independent from all the others, but you can&#8217;t mix and match operating systems among them. Because all the guest operating systems must be the same, this is called a homogeneous environment.<a href="http://www.parallels.com/products/pvc45/" target="_blank">Virtuozzo</a> and<a href="http://www.sun.com/bigadmin/content/zones/index.jsp" target="_blank"> Solaris Zones</a> both use OS-level virtualization.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 285px; width: 1px; height: 1px;">Moore&#8217;s Law describes a long-term trend in the history of computing hardware, in which the number of transistors that can be placed inexpensively on an integrated circuit has doubled approximately every two years. In other words, Computing power of most of the systems have dramatically improved over the years. Some have CPUs with multiple processors that give these servers the ability to run complex applications with ease. System administrators usually dedicate each server to a specific application. Many of these applications don&#8217;t play well with others thereby justifying a dedicated machine for each application. One application per server also makes it easier to track down problems as they arise.</p>
<p>There are a few problems with this approach, though. One is that it doesn&#8217;t take complete advantage of modern server&#8217;s processing power. Most servers use only a small fraction of their overall processing capabilities. Another problem is that as a computer network gets larger and more complex, the servers begin to take up a lot of physical space. A data center might become overcrowded with racks of servers consuming a lot of power and generating heat. Last but not the least, dedicating individual machines for each application certainly increases the infrastructure and hardware costs of any organization.</p>
<p>Server virtualization attempts to address all of the above issues. By using specially designed software, an administrator can convert one physical server into multiple virtual machines. Each virtual server acts like a unique physical device, capable of running its own operating system (OS).</p>
<p>There are three ways to create virtual servers: full virtualization, para-virtualization and OS-level virtualization. They all share a few common traits. The physical server is called the host. The virtual servers are called guests. The virtual servers behave like physical machines. Each system uses a different approach to allocate physical server resources to virtual server needs.</p>
<p>Full virtualization uses a special kind of software called a hypervisor. The hypervisor interacts directly with the physical server&#8217;s CPU and disk space. It serves as a platform for the virtual servers&#8217; operating systems. The hypervisor keeps each virtual server completely independent and unaware of the other virtual servers running on the physical machine. Each guest server runs on its own OS. You can even have one guest running on Linux and another on Windows. The hypervisor monitors the physical server&#8217;s resources. As virtual servers run applications, the hypervisor relays resources from the physical machine to the appropriate virtual server. Hypervisors have their own processing needs, which means that the physical server must reserve some processing power and resources to run the hypervisor application. This can impact overall server performance and slow down applications. VMware and Microsoft Virtual Server both use the full virtualization model.</p>
<p>The para-virtualization approach is a little different. Unlike the full virtualization technique, the guest servers in a para-virtualization system are aware of one another. A para-virtualization hypervisor doesn&#8217;t need as much processing power to manage the guest operating systems, because each OS is already aware of the demands the other operating systems are placing on the physical server. The entire system works together as a cohesive unit. Xen and UML both use the para-virtualization model.</p>
<p>An OS-level virtualization approach doesn&#8217;t use a hypervisor at all. Instead, the virtualization capability is part of the host OS, which performs all the functions of a fully virtualized hypervisor. The biggest limitation of this approach is that all the guest servers must run the same OS. Each virtual server remains independent from all the others, but you can&#8217;t mix and match operating systems among them. Because all the guest operating systems must be the same, this is called a homogeneous environment.Virtuozzo and Solaris Zones both use OS-level virtualization.</p>
</div>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this Post:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization&amp;bodytext=Moore%27s%20Law%20describes%20a%20long-term%20trend%20in%20the%20history%20of%20computing%20hardware%2C%20in%20which%20the%20number%20of%20transistors%20that%20can%20be%20placed%20inexpensively%20on%20an%20integrated%20circuit%20has%20doubled%20approximately%20every%20two%20years.%20In%20other%20words%2C%20Computing%20power%20of%20m" title="Digg"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization&amp;notes=Moore%27s%20Law%20describes%20a%20long-term%20trend%20in%20the%20history%20of%20computing%20hardware%2C%20in%20which%20the%20number%20of%20transistors%20that%20can%20be%20placed%20inexpensively%20on%20an%20integrated%20circuit%20has%20doubled%20approximately%20every%20two%20years.%20In%20other%20words%2C%20Computing%20power%20of%20m" title="del.icio.us"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;t=Optimizing%20Resources%20with%20Server%20Virtualization" title="Facebook"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization&amp;annotation=Moore%27s%20Law%20describes%20a%20long-term%20trend%20in%20the%20history%20of%20computing%20hardware%2C%20in%20which%20the%20number%20of%20transistors%20that%20can%20be%20placed%20inexpensively%20on%20an%20integrated%20circuit%20has%20doubled%20approximately%20every%20two%20years.%20In%20other%20words%2C%20Computing%20power%20of%20m" title="Google Bookmarks"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization&amp;source=Kaizar+Amin+Technology+Simplified&amp;summary=Moore%27s%20Law%20describes%20a%20long-term%20trend%20in%20the%20history%20of%20computing%20hardware%2C%20in%20which%20the%20number%20of%20transistors%20that%20can%20be%20placed%20inexpensively%20on%20an%20integrated%20circuit%20has%20doubled%20approximately%20every%20two%20years.%20In%20other%20words%2C%20Computing%20power%20of%20m" title="LinkedIn"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization" title="Live"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;t=Optimizing%20Resources%20with%20Server%20Virtualization" title="MySpace"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization" title="Reddit"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Optimizing%20Resources%20with%20Server%20Virtualization&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F" title="Slashdot"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;title=Optimizing%20Resources%20with%20Server%20Virtualization" title="StumbleUpon"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F" title="Technorati"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fkaizaramin.com%2F2009%2F09%2F03%2Foptimizing-resources-with-server-virtualization%2F&amp;submitHeadline=Optimizing%20Resources%20with%20Server%20Virtualization&amp;submitSummary=Moore%27s%20Law%20describes%20a%20long-term%20trend%20in%20the%20history%20of%20computing%20hardware%2C%20in%20which%20the%20number%20of%20transistors%20that%20can%20be%20placed%20inexpensively%20on%20an%20integrated%20circuit%20has%20doubled%20approximately%20every%20two%20years.%20In%20other%20words%2C%20Computing%20power%20of%20m&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kaizaramin.com/2009/09/03/optimizing-resources-with-server-virtualization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cloud Computing: A Technical Perspective</title>
		<link>http://kaizaramin.com/2009/02/12/cloud-computing-a-technical-perspective/</link>
		<comments>http://kaizaramin.com/2009/02/12/cloud-computing-a-technical-perspective/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:02:58 +0000</pubDate>
		<dc:creator>kaizar</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://kaizaramin.com/?p=196</guid>
		<description><![CDATA[ 
In my previous post, I pointed to a simple non-technical introduction to cloud computing. In this article I give a more technical perspective to it.
 
What is Cloud Computing?
 “Cloud computing is Internet (&#8220;cloud&#8221;) based development and use of computer technology, whereby dynamically scalable virtualized resources are provided as a service over the Internet. Users need not [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p class="MsoNormal" style="text-align: justify;">In my <a href="http://kaizaramin.com/2009/02/05/cloud-computing-in-plain-english/" target="_self">previous post</a>, I pointed to a simple non-technical introduction to cloud computing. In this article I give a more technical perspective to it.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h3 style="text-align: justify;">What is Cloud Computing?</h3>
<p class="MsoNormal" style="text-align: justify;"><em> “Cloud computing is Internet (&#8220;cloud&#8221;) based development and use of computer technology, whereby dynamically scalable virtualized resources are provided as a service over the Internet. Users need not have knowledge of, expertise in, or control over the technology infrastructure ‘in the cloud’ that supports them.”</em><a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank"> Wikipedia</a></p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<p class="MsoNormal" style="text-align: justify;"><em>“Cloud computing is emerging at the convergence of three major trends – service orientation, virtualization, and standardization of computing through the Internet. Users will need to understand the cloud options and providers available to them. Vendors will need to evolve their platforms to be cloud-capable, and evolve their business models to maintain their competitive advantage.”</em> <a href="http://www.gartner.com/it/products/research/cloud_computing/cloud_computing.jsp" target="_blank">Gartner</a></p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<div id="attachment_197" class="wp-caption alignnone" style="width: 160px"><a href="http://kaizaramin.com/wp-content/uploads/2009/02/cloudtrend.png"><img class="size-thumbnail wp-image-197" title="Cloud Computing Trend" src="http://kaizaramin.com/wp-content/uploads/2009/02/cloudtrend-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Google Trend for Cloud Computing</p></div>
<p class="MsoNormal" style="text-align: justify;"> </p>
<p class="MsoNormal" style="text-align: justify;">Cloud computing emerged as a promising technology in late 2007. Since its emergence, there have been several projects supporting this concept in industry and academia. Some examples (in no specific order) are: <a href="http://aws.amazon.com/ec2/" target="_blank">Amazon Elastic Compute Cloud (EC2)</a>, <a href="http://aws.amazon.com/s3/" target="_blank">Amazon Simple Storage Service (S3)</a>, <a href="http://www.elasticdrive.com/" target="_blank">ElasticDrive</a>, <a href="http://www.enomaly.com/" target="_blank">Enomaly</a>, <a href="http://www.ibm.com/press/us/en/pressrelease/22613.wss" target="_blank">IBM Blue Cloud</a>, <a href="http://www.hp.com/hpinfo/newsroom/press/2008/080729xa.html" target="_blank">Global Cloud Computing Testbed</a>, <a href="http://docs.google.com/" target="_blank">Google Docs</a>, <a href="http://www.adobe.com/acom/buzzword/" target="_blank">Adobe Buzzword</a>, and<a href="http://code.google.com/appengine/" target="_blank"> Google App Engine</a>.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h3 style="text-align: justify;">Services of Cloud Computing</h3>
<p class="MsoNormal" style="text-align: justify;">Conceptually, cloud computing offers a high level of abstraction to its users. It provides some level of service to its users without revealing any details regarding hardware, software, hosting, deployment, and scalability. The services offered in a cloud can be categorized as:</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h4><span style="font-weight: normal;">SaaS: Software as a Service</span></h4>
<p class="MsoNormal" style="text-align: justify;">Software or applications are hosted on the cloud and are offered to users from a Web Interface (browser). Users can avail these services without having to worry about the application internals or the infrastructure used to deploy them. Examples of SaaS include <a href="http://www.facebook.com/" target="_blank">Facebook</a> and <a href="http://mail.google.com/" target="_blank">Gmail</a>. This concept can be further enhanced with pay as you go where clients can pay for the quality or quantity of such services used. Examples of this model are <a href="http://www.salesforce.com/" target="_blank">SalesForce.com</a> and <a href="http://www.webex.com/" target="_blank">WebEx</a>.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h4><span style="font-weight: normal;">DaaS: Data as a Service</span></h4>
<p class="MsoNormal" style="text-align: justify;">Data in various formats and multiple sources can be seamlessly deployed on the cloud. Users generate and access this data in the same manner they would on their local machines, just that it is eventually stored on the cloud. Examples of this category of service include <a href="http://aws.amazon.com/s3/" target="_blank">Amazon Simple Storage Service (S3)</a>, <a href="http://docs.google.com/" target="_blank">Google Docs</a>, and <a href="http://www.adobe.com/acom/buzzword/" target="_blank">Adobe Buzzword</a>. One can argue that DaaS is a specialized case of SaaS where the software particularly caters to manipulation of data. However, considering its usage and scale I personally feel it justifies its own category.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h4><span style="font-weight: normal;">IaaS: Infrastructure as a Service</span></h4>
<p class="MsoNormal" style="text-align: justify;">Infrastructure encompasses some sort of compute or execution service offered by the cloud. It is enabled by the virtualization technology that allows partitioning and sharing of infrastructure resources and scaling them up or down as per client requirements. Examples of IaaS include <a href="http://aws.amazon.com/ec2/" target="_blank">Amazon Elastic Compute Cloud (EC2)</a>.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h4><span style="font-weight: normal;">Paas: Platform as a Service</span></h4>
<p class="MsoNormal" style="text-align: justify;">A cloud platform service offers an application development environment to its users enabling them to develop cloud applications sans the low-level details of the cloud. It is analogous to a programming language that shields the programmers from technical details of operating system and underlying hardware. An example of PaaS would be <a href="http://code.google.com/appengine/" target="_blank">Google App Engine</a> and <a href="http://www.microsoft.com/azure/" target="_blank">Microsoft Azure</a>.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h3 style="text-align: justify;">Characteristics of Cloud Computing</h3>
<p class="MsoNormal" style="text-align: justify;">Instant Availability: Without any software or hardware installation users can avail the services out-of-the-box from the cloud</p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>Elastic</strong></em>: Based on user requirements and budget cloud services (SaaS, DaaS, IaaS, PaaS) can be scaled up or down without affecting the service functionality</p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>Pay/Use as you Go</strong></em>: By virtue of its elasticity and virtualization, users can utilize cloud environments and pay for exactly what they need/use</p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>Quality of Service</strong></em>: With experts managing the cloud platforms (and of course charging for it), users can be guaranteed pre-defined quality of services.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<h3 style="text-align: justify;">Technologies in Cloud Computing <span> </span></h3>
<p class="MsoNormal" style="text-align: justify;">Cloud computing is not a technology by itself. Rather, it is facilitated by the aggregation of several disparate technologies and initiatives.</p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>Web 2.0</strong></em>: The advancements in the way we use Internet has promoted the concepts of cloud computing. With the advent of AJAX and related technologies, rich user interfaces are no longer restricted to local PC-based installations.</p>
<p class="MsoNormal" style="text-align: justify;"><strong><em>Virtualization</em></strong>: New developments in the virtualization technologies (Xen and VMware) have facilitated the concepts in infrastructure sharing and sandboxing without affecting its performance and scalability.</p>
<p class="MsoNormal" style="text-align: justify;"><strong><em>Web Services</em></strong>: The standardization in Web Services world has certainly helped in the proliferation of the service concept being adopted by industry. Not only can these services be used in isolation but can also be embedded by organizations into their SOA architecture.</p>
<p class="MsoNormal" style="text-align: justify;"> </p>
<p class="MsoNormal" style="text-align: justify;">To summarize, cloud computing environments have demonstrated an innovative model of service and resource sharing. They have also been accompanied by a lot of buzz and hype from the industry. However, it is still in its initial stages and needs to go through the standardization phase before it can be adopted en masse via cross compatible clouds. <span> </span></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this Post:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;bodytext=%C2%A0%0D%0AIn%20my%20previous%20post%2C%20I%20pointed%20to%20a%20simple%20non-technical%20introduction%20to%20cloud%20computing.%20In%20this%20article%20I%20give%20a%20more%20technical%20perspective%20to%20it.%0D%0A%C2%A0%0D%0A%0D%0AWhat%20is%20Cloud%20Computing%3F%0D%0A%C2%A0%E2%80%9CCloud%20computing%20is%20Internet%20%28%22cloud%22%29%20based%20development%20and" title="Digg"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;notes=%C2%A0%0D%0AIn%20my%20previous%20post%2C%20I%20pointed%20to%20a%20simple%20non-technical%20introduction%20to%20cloud%20computing.%20In%20this%20article%20I%20give%20a%20more%20technical%20perspective%20to%20it.%0D%0A%C2%A0%0D%0A%0D%0AWhat%20is%20Cloud%20Computing%3F%0D%0A%C2%A0%E2%80%9CCloud%20computing%20is%20Internet%20%28%22cloud%22%29%20based%20development%20and" title="del.icio.us"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;t=Cloud%20Computing%3A%20A%20Technical%20Perspective" title="Facebook"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;annotation=%C2%A0%0D%0AIn%20my%20previous%20post%2C%20I%20pointed%20to%20a%20simple%20non-technical%20introduction%20to%20cloud%20computing.%20In%20this%20article%20I%20give%20a%20more%20technical%20perspective%20to%20it.%0D%0A%C2%A0%0D%0A%0D%0AWhat%20is%20Cloud%20Computing%3F%0D%0A%C2%A0%E2%80%9CCloud%20computing%20is%20Internet%20%28%22cloud%22%29%20based%20development%20and" title="Google Bookmarks"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;source=Kaizar+Amin+Technology+Simplified&amp;summary=%C2%A0%0D%0AIn%20my%20previous%20post%2C%20I%20pointed%20to%20a%20simple%20non-technical%20introduction%20to%20cloud%20computing.%20In%20this%20article%20I%20give%20a%20more%20technical%20perspective%20to%20it.%0D%0A%C2%A0%0D%0A%0D%0AWhat%20is%20Cloud%20Computing%3F%0D%0A%C2%A0%E2%80%9CCloud%20computing%20is%20Internet%20%28%22cloud%22%29%20based%20development%20and" title="LinkedIn"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective" title="Live"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;t=Cloud%20Computing%3A%20A%20Technical%20Perspective" title="MySpace"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective" title="Reddit"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F" title="Slashdot"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;title=Cloud%20Computing%3A%20A%20Technical%20Perspective" title="StumbleUpon"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F" title="Technorati"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F12%2Fcloud-computing-a-technical-perspective%2F&amp;submitHeadline=Cloud%20Computing%3A%20A%20Technical%20Perspective&amp;submitSummary=%C2%A0%0D%0AIn%20my%20previous%20post%2C%20I%20pointed%20to%20a%20simple%20non-technical%20introduction%20to%20cloud%20computing.%20In%20this%20article%20I%20give%20a%20more%20technical%20perspective%20to%20it.%0D%0A%C2%A0%0D%0A%0D%0AWhat%20is%20Cloud%20Computing%3F%0D%0A%C2%A0%E2%80%9CCloud%20computing%20is%20Internet%20%28%22cloud%22%29%20based%20development%20and&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kaizaramin.com/2009/02/12/cloud-computing-a-technical-perspective/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cloud Computing in Plain English</title>
		<link>http://kaizaramin.com/2009/02/05/cloud-computing-in-plain-english/</link>
		<comments>http://kaizaramin.com/2009/02/05/cloud-computing-in-plain-english/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 17:07:54 +0000</pubDate>
		<dc:creator>kaizar</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://kaizaramin.com/?p=194</guid>
		<description><![CDATA[Recently, there is a lot of buzz and hype around cloud computing. This youtube video gives a very good overview of cloud computing without any technical jargon.







www.youtube.com/watch?v=QJncFirhjPg



Share this Post:


	
	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p>Recently, there is a lot of buzz and hype around <a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">cloud computing</a>. This youtube video gives a very good overview of cloud computing without any technical jargon.</p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/QJncFirhjPg&amp;rel=0&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/QJncFirhjPg&amp;rel=0&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=QJncFirhjPg">www.youtube.com/watch?v=QJncFirhjPg</a></p></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this Post:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English&amp;bodytext=Recently%2C%20there%20is%20a%20lot%20of%20buzz%20and%20hype%20around%20cloud%20computing.%20This%20youtube%20video%20gives%20a%20very%20good%20overview%20of%20cloud%20computing%20without%20any%20technical%20jargon.%0D%0A%0D%0Ahttpv%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQJncFirhjPg" title="Digg"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English&amp;notes=Recently%2C%20there%20is%20a%20lot%20of%20buzz%20and%20hype%20around%20cloud%20computing.%20This%20youtube%20video%20gives%20a%20very%20good%20overview%20of%20cloud%20computing%20without%20any%20technical%20jargon.%0D%0A%0D%0Ahttpv%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQJncFirhjPg" title="del.icio.us"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;t=Cloud%20Computing%20in%20Plain%20English" title="Facebook"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English&amp;annotation=Recently%2C%20there%20is%20a%20lot%20of%20buzz%20and%20hype%20around%20cloud%20computing.%20This%20youtube%20video%20gives%20a%20very%20good%20overview%20of%20cloud%20computing%20without%20any%20technical%20jargon.%0D%0A%0D%0Ahttpv%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQJncFirhjPg" title="Google Bookmarks"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English&amp;source=Kaizar+Amin+Technology+Simplified&amp;summary=Recently%2C%20there%20is%20a%20lot%20of%20buzz%20and%20hype%20around%20cloud%20computing.%20This%20youtube%20video%20gives%20a%20very%20good%20overview%20of%20cloud%20computing%20without%20any%20technical%20jargon.%0D%0A%0D%0Ahttpv%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQJncFirhjPg" title="LinkedIn"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English" title="Live"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;t=Cloud%20Computing%20in%20Plain%20English" title="MySpace"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English" title="Reddit"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Cloud%20Computing%20in%20Plain%20English&amp;url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F" title="Slashdot"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;title=Cloud%20Computing%20in%20Plain%20English" title="StumbleUpon"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F" title="Technorati"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fkaizaramin.com%2F2009%2F02%2F05%2Fcloud-computing-in-plain-english%2F&amp;submitHeadline=Cloud%20Computing%20in%20Plain%20English&amp;submitSummary=Recently%2C%20there%20is%20a%20lot%20of%20buzz%20and%20hype%20around%20cloud%20computing.%20This%20youtube%20video%20gives%20a%20very%20good%20overview%20of%20cloud%20computing%20without%20any%20technical%20jargon.%0D%0A%0D%0Ahttpv%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQJncFirhjPg&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://kaizaramin.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kaizaramin.com/2009/02/05/cloud-computing-in-plain-english/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
