<?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>Werx Limited &#187; cluster computing</title> <atom:link href="http://werxltd.com/wp/tag/cluster-computing/feed/" rel="self" type="application/rss+xml" /><link>http://werxltd.com/wp</link> <description>We make IT work.</description> <lastBuildDate>Mon, 23 Jan 2012 23:03:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Diskless computing vs distributed computing</title><link>http://werxltd.com/wp/2009/09/03/diskless-computing-vs-distributed-computing/</link> <comments>http://werxltd.com/wp/2009/09/03/diskless-computing-vs-distributed-computing/#comments</comments> <pubDate>Thu, 03 Sep 2009 14:56:35 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[general]]></category> <category><![CDATA[it industry]]></category> <category><![CDATA[cloud computing]]></category> <category><![CDATA[cluster computing]]></category> <category><![CDATA[diskless computing]]></category> <category><![CDATA[distributed computing]]></category> <category><![CDATA[headless computing]]></category> <category><![CDATA[network administration]]></category> <category><![CDATA[parallel processing]]></category> <category><![CDATA[seti@home]]></category> <category><![CDATA[terminal server]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=197</guid> <description><![CDATA[A friend of mine recently asked me about cloud computing, what it was, and the ramifications of it on where we will see technology in the coming years. In his question he demonstrated a common confusion among most people between the difference between cloud computing and diskless computing. Both of these are interesting areas of computer [...]]]></description> <content:encoded><![CDATA[<p>A friend of mine recently asked me about cloud computing, what it was, and the ramifications of it on where we will see technology in the coming years. In his question he demonstrated a common confusion among most people between the difference between cloud computing and diskless computing.</p><p>Both of these are interesting areas of computer science, they do sometimes overlap, and they are both going to change computing in general in significant ways as time rolls on, but they are not the same.</p><p>Here&#8217;s are the differences to help  you can tell them apart.</p><h3>Diskless computing</h3><p><a
href="http://en.wikipedia.org/wiki/Diskless_node">Diskless computing</a> is best demonstrated in the <a
href="http://ltsp.org/">Linux Terminal Server Project</a> (excellent project, I&#8217;ve use it before to deploy over 150 diskless workstations in a company before) and Microsoft&#8217;s pathetic rival, <a
href="http://www.microsoft.com/windowsserver2003/technologies/terminalservices/default.mspx">Windows Terminal Services</a>. Sun has their <a
href="http://www.sun.com/desktop/sun-ray-clients.jsp">own solution</a> as well and there are countless 3rd party utilities, but the basic idea behind them all is that you have one big computer (or series of computers) that all these &#8220;headless&#8221; computers connect to in order to retrieve an operating system, store files, etc. For large networks this network model is absolutely amazing.</p><h3>Cloud Computing</h3><p><a
href="http://en.wikipedia.org/wiki/Cloud_computing">Cloud computing</a>, however, is the concept that you have a large problem that requires a lot of computing power to solve. Rather than buy bigger and bigger hardware, what we&#8217;ve found out (going back to <a
href="http://www.cray.com/Home.aspx">Cray supercomputers</a>) is that it is far better to split the problem down into iterative chunks and push those through multiple processors all at once rather than try to get a single processor to process everything. This is called <a
href="http://en.wikipedia.org/wiki/Distributed_computing">distributed computing</a>.</p><p>You might have heard of one of the major platforms for this type of computing, <a
href="http://www.beowulf.org/">Beowulf</a>, from the popular <a
href="http://en.wikipedia.org/wiki/Internet_meme">internet meme</a> &#8220;imagine a beowulf cluster of&#8230;&#8221; Another very popular distributed computing platform (popular because it is far easier to install, operate, and write code for than the Beowulf project) is <a
href="http://werxltd.com/wp/2009/08/26/getting-starte-with-hadoop-and-mapreduce/">Hadoop</a>. Hadoop is a project inspired by Google&#8217;s implementation of the MapReduce design paradigm written in Java which makes it a lot more portable.</p><h3>Projects using Cloud Computing</h3><p>Parallel processing is done today in a wide variety of settings including:</p><ul><li>3D rendering farms for companies such as Disney&#8217;s Pixar</li><li>indexing the web with Google, Yahoo, Microsoft, etc.</li><li><a
href="http://werxltd.com/wp/2009/08/31/an-introduction-to-statistics-and-data-mining/">data mining</a> of all sorts with companies like Wal-Mart, etc.</li></ul><h3>Join in!</h3><p>There are some very popular projects using distributed computing technologies that regular people with CPU cycles to spare are encouraged to join in on like:</p><ul><li><a
href="http://setiathome.ssl.berkeley.edu/">SETI@home</a> where you can help process data that might help us identify extraterrestrial signals</li><li><a
href="http://folding.stanford.edu/">Folding@home</a> where you can help search for cures to various diseases</li><li><a
href="http://genomeathome.stanford.edu/">Genome@home</a> where you can help map the human genome (again), this is tied closely to the folding@home project above</li><li><a
href="http://www.boingboing.net/2004/05/26/shrekhome-bluesky-pr.html">Shrek@home</a> which was a pioneer project that a few of us got to participate in</li><li><a
href="http://www.friedbeef.com/9-world-changing-projects-that-your-computer-can-participate-in/">others</a>, including <a
href="http://fightaidsathome.scripps.edu/">fightaids@home</a> to help fight AIDS and <a
href="http://lhcathome.cern.ch/">lhc@home</a> to process the massive amounts of data coming from the <a
href="http://en.wikipedia.org/wiki/Large_Hadron_Collider">CERN&#8217;s Large Hadron Collider</a></li></ul><p>So while diskless computing and cloud computing can have some areas of overlap (I configured the LTSP network I mentioned earlier to assist with the genome@home project when the systems were idle) they aren&#8217;t necessarily tied together.</p><div
class="betterrelated none"><p>No related content found.</p></div><p><!--[if IE]><iframe
frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe
class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe
frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;counturl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;count=none&amp;text=Diskless%20computing%20vs%20distributed%20computing" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe
class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;counturl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;count=none&amp;text=Diskless%20computing%20vs%20distributed%20computing" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe
frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe
class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;linkname=Diskless%20computing%20vs%20distributed%20computing" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F09%2F03%2Fdiskless-computing-vs-distributed-computing%2F&amp;title=Diskless%20computing%20vs%20distributed%20computing" id="wpa2a_2">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2009/09/03/diskless-computing-vs-distributed-computing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/13 queries in 0.004 seconds using apc
Object Caching 334/359 objects using apc

Served from: werxltd.com @ 2012-02-05 03:58:08 -->
