Technology

What are the Cloud Based Service Models?

Cloud Based Models

We have already discussed Cloud-Based Technology, there we have stated there different models of cloud computing (IAAS, SAAS, PAAS). Those three models are very important in cloud computing and in this article, we are going to understand them closely.

Cloud-Based Service Models

  • IAAS: Infrastructure as a Service
  • SAAS: Software as a Service
  • PAAS: Platform as a Service

The services given by the service provider to the customers or users through cloud computing technology are said cloud services.

The Service Provider’s server gives both the hardware and software necessary and thus easy management for both user and the cloud service provider.

Cloud computing providers offer their services according to three fundamental models: Infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS) where IaaS is the most basic and each higher model abstracts from the details of the lower models.

IAAS: Infrastructure as a Service

In this most basic cloud service model, providers offer computers, as physical or more often as virtual machines and other resources.

A hypervisor or virtual machine monitor is computer software, firmware or hardware that creates and runs virtual machines. A computer on which a hypervisor runs one or more virtual machines is called a host machine, and each virtual machine is called a guest machine.

The virtual machines are run as guests by a hypervisor, such as Xen or KVM. Management of pools of hypervisors by the cloud operational support system leads to the ability to scale to support a large number of virtual machines.

Other resources in Infrastructure as a Service clouds include images in a virtual machine image library, raw (block) and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks (VLANs), and software bundles.

To deploy their applications, cloud users then install operating system images on the machines as well as their application software. In this model, it is the cloud user who is responsible for patching and maintaining the operating systems and application software. Cloud providers typically bill IaaS services on a utility computing basis, that is, the cost will reflect the number of resources allocated and consumed. STaaS – STorage As A Service. This service comes under IaaS, which manages all the storage services in cloud computing. There are many security issues in this service. They are Data Integrity, Confidentiality,  Reliability, etc.

IaaS refers not to a machine that does all the work but simply to a facility given to businesses that offer users the leverage of extra storage space in servers and data centers.

Examples of IaaS include Amazon CloudFormation (and underlying services such as Amazon EC2), Rackspace Cloud, Terremark, Windows Azure Virtual Machines, Google Compute Engine, and Joyent.

PAAS: Platform as a Service

In the PaaS model, cloud providers deliver a computing platform typically including operating system, programming language execution environment, database, and the web server. Application developers can develop and run their software solutions on a cloud platform without the cost and complexity of buying and managing the underlying hardware and software layers. With some PaaS offers, the underlying computer and storage resources scale automatically to match application demand such that cloud user does not have to allocate resources manually.

Examples of PaaS include Amazon Elastic Beanstalk, Cloud Foundry,  Heroku,  Force.com, EngineYard, Mendix, Google App Engine, Windows Azure Compute, and OrangeScape.

SAAS: Software as a Service

In this model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients. The cloud users do not manage the cloud infrastructure and platform on which the application is running.

This eliminates the need to install and run the application on the cloud user’s own computers simplifying maintenance and support. What makes a cloud application different from other applications is its scalability. This can be achieved by cloning tasks onto multiple virtual machines at run-time to meet the changing work demand. Load balancers distribute the work over the set of virtual machines.

This process is transparent to the cloud user who sees only a single access point. To accommodate a large number of cloud users, cloud applications can be multitenant, that is, any machine serves more than one cloud user organization. It is common to refer to special types of cloud-based application software with a similar naming convention: desktop as a service, business process as a service, test environment as a service, communication as a service.

The pricing model for SaaS applications is typically a monthly or yearly flat fee per user, so the price is scalable and adjustable if users are added or removed at any point.

Examples of SaaS include Google Apps, Microsoft Office 365, and Onlive.

Tuts

About Author

Tutsmaster.org provides tutorials related to tech and programmings. We are also setting up a community for the users and students.

You may also like

waterfall model
Technology

Advantages and Disadvantages of Waterfall Model

Waterfall Model is one of the major and crucial system development models which was developed for System development. This is
Cloud Computing
Technology

What is Cloud Computing? Benefits and Characteristics

Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct active management