Differentiate between cloud computing and deployment models

Mohamad MahmoodMohamad Mahmood
3 min read

Cloud computing and deployment models refer to different aspects of the cloud computing ecosystem. Let's differentiate between the two:

Cloud Computing Models: Cloud computing models categorize the types of services offered by cloud providers. There are three main models:

  1. Infrastructure as a Service (IaaS): In the IaaS model, cloud providers offer virtualized computing resources, such as virtual machines, storage, and networks. Users have control over the operating systems, applications, and configurations running on the virtual machines. They are responsible for managing the software stack and applications while the cloud provider manages the underlying infrastructure.

  2. Platform as a Service (PaaS): PaaS provides a higher level of abstraction by offering a platform on which users can develop, deploy, and manage applications. Users can focus on coding and application logic while the cloud provider handles the underlying infrastructure, including the operating system, runtime environment, and middleware. PaaS simplifies the application development process by providing preconfigured development frameworks and tools.

  3. Software as a Service (SaaS): SaaS is the most abstracted cloud computing model. It provides fully functional software applications over the internet. Users can access and use the software application without worrying about infrastructure management, maintenance, or updates. The cloud provider handles all aspects of the infrastructure, platform, and application management.

Deployment Models: Deployment models, on the other hand, describe the ways in which cloud computing resources are deployed and made available to users. There are four main deployment models:

  1. Public Cloud: Public cloud refers to cloud services offered over the public internet by third-party providers. These providers own and manage the cloud infrastructure, making it available to multiple users. Public clouds offer scalability, flexibility, and cost-effectiveness as resources are shared among multiple customers.

  2. Private Cloud: Private cloud infrastructure is dedicated to a single organization. It can be hosted on-premises or managed by a third-party service provider. Private clouds offer enhanced security, control, and customization options, making them suitable for organizations with stringent data privacy and compliance requirements.

  3. Hybrid Cloud: Hybrid cloud combines the use of both public and private cloud infrastructure. It allows organizations to leverage the benefits of both environments. Organizations can use public clouds for scalability, cost-efficiency, and non-sensitive workloads, while keeping sensitive data and critical workloads in a private cloud or on-premises infrastructure.

  4. Multi-Cloud: Multi-cloud refers to the use of multiple cloud service providers to address specific needs. Organizations can distribute workloads across different cloud providers to avoid vendor lock-in, take advantage of specialized services, or ensure redundancy and disaster recovery. Multi-cloud environments require managing and integrating resources from multiple providers.

In summary, cloud computing models categorize the types of services provided by cloud providers (IaaS, PaaS, SaaS), while deployment models describe how cloud resources are deployed and made available to users (public, private, hybrid, multi-cloud).

0
Subscribe to my newsletter

Read articles from Mohamad Mahmood directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Mohamad Mahmood
Mohamad Mahmood

Mohamad's interest is in Programming (Mobile, Web, Database and Machine Learning). He studies at the Center For Artificial Intelligence Technology (CAIT), Universiti Kebangsaan Malaysia (UKM).