Thursday, May 21, 2009

Cloud Computing - Definition

The National Institute of Standards and Technology(NIST) has come up with detailed definition for "Cloud Computing"

Cloud computing is a pay-per-use model for enabling available, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model promotes availability and is comprised of five key characteristics, three delivery models, and four deployment models.


Those five key characteristics are:

* On-demand self-service.
* Ubiquitous network access.
* Location-independent resource pooling.
* Rapid elasticity.
* Pay per use.

And the three delivery models?

* Cloud Software as a Service (SaaS).
* Cloud Platform as a Service (PaaS).
* Cloud Infrastructure as a Service (IaaS).

Cloud software takes full advantage of the cloud paradigm by being service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability

And finally, the deployment models:

* Private cloud.
* Community cloud.
* Public cloud.
* Hybrid cloud.

Each deployment model instance has one of two types: internal or external. Internal clouds reside within an organizations network security perimeter and external clouds reside outside the same perimeter.

Details on all of these characteristics and models are available here. Keep in mind that this document is only a draft, which means that if you have any thoughts, suggestions, complaints, or whatever, you can participate in the dialog. Just send email to cloud@nist.com.
Courtesy: Dr.Dobb's CodeTalk