Overview
There are four main types of cloud computing: private clouds, public clouds, hybrid clouds, and multiclouds. There are also three main types of cloud computing services: Infrastructure-as-a-Service (Iaas), Platforms-as-a-Service (Paas), and Software-as-a-Service (Saas).
Choosing a cloud type or cloud service is a unique decision. No two clouds are the same (even if they’re the same type), and no two cloud services are used to solve the same problem. But by understanding the similarities, you can be more informed about how the caveats of each cloud computing type and cloud service might impact your business.
What’s the same?
Every cloud abstracts, pools, and shares scalable computing resources across a network. Every cloud type also enables cloud computing, which is the act of running workloads within that system. And every cloud is created using a unique mix of technologies, which almost always includes an operating system, some kind of management platform, and application programming interfaces(APIs). Virtualization and automation software can also be added to every kind of cloud for additional capabilities or increased efficiencies.
What’s different?
The differences between public clouds, private clouds, hybrid clouds, and multiclouds were once easily defined by location and ownership. But it’s just not that simple anymore. So while we compare the differences below, there are plenty of caveats.
Public clouds
Public cloud are cloud environments typically created from IT infrastructure not owned by the end user. Some of the largest public cloud providers include Alibaba Cloud, Amazon Web Services(AWS), Google Cloud, IBM Cloud, and Microsoft Azure .
Traditional public clouds always ran off-premises, but today’s public cloud providers have started offering cloud services on clients’ on-premise data centers. This has made location and ownership distinctions obsolete.
All clouds become public clouds when the environments are partitioned and redistributed to multiple tenants. Fee structures aren’t necessary characteristics of public clouds anymore, since some cloud providers (like the Massachusetts Open Cloud) allow tenants to use their clouds for free. The bare-metal IT infrastructure used by public cloud providers can also be abstracted and sold as IaaS, or it can be developed into a cloud platform sold as PaaS.
Private clouds
Private Clouds are loosely defined as cloud environments solely dedicated to a single end user or group, where the environment usually runs behind that user or group’s firewall. All clouds become private clouds when the underlying IT infrastructure is dedicated to a single customer with completely isolated access.
But private clouds no longer have to be sourced from on-premise IT infrastructure. Organizations are now building private clouds on rented, vendor-owned data centers located off-premises, which makes any location and ownership rules obsolete. This has also led to a number of private cloud subtypes, including:
Managed private clouds
Customers create and use a private cloud that’s deployed, configured, and managed by a third-party vendor. Managed private clouds are a cloud delivery option that helps enterprises with understaffed or under skilled IT teams provide better private cloud services and infrastructure.
Dedicated clouds
A cloud within another cloud. You can have a dedicated cloud on a public cloud or on a private cloud. For example, an accounting department could have its own dedicated cloud within the organization’s private cloud.
Hybrid clouds
A hybrid cloud is a seemingly single IT environment created from multiple environments connected through local area networks (LANs), wide area networks (WANs), virtual private networks (VPNs), and/or APIs.
The characteristics of hybrid clouds are complex and the requirements can differ, depending on whom you ask. For example, a hybrid cloud may need to include:
- At least one private cloud and at least one public cloud
- Two or more private clouds
- Two or more public clouds
- A bare-metal or virtual environment connected to at least one public cloud or private cloud
But every IT system becomes a hybrid cloud when apps can move in and out of multiple separate—yet connected—environments. At least a few of those environments need to be sourced from consolidated IT resources that can scale on demand. And all those environments need to be managed as a single environment using an integrated management and orchestration platform.
Multiclouds
Multiclouds are a cloud approach made up of more than 1 cloud service, from more than 1 cloud vendor—public or private. All hybrid clouds are multiclouds, but not all multiclouds are hybrid clouds. Multiclouds become hybrid clouds when multiple clouds are connected by some form of integration or orchestration.
A multicloud environment might exist on purpose (to better control sensitive data or as redundant storage space for improved disaster recovery) or by accident (usually the result of shadow IT). Either way, having multiple clouds is becoming more common across enterprises that seek to improve security and performance through an expanded portfolio of environments.
Cloud services
Clouds services are infrastructure, platforms, or software that are hosted by third-party providers and made available to users through the internet. There are three main types of as-a-Service solutions: IaaS, PaaS, and SaaS. Each facilitates the flow of user data from front-end clients through the internet, to the cloud service provider’s systems, and back—but vary by what’s provided.
IaaS

Iaas means a cloud service provider manages the infrastructure for you—the actual servers, network, virtualization, and data storage—through an internet connection. The user has access through an API or dashboard, and essentially rents the infrastructure. The user manages things like the operating system, apps, and middleware while the provider takes care of any hardware, networking, hard drives, data storage, and servers; and has the responsibility of taking care of outages, repairs, and hardware issues. This is the typical deployment model of cloud storage providers.
PaaS

PaaS means the hardware and an application-software platform are provided and managed by an outside cloud service provider, but the user handles the apps running on top of the platform and the data the app relies on. Primarily for developers and programmers, PaaS gives users a shared cloud platform for application development and management (an important DevOps component) without having to build and maintain the infrastructure usually associated with the process.
SaaS

Saas is a service that delivers a software application—which the cloud service provider manages—to its users. Typically, SaaS apps are web applications or mobile apps that users can access via a web browser. Software updates, bug fixes, and other general software maintenance are taken care of for the user, and they connect to the cloud applications via a dashboard or API. SaaS also eliminates the need to have an app installed locally on each individual user’s computer, allowing greater methods of group or team access to the software.

