Thursday, January 23, 2014

IaaS v.s. PaaS v.s SaaS




IaaS, PaaS and SaaS are cloud computing service models.

IaaS(Infrastructure as a service), as the name suggests, provides you the computing infrastructure, physical or (quite often) virtual machines and other resources like virtual-machine disk image library, block and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks etc. Examples: Amazon EC2, Windows Azure, Rackspace.

PaaS(Platform as a service), as the name suggests, provides you computing platforms which typically includes operating system, programming language execution environment, database, web server etc. Examples : AWS Elastic Beanstalk, Heroku, Force.com, Google App Engine.

While in Saas(Software as a service) model you are provided with access to application softwares often referred to as on-demand softwares. You don't have to worry about the installation, setup and running of the application. Service provider will do that for you. You just have to pay and use it through some client. Examples : Google Apps, Microsoft Office 365.
Few additional points regarding your question :
1- AWS(Amazon web services) is a complete suite which involves a whole bunch of useful web services. Most popular are EC2 and S3 and they belong to IaaS service model.
2- Although Hadoop is based on previous works by Google(GFS and MapReduce), it is not from Google. It is an Apache project. You can find more here. It is just a distributed computing platform and does not fall into any of these service models, IMHO.
3- Microsoft's Windows Azure is again an example of IaaS.
As far as popularity of these services is concerned, they all are popular. It's just that which one fits into your requirements better. For example, if you want to have a Hadoop cluster on which you would run MapReduce jobs, you will find EC2 a perfect fit, which is IaaS. On the other hand if you have some application, written in some language, and you want to deploy it over the cloud, you would choose something like Heroku, which is an example of PaaS.

Friday, January 10, 2014

Geeky Jokes


Q: How do you tell an introverted computer scientist from an extroverted computer scientist?
A: An extroverted computer scientist looks at your shoes when he talks to you.
Q: Why do programmers always mix up Halloween and Christmas?
A: Because Oct 31 == Dec 25!      

     
Opposites attract...
Wife: "I'll be right back!"
Me: "I'll be left forward"
 
Software is like sex: It’s better when it’s free.

Unix is user friendly. It’s just very particular about who its friends are.


link text

and finally a Java Joke......

Q: Why do Java programmers wear glasses ?
A: Because they don't C#



Thursday, January 2, 2014

Quote of the month


I don't really have a "quote of " this or that but here it is anyways...   If you have to think hard to figure this out you are a point-in-case.

Caveat Emptor: The cost of software
maintenance increases with the square of
the programmer’s creativity
.

First Law of Programmer Creativity,
Robert D. Bliss, 1992