Skip to main content

Cloud Computing: Next BIG revolution in IT (Can Avatar become reality?)

After Web 2.0, cloud computing is the latest buzz word in the industry. I remember IBM started started implementing first Grid computing architecture just a few years back and not its turning into widely accepted reality. Now we can say by and large that cloud is evolved from grid computing to fairly matured model. Amazon has become pioneer by launching their AWS suite. Still this idea has a long way to go...

Actually this is going to be debating topic if "grid computing" in cloud or cloud in "grid computing". ...each cloud can be made up of grids and all clouds can be in turn connected in outer grid! I think it really depends on how one visualized the things. But clearly the bottom line is to leverage the power of computing so that now instead of focusing more on building faster chips, industry can shift the focus on building efficient cloud and faster connectivity. I am sure roughly 50% of the machines of the world (probably more after considering huge redundancy in clustered environment) would be sitting idle considering overall industry servers as well as personal desktops. Going a bit deeper, the average load factor of machine would be even lesser than 50%. (I don't know if someone has spent time on this survey but would update the numbers if I found the one on net.) Wouldn't that be big success if all the machines would attain to their nearly 100% load factor? Biotech (esp. genetics) world would be the happiest who still needs more and more CPU power for analysis.

So considering these facts, it seems obvious to me that Cloud Computing is going to be the next BIG thing and it will not only impact IT but in general to each human and their lifestyle. Who knows in future with combination of RFID and Cloud, the whole earth will become one giant network just like the whole hair/ponytail concept that linked Na'vi with creatures of Pandora in Cameron's Avatar!

Comments

  1. There is a a nice article by Judith M. Myerson on cloud computing versus grid computing on http://www.ibm.com/developerworks/web/library/wa-cloudgrid/

    ReplyDelete

  2. Cloud servers are not only fashionable now to be used, it is also the safest and most reliable way to store corporate and personal data.
    Here, I get services from this resource vdr data room, you will surely be this interesting

    ReplyDelete

Post a Comment

Popular posts from this blog

Mastering Hadoop: Book Review

I came across a book Mastering Hadoop published by Packt and authored by Sandeep Karath. Here is my detail review about the book- SUMMARY This book is based on most popular massive parallel programming (MPP) framework " Hadoop " and its eco-system. This is an intermediate level book where author goes in depth on not only the principle subject but also on most of the supporting eco-systems like hive, pig, stream, etc. The book has 374 pages with 12 chapters, the ToC  itself is spanned across 7 pages! It has conceptual as well as hands on lab experiences with lot of code churned into. OPINION The book starts with genealogy of Hadoop where the author has nicely narrated the evolution of web search to current state and then various releases of Hadoop. Good reasoning as why Hadoop 2.0 was essential to move ahead from previous version. Touches the architecture starting from high level 3-layered, drilling down step by step to cluster and node level. Describes all the feat

Giveaway contest! Win a copy of "Pentaho for Big Data Analytics" book (CLOSED)

I am very excited to launch a giveaway contest for the book Pentaho for Big Data Analytics . HOW TO ENTER: To enter the contest, simply visit the book page  once and leave your comments at the bottom of this blog. To ensure you get a copy of  Pentaho for Big Data Analytics , consider purchasing it on  Amazon . PRIZE: Two lucky winners will receive a paperback copy of  Pentaho for Big Data Analytics  by Manoj R Patil & Feris Thia . (For those not residing at US or Europe would get e-Book.) THE RULES: One entry per e-mail address. Contest will run from 2/27/14 through 3/9/14 Two lucky winners will be selected on or around 3/11/14 Open to all residents. ABOUT BOOK : The book will help you achieving following objectives: Get to grips with the Pentaho suite Explore the basics of Big Data and its business context Set up a Pentaho business analytics server Consume Big Data on HDFS platform using Pentaho Data Integration Create visualization with P

Is blockchain a technology or an algorithm?

After a phenomenal growth of bitcoin in 2017, all of sudden everyone in the cyber world has started talking about crypto-currency and the technology behind it - Blockchain . I am sure you too must be flowing through this new fanfare. So here I would be trying to explain this platform in just 11 mins . What is Blockchain? Blockchain is an ever-growing list of transactions , called Blocks which are always linked to their previous Blocks and are secured by cryptography hash. This Blockchain will be stored on distributed peer-to-peer (P2P) network nodes. If you are familiar with BitTorrent, you can easily understand this P2P communication. Each block has three things: data, its own hash and hash to previous block Data can be regarded as a ledger. Hash can be compared with fingerprint, which is a unique identification of the block. It is generated based on the content and even a single character change will make it different. Hash to previous Block: this creates a link