0% found this document useful (0 votes)
5 views

Unit 1 - CC

The document provides an overview of cloud computing, including its basic terminology, service models (IaaS, PaaS, SaaS), and deployment types (public, private, hybrid). It outlines key concepts such as virtualization, scalability, elasticity, and the roles and responsibilities of cloud service providers and customers. Additionally, it discusses the characteristics of cloud computing, emphasizing on-demand self-service, broad network access, resource pooling, rapid elasticity, measured service, scalability, and security.

Uploaded by

aravioffl
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Unit 1 - CC

The document provides an overview of cloud computing, including its basic terminology, service models (IaaS, PaaS, SaaS), and deployment types (public, private, hybrid). It outlines key concepts such as virtualization, scalability, elasticity, and the roles and responsibilities of cloud service providers and customers. Additionally, it discusses the characteristics of cloud computing, emphasizing on-demand self-service, broad network access, resource pooling, rapid elasticity, measured service, scalability, and security.

Uploaded by

aravioffl
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Unit 1

Class Note 1 backlink Tag

Basic Terminology and Concepts


1. Cloud Computing:
Cloud computing refers to the on-demand availability of computing
resources (like servers, storage, databases, networking, and software)
delivered over the internet. Instead of managing local servers or personal
devices, companies and individuals can use cloud services to access these
resources when needed. Cloud computing provides scalability, flexibility,
and cost savings, as users pay only for what they use. The cloud eliminates
the need for large capital expenditures on hardware and software, shifting to
a pay-as-you-go or subscription model.

2. Cloud Service Models:


Infrastructure as a Service (IaaS): This is the most basic cloud service
model, where the cloud provider offers virtualized computing
infrastructure such as servers, storage, and networking. Users manage
the OS, storage, and applications but donʼt worry about the underlying
hardware. Common examples include AWS EC2 and Google Compute
Engine.

Platform as a Service (PaaS): In PaaS, the cloud provider delivers a


platform that includes infrastructure, operating systems, and
middleware, allowing developers to focus on building and running
applications without worrying about managing the underlying
infrastructure. Examples: AWS Elastic Beanstalk and Google App
Engine.
Software as a Service (SaaS): SaaS delivers fully functional applications
over the internet. The cloud provider manages everything, including
infrastructure and software updates. End-users access applications
through a web browser, with no need for installation. Examples include
Google Workspace and Salesforce.

3. Public, Private, Hybrid Clouds:


Public Cloud: In a public cloud, services are delivered over the internet
by third-party providers. Resources are shared among multiple
customers (multi-tenancy), but data remains isolated. Public clouds are
scalable and cost-effective since users pay only for what they use.
Popular providers are AWS, Azure, and Google Cloud.

Private Cloud: A private cloud is used exclusively by a single


organization, either hosted on-premises or by a third party. Private
clouds offer greater control, customization, and security but are
generally more expensive than public clouds due to dedicated
infrastructure.
Hybrid Cloud: A hybrid cloud combines both public and private clouds,
allowing data and applications to move between them. This setup
enables businesses to optimize their workloads by keeping sensitive
data in a private cloud while leveraging the scalability of public cloud
resources for less critical tasks.

4. Virtualization:
Virtualization is a technology that allows multiple virtual machines (VMs) to
run on a single physical server by creating a virtual version of that serverʼs
hardware resources. Each VM operates independently with its own
operating system, enabling more efficient use of physical resources.
Virtualization also allows better resource management, reduces costs, and
provides flexibility, making it a core component of cloud computing.
Examples include VMware and Hyper-V.

5. Scalability:
Scalability in cloud computing refers to the ability to increase or decrease IT
resources as needed. It comes in two forms:
Vertical Scaling (Scaling Up): Adding more power (e.g., CPU, memory)
to an existing machine.
Horizontal Scaling (Scaling Out): Adding more instances or machines to
distribute the workload. Scalability ensures that applications can handle
increased traffic without compromising performance, and resources
can be scaled down during periods of low demand to save costs.

6. Elasticity:
Elasticity is a core feature of cloud computing that allows resources to be
automatically scaled up or down depending on the workload demand. This
automatic adjustment of resources helps businesses handle traffic spikes
without manual intervention. Elasticity is important for optimizing
performance, maintaining cost efficiency, and providing the flexibility
needed to meet fluctuating demands, particularly in SaaS and web
applications.
7. On-Demand Self-Service:
On-demand self-service allows cloud users to provision, configure, and
manage computing resources (such as server time, storage, or network
capabilities) as needed, without requiring direct interaction with the service
provider. Users can access a self-service portal or API to request resources
at any time, making it easier to scale and deploy applications efficiently.

8. Pay-As-You-Go:
Pay-as-you-go (PAYG) is a billing model in cloud computing where users are
charged only for the resources they consume. This approach allows for
flexible spending, where organizations can scale up or down based on
demand, paying only for actual usage, whether it's storage, compute power,
or bandwidth. PAYG reduces waste and unnecessary capital expenditure on
unused infrastructure, offering a cost-effective alternative to traditional IT
spending.

9. Multi-Tenancy:
Multi-tenancy is a cloud architecture where multiple users (tenants) share
the same physical resources, such as servers or storage, while keeping their
data logically isolated and secure. Each tenantʼs data is kept separate from
others, but the underlying infrastructure is shared, allowing for better
resource utilization and cost efficiency. Itʼs a common model in SaaS
platforms where many customers use the same application with their own
individual configurations and data.

10. Cloud Storage:


Cloud storage refers to storing data in an offsite location, maintained by a
third-party cloud provider, and accessed over the internet. It provides
scalable, durable, and cost-effective solutions for data backup, file sharing,
and large-scale storage needs. Cloud storage is typically divided into
object, file, or block storage, depending on the use case. Popular examples
include Amazon S3, Google Cloud Storage, and Microsoft Azure Blob
Storage.

11. Regions and Availability Zones (AZs):


Region: A region is a geographic area where a cloud provider has data
centers. It usually contains multiple Availability Zones (AZs), allowing
users to choose where their data and applications are hosted.
Availability Zone: AZs are isolated locations within a region, each with
its own power, cooling, and network. Spreading resources across
multiple AZs enhances fault tolerance and high availability, ensuring that
if one AZ fails, the others continue to function.

12. Serverless Computing:


Serverless computing is a cloud execution model where the cloud provider
dynamically manages the infrastructure. Developers simply write and
deploy code, and the provider handles everything related to server
management, scaling, and capacity planning. The term "serverless" does
not mean there are no servers; rather, it means that developers donʼt need
to worry about the underlying infrastructure. Examples: AWS Lambda and
Google Cloud Functions.

13. Containerization:
Containerization packages an application and its dependencies into a
standardized unit called a container, ensuring that the application runs
consistently in different environments. Containers are lightweight, portable,
and run independently of the underlying system, unlike virtual machines,
which require their own OS. Popular tools include Docker, which creates
containers, and Kubernetes, which orchestrates them for scaling and
deployment.

14. Cloud Native:


Cloud-native refers to applications specifically designed for the cloud
environment, built using microservices, containers, and orchestration tools
like Kubernetes. These applications take full advantage of cloud features
such as auto-scaling, distributed data management, and continuous
delivery. Cloud-native apps are resilient, agile, and designed to be deployed
rapidly across cloud infrastructure, making them ideal for modern, scalable
solutions.

15. Edge Computing:


Edge computing involves processing data closer to its source, rather than
relying on centralized cloud data centers. This reduces latency, conserves
bandwidth, and improves real-time processing capabilities, especially for
applications like IoT, autonomous vehicles, and smart cities. Edge devices
collect and process data locally and can send only the most critical data to
the cloud, ensuring faster decision-making and reduced network load.

Roles and Boundaries


In cloud computing, roles and boundaries refer to how responsibilities,
controls, and resources are defined and allocated between cloud service
providers and cloud customers. Understanding these roles and boundaries
is essential for managing the cloud environment, security, and operational
efficiency.

1. Roles:
Cloud computing typically involves different stakeholders, each with distinct
roles. Here are the primary roles in cloud computing:

1.1 Cloud Service Provider (CSP):


Description: The entity responsible for providing cloud services,
including the infrastructure, platforms, and software.
Responsibilities: CSPs manage the physical infrastructure (servers,
storage, networking), data centers, and, in some cases, operating
systems and middleware (depending on the service model - IaaS, PaaS,
SaaS).
Examples: AWS, Microsoft Azure, Google Cloud, IBM Cloud.

1.2 Cloud Customer:


Description: The individual or organization that uses the cloud services
provided by the CSP.
Responsibilities: Cloud customers are responsible for managing their
applications, data, and some aspects of the security, depending on the
service model they choose. They also configure and manage the
resources they provision.
Examples: A company using AWS EC2 for hosting its applications or a
developer using Google Cloud Functions for serverless computing.

1.3 Cloud Broker:


Description: An intermediary that manages the use, performance, and
delivery of cloud services, and negotiates relationships between cloud
providers and cloud consumers.
Responsibilities: Brokers help businesses choose the right cloud
provider, manage multiple cloud environments, and ensure optimal use
of resources.
Examples: RightScale or CloudBolt.

1.4 Cloud Auditor:


Description: A third-party that evaluates the security, performance, and
compliance of a cloud service. They help ensure that the cloud provider
meets regulatory and industry standards.
Responsibilities: Conduct security audits, risk assessments, and
regulatory compliance checks.
Examples: Auditors assess compliance with standards like ISO 27001,
GDPR, or SOC 2.

1.5 Cloud Carrier:


Description: The organization that provides the connectivity and
transport of cloud services between the CSP and the cloud consumer.
Responsibilities: Ensures secure and reliable data transmission between
users and cloud providers. They are usually telecom providers.
Examples: AT&T, Verizon, or any internet service provider (ISP).

2. Boundaries:
Boundaries define the limits of responsibility between the cloud provider
and the customer. Understanding the Shared Responsibility Model is crucial
for defining these boundaries, especially in terms of security, compliance,
and management.

2.1 Shared Responsibility Model:


In cloud computing, security and management responsibilities are shared
between the CSP and the customer. These responsibilities vary based on
the cloud service model (IaaS, PaaS, SaaS).
IaaS (Infrastructure as a Service):
Provider's Responsibilities: Managing the physical infrastructure,
including servers, storage, networking, and virtualization.
Customer's Responsibilities: Managing the operating system,
applications, security configuration (firewalls, data encryption),
and the data.

PaaS (Platform as a Service):


Provider's Responsibilities: Managing the physical infrastructure,
operating systems, middleware, and development frameworks.
Customer's Responsibilities: Managing the application code,
data, and configuring security within the application.

SaaS (Software as a Service):


Provider's Responsibilities: Managing everything, including
infrastructure, platforms, and the application itself.
Customer's Responsibilities: Managing user access,
permissions, and the data they input into the application.
2.2 Security Boundaries:
Physical Security: The cloud provider is responsible for securing the
physical data centers and infrastructure (e.g., AWS ensures that its data
centers are protected against physical intrusions).
Network Security: Cloud customers and providers share responsibility.
The provider secures the network infrastructure, while customers must
configure virtual networks, security groups, and firewalls to protect their
resources.
Application Security: This is largely the customer's responsibility.
Customers must ensure that their applications and services hosted in
the cloud are secure by following best practices like encryption, input
validation, and access control.

Data Security: While cloud providers ensure data storage encryption at


rest, customers are responsible for managing sensitive data, including
encryption in transit, access control, and backups.

2.3 Compliance Boundaries:


Compliance with regulations (e.g., GDPR, HIPAA) is a shared responsibility.
The cloud provider must ensure that their infrastructure meets the
necessary compliance requirements. However, the cloud customer is
responsible for ensuring that their usage of cloud resources complies with
industry standards and local laws, including data residency and access
controls.

3. Operational Boundaries:
Resource Management: Cloud providers are responsible for ensuring
the availability of physical resources (servers, storage, etc.), while
customers are responsible for provisioning and managing virtual
resources (VMs, databases).
Scaling: CSPs provide auto-scaling tools, but customers must configure
scaling policies for their applications based on expected traffic or
workloads.
Monitoring: While CSPs monitor the physical health of their
infrastructure, customers must monitor their own usage, performance,
and availability of their services (using tools like AWS CloudWatch or
Azure Monitor).
Understanding roles and boundaries in cloud computing helps both
providers and customers manage resources, responsibilities, and security
more effectively.
Cloud Computing Characteristics
1. On-Demand Self-Service:
This characteristic allows users to provision cloud services, such as
compute power, storage, or networking, automatically without requiring
human interaction with the service provider. Through a web interface or API,
users can request and control resources at any time, making it convenient to
scale and manage resources dynamically. The ability to self-service
reduces the time needed to deploy applications and infrastructure,
empowering businesses to quickly adapt to changing requirements and
workloads.

Example: In AWS, users can create and manage virtual machines (EC2
instances) or storage volumes (S3) via the AWS Management Console
without involving the cloud providerʼs staff.

2. Broad Network Access:


Cloud services are accessible over the internet from any device, such as
laptops, smartphones, tablets, or desktop computers. This characteristic
ensures that users can access applications and data from any location,
provided they have internet connectivity. The services are available through
standard mechanisms (like browsers, APIs, or command-line tools) that
promote wide accessibility.
Example: Google Cloud offers a range of services accessible via a web
browser, so users can manage virtual machines, databases, or storage
solutions remotely, without needing to be physically close to the data center.

3. Resource Pooling:
Cloud providers use a multi-tenant model, meaning that resources such as
compute, storage, and network bandwidth are pooled and shared among
multiple users (tenants). Resource pooling allows for more efficient use of
hardware, as it maximizes the utilization of resources by allocating them
dynamically to different customers based on demand. The end-users,
however, remain unaware of the exact physical location of their data or
services, giving the illusion of infinite resources.
Example: In Microsoft Azure, multiple customers can use the same
underlying server infrastructure for running virtual machines. The provider
dynamically allocates resources to each user based on their needs, while
ensuring data isolation and security.
4. Rapid Elasticity:
Elasticity in cloud computing refers to the ability to automatically scale
resources up or down based on demand. When an application experiences
high traffic, the cloud can automatically allocate more resources to handle
the load, and when demand decreases, the resources can be scaled back
down. This elasticity ensures that businesses can maintain optimal
performance during peak times without overpaying for resources during
off-peak times.
Example: AWS Auto Scaling allows applications to automatically increase or
decrease the number of running instances based on predefined conditions,
such as CPU usage or network traffic.

5. Measured Service:
Cloud systems automatically monitor, control, and optimize resource usage
by metering the resources consumed. Cloud providers implement a pay-as-
you-go pricing model where customers are billed only for what they use.
This metering could involve compute usage, storage, bandwidth, or even
the number of API calls. The measured service ensures transparency and
allows customers to track their consumption patterns and optimize costs.
Example: AWS provides detailed billing information, allowing users to see
their exact consumption of services such as storage (S3), compute time
(EC2), or database queries (RDS). Customers can view reports on resource
utilization, helping them manage costs effectively.

6. Scalability:
Cloud computing offers both vertical and horizontal scalability:

Vertical Scaling (Scaling Up): Adding more power to an existing


machine, such as increasing CPU, memory, or storage.
Horizontal Scaling (Scaling Out): Adding more machines or instances to
distribute the workload, like adding more servers to balance the
incoming traffic.
Scalability ensures that cloud environments can handle varying loads,
ensuring smooth operation whether an application is serving hundreds or
millions of users.
Example: In Google Cloud, an application running on Google Kubernetes
Engine (GKE) can automatically scale the number of containers running
based on user traffic, ensuring optimal performance.

7. Security:
Cloud providers ensure a high level of security by implementing encryption,
identity and access management (IAM), network isolation, and other best
practices. Security in the cloud includes both physical security (such as
secure data centers) and logical security (encryption, firewalls). Customers
are often responsible for securing their own applications, data, and user
access policies in the cloud, based on the shared responsibility model.

Example: In AWS, features like Identity and Access Management (IAM) help
customers create user roles and policies to manage access to resources
securely. CloudTrail logs every API call, which provides audit trails for
security monitoring.

8. Multitenancy:
Multitenancy refers to the ability of cloud systems to serve multiple users
(tenants) on shared infrastructure while ensuring their data and resources
remain isolated from one another. This allows providers to use resources
more efficiently, reducing costs while still maintaining security and data
privacy for each tenant.
Example: In SaaS platforms like Salesforce, multiple businesses use the
same application, but their data is kept separate and secure, giving each
company a tailored experience without resource overlap.

9. High Availability:
Cloud computing ensures that applications and services remain available
and functional even in the face of failures or spikes in demand. High
availability is achieved by distributing resources across multiple data
centers (availability zones), ensuring redundancy. Cloud services are
designed to quickly recover from failures and maintain minimal downtime.

Example: AWS provides availability zones (AZs) within each region to


ensure that services remain available even if one AZ experiences issues.
This means applications can continue running without interruption in case of
a failure in one data center.

10. Fault Tolerance:


Fault tolerance in cloud computing refers to the ability to continue operating
without interruption in case of failure of one or more components. This is
usually achieved by replicating data and services across multiple servers or
locations, so if one component fails, another can take over seamlessly.
Fault-tolerant systems ensure that there is no single point of failure.
Example: Microsoft Azure offers geo-redundant storage (GRS) that
automatically replicates data across different regions, ensuring that even if
one region fails, data remains available.
11. Automation:
Automation in the cloud refers to the use of tools and scripts to provision,
configure, and manage cloud resources with minimal human intervention.
This allows businesses to quickly deploy infrastructure and applications,
maintain environments consistently, and automate routine tasks like
backups and scaling.

Example: AWS CloudFormation enables users to automate the deployment


and management of infrastructure by defining resources as code. It helps in
creating complex architectures without manual configuration.

These characteristics are essential for cloud computing to deliver flexibility,


efficiency, and cost savings. They explain how the cloud manages
resources, ensures security, and delivers services in a scalable, reliable, and
cost-effective manner.

Cloud Delivery Models


In cloud computing, the Cloud Delivery Models refer to the ways in which
cloud services are provided and consumed. There are three primary cloud
delivery models: Infrastructure as a Service (IaaS), Platform as a Service
(PaaS), and Software as a Service (SaaS). Each model offers varying levels
of control, flexibility, and management for the customer, as well as varying
levels of responsibility for the cloud service provider.
Hereʼs a detailed explanation of each model that you can write about in your
university exam:

1. Infrastructure as a Service (IaaS):


Infrastructure as a Service (IaaS) is the most basic and fundamental cloud
service model, where the cloud provider offers virtualized computing
resources over the internet. IaaS provides users with access to hardware
resources like servers, storage, networking, and virtualization, enabling
them to deploy and run their own operating systems, applications, and
services.

Key Features:
Virtualized Hardware: IaaS provides virtual machines (VMs), storage,
and networking capabilities. Users can rent these resources and run
their own software on them.
Scalability: IaaS allows dynamic scaling. Resources can be increased or
decreased based on user demand, ensuring optimal performance
without over-provisioning.

Customization: Users have full control over the operating system,


applications, and middleware, making IaaS highly customizable.
Pay-as-you-go: Users only pay for the resources they use (compute,
storage, etc.), making IaaS cost-effective for startups and businesses
that need flexible infrastructure.

Examples:
Amazon Web Services (AWS): AWS offers EC2 (Elastic Compute Cloud)
as part of its IaaS offering, allowing users to rent virtual machines to run
applications.

Microsoft Azure: Azure Virtual Machines offer similar services where


users can deploy, manage, and scale virtualized infrastructure.
Google Cloud Compute Engine: Provides virtual machines on Google's
infrastructure.

Advantages:
High flexibility and control over infrastructure.
Ideal for businesses that want to avoid the cost and complexity of
buying and managing physical servers.
Easy to scale up or down based on business needs.

Disadvantages:
Requires users to manage the OS, middleware, and applications
themselves, which increases complexity for non-expert users.
Security management is partly the responsibility of the customer.

2. Platform as a Service (PaaS):


Platform as a Service (PaaS) provides a development environment that
allows users to build, test, and deploy applications without worrying about
the underlying infrastructure. In a PaaS environment, the cloud provider
manages the infrastructure (including servers, storage, and networking),
while developers focus solely on creating and maintaining applications.

Key Features:
Development Tools: PaaS offers integrated development environments
(IDEs), databases, and development frameworks (e.g., Java, Python,
Node.js).
Managed Infrastructure: Users donʼt have to worry about managing the
underlying infrastructure. The cloud provider takes care of everything
from servers to storage.
Automated Scaling: PaaS platforms can automatically scale based on
the number of users or the workload on the application.

Collaboration: PaaS platforms often allow multiple developers to work


on the same project simultaneously, facilitating teamwork and improving
productivity.

Examples:
Google App Engine: A PaaS service that allows developers to build and
run applications on Googleʼs infrastructure without managing servers.

Microsoft Azure App Service: Allows developers to build web apps,


mobile backends, and APIs in various programming languages, and
deploy them without managing the underlying infrastructure.
Heroku: A popular PaaS that supports several programming languages,
including Ruby, Java, and Python, enabling developers to deploy,
manage, and scale applications.

Advantages:
Simplifies the development process by managing infrastructure,
allowing developers to focus on coding and innovation.
Reduces the complexity of deployment and management.
Automatic scaling and load balancing to handle high traffic.

Provides built-in security, backup, and monitoring tools.

Disadvantages:
Limited control over the infrastructure since the provider manages it.
Less flexibility compared to IaaS, as users must work within the
constraints of the platform.
Risk of vendor lock-in due to the use of proprietary development tools
and environments.

3. Software as a Service (SaaS):


Software as a Service (SaaS) is a model where software applications are
delivered over the internet, eliminating the need for users to install, manage,
or maintain the underlying infrastructure or application software. In this
model, the cloud provider manages everything from the infrastructure to the
application, and users access the service through a web browser or client
application.

Key Features:
Access via the Internet: SaaS applications are typically accessed
through a web browser, and users donʼt need to install any software on
their devices.
Automatic Updates: SaaS providers handle software updates, security
patches, and maintenance, ensuring that the application is always up to
date.
Multitenancy: A single instance of the software serves multiple
customers (tenants), ensuring cost efficiency and scalability.

Subscription Model: SaaS typically follows a subscription-based pricing


model, where customers pay monthly or annually based on usage or the
number of users.

Examples:
Google Workspace (formerly G Suite): Includes cloud-based
productivity apps like Gmail, Google Drive, Docs, and Sheets.
Microsoft 365: A suite of cloud-based productivity applications,
including Word, Excel, PowerPoint, and Teams.
Salesforce: A cloud-based customer relationship management (CRM)
platform that helps businesses manage customer interactions and sales
pipelines.

Advantages:
No need to worry about infrastructure, maintenance, or updates.
Rapid deployment of software, allowing users to start using it almost
instantly.
Cost-effective for businesses, as they donʼt need to invest in hardware
or software licenses.
Accessible from any device with an internet connection, enabling
remote work.

Disadvantages:
Limited customization compared to on-premises software.
Data security and privacy concerns, as sensitive data is stored on third-
party servers.
Dependency on the SaaS provider for performance and uptime.
Potential vendor lock-in, where migrating to a different service may be
complex or costly.

Comparison of IaaS, PaaS, and SaaS:

Aspect IaaS PaaS

SaaS

Control High control over Control over


infrastructure applications, not
infrastructure

No control over
infrastructure or
software

Management Customer manages OS, Provider manages


applications infrastructure; customer
focuses on applications

Provider manages
everything

Target Audience IT administrators and Developers


developers

End users and business


professionals

Use Case Hosting virtual machines, Application development


storage, networks and testing

Cloud-based software
applications

Examples AWS EC2, Azure VMs, Google App Engine,


Google Compute Engine Azure App Service,
Heroku

Google Workspace,
Microsoft 365,
Salesforce
Conclusion:
The cloud delivery models (IaaS, PaaS, and SaaS) cater to different needs
and levels of control, flexibility, and responsibility. IaaS provides the most
control but requires the user to manage the infrastructure. PaaS simplifies
development by abstracting the infrastructure, but limits control over the
underlying platform. SaaS offers the least control, but it's the easiest to use
and provides fully managed software solutions for end-users.
By understanding these cloud delivery models, businesses and developers
can choose the right model based on their specific needs, whether they
require full control over the infrastructure, a managed development
environment, or a fully functioning software solution.

Deployment Model
In cloud computing, the Deployment Models define how cloud services are
deployed and made accessible to users. These models specify the access
and management environment in relation to the cloud infrastructure. There
are four primary cloud deployment models: Public Cloud, Private Cloud,
Hybrid Cloud, and Community Cloud. Each model offers different levels of
control, privacy, and scalability based on the organizationʼs needs.
Hereʼs a detailed explanation of each model that you can write about in your
university exam:

1. Public Cloud:
A Public Cloud is a cloud computing model where services and
infrastructure are provided to multiple customers over the internet by a
third-party cloud service provider. In a public cloud, resources such as
servers, storage, and applications are shared across multiple users or
tenants, but each user's data and applications remain isolated and secure.
The cloud provider manages the infrastructure and charges customers on a
pay-per-use basis.

Key Features:
Shared Infrastructure: Resources are shared among multiple users
(tenants), making public clouds highly scalable and cost-effective.
Cost-Effectiveness: Public cloud services follow a pay-as-you-go
model, meaning users only pay for what they use. This eliminates the
need for large upfront investments in IT infrastructure.
Accessibility: Public cloud services are accessible via the internet from
any location, making them ideal for businesses with remote or
distributed teams.

Fully Managed by Provider: The cloud provider handles all aspects of


the infrastructure, including maintenance, upgrades, security, and
scalability.

Examples:
Amazon Web Services (AWS): AWS provides a wide range of cloud
services, including compute, storage, and databases, to users
worldwide.
Microsoft Azure: Azure is a popular public cloud platform offering
solutions like virtual machines, app services, and cloud storage.

Google Cloud Platform (GCP): Google Cloud provides services like


Google Compute Engine and Google Cloud Storage for public cloud use.

Advantages:
Cost-efficient with no need for investing in hardware or infrastructure.
High scalability, allowing businesses to easily increase or decrease
resources.
Fast deployment of services and applications.
The provider is responsible for maintenance, security, and updates.

Disadvantages:
Security and privacy concerns due to shared infrastructure.

Limited control over the infrastructure since it's managed by the cloud
provider.
Dependent on internet connectivity for accessing services.

2. Private Cloud:
A Private Cloud is a cloud infrastructure that is dedicated exclusively to a
single organization. Unlike the public cloud, the private cloud is hosted
either on-premises or by a third-party provider, but all resources are
dedicated to one organization. This model offers greater control, security,
and privacy since the infrastructure is not shared with other users.

Key Features:
Exclusive Use: The cloud infrastructure is used solely by one
organization, providing enhanced security and privacy.
Customization: Organizations have full control over the cloud
environment and can customize it according to their specific needs.
On-Premises or Hosted: Private clouds can be hosted on the
organizationʼs premises (on-premises private cloud) or by a third-party
provider (hosted private cloud).
Greater Security: As the infrastructure is dedicated to a single
organization, private clouds provide higher levels of security and
compliance.

Examples:
VMware: VMware offers private cloud solutions for businesses to
manage and run their private cloud environments.
OpenStack: OpenStack is an open-source platform that allows
organizations to create and manage private clouds.
IBM Cloud Private: IBM Cloud Private provides an enterprise-grade
private cloud environment.

Advantages:
Enhanced security, privacy, and compliance due to exclusive use.
Full control over the infrastructure, applications, and data.
Customizable to meet specific business needs.
Suitable for businesses with strict data protection and regulatory
requirements.

Disadvantages:
Expensive to set up and maintain compared to public clouds due to the
need for dedicated hardware and IT resources.
Limited scalability compared to public clouds.
Requires in-house expertise for management and maintenance.

3. Hybrid Cloud:
A Hybrid Cloud is a combination of both public and private clouds, allowing
data and applications to be shared between them. This model enables
businesses to use the best of both worlds by keeping sensitive data in a
private cloud while leveraging the scalability and cost-effectiveness of the
public cloud for less critical workloads. A hybrid cloud provides more
flexibility and control over the deployment of resources.
Key Features:
Integration of Public and Private Clouds: Hybrid clouds enable
seamless integration between private and public cloud environments,
allowing organizations to move data and applications between them as
needed.
Workload Optimization: Organizations can run critical and sensitive
workloads on private clouds while using public clouds for non-critical
tasks.
Scalability: Hybrid clouds provide scalability by allowing businesses to
scale workloads into the public cloud during peak demand.
Security and Flexibility: While critical data remains in the private cloud,
non-sensitive data can be stored in the public cloud, ensuring security
while providing cost benefits.

Examples:
Microsoft Azure Stack: Allows organizations to run Azure services on
their own data centers while integrating with the Azure public cloud.
AWS Outposts: AWS offers hybrid cloud solutions where organizations
can run AWS services on-premises while connecting to the AWS public
cloud.
Google Anthos: Google Anthos enables hybrid cloud deployments
across both Google Cloud and on-premises environments.

Advantages:
Flexibility to use both public and private cloud resources depending on
the business needs.
Optimizes cost by running non-critical workloads on the public cloud.
Enhanced security for sensitive data kept in the private cloud.
Scalable during periods of high demand by leveraging public cloud
resources.

Disadvantages:
Complex to manage due to the integration of two different environments
(public and private).
Potential security vulnerabilities if data transfer between public and
private clouds is not properly managed.
Requires a good understanding of both cloud environments for effective
management.
4. Community Cloud:
A Community Cloud is a cloud infrastructure shared by several
organizations that have similar requirements, such as security, compliance,
and policies. The infrastructure can be managed by one or more of the
participating organizations or by a third-party service provider. This model is
often used by government agencies, healthcare organizations, or industries
with strict regulatory requirements.

Key Features:
Shared Infrastructure: The infrastructure is shared among a specific
community of users with common goals or requirements, such as
industry standards or compliance needs.

Collaborative Approach: Community clouds allow multiple


organizations to collaborate and share resources while benefiting from
the privacy and security of a private cloud.
Regulatory Compliance: Community clouds often address regulatory
requirements that are common to the participating organizations (e.g.,
healthcare, government, financial sectors).
Flexible Management: The community cloud can be managed by the
community itself or by a third-party provider, depending on the
arrangement.

Examples:
Government Clouds: Governments may create community clouds for
different departments or agencies to share data and resources while
maintaining compliance with government regulations.

Healthcare Clouds: Healthcare organizations may use community


clouds to store and share patient data in a way that complies with
industry standards like HIPAA (Health Insurance Portability and
Accountability Act).

Advantages:
Tailored to meet the specific needs of a community of organizations
with similar goals or regulatory requirements.
Cost-effective for organizations that can share the infrastructure while
ensuring compliance.
Higher security and privacy than public clouds, as access is limited to a
specific community.
Encourages collaboration and resource sharing among organizations.
Disadvantages:
Not as widely adopted as other cloud models, limiting availability.

May still involve complex management due to multiple organizations


sharing the infrastructure.
Costs are typically higher than public clouds because infrastructure is
not shared as broadly.

Comparison of Cloud Deployment Models:


Aspect Public Cloud Private Cloud

Hybrid Cloud Community Cloud

Infrastructure Shared with multiple Dedicated to a single


organizations organization

Combination of public Shared among


and private organizations with
common interests

Control Low High

Medium to high Medium

Cost Low (pay-per-use) High (due to dedicated


infrastructure)

Medium (based on Shared cost among


usage) organizations

Security Moderate (shared High (exclusive use)


infrastructure)

High for private, High (for members of the


moderate for public community)

Scalability High Limited

High Moderate

Management Cloud provider Organization or third-


party provider

Both private and public Managed by the


managed community or third party

Conclusion:
The cloud deployment models (Public, Private, Hybrid, and Community)
offer varying levels of control, security, and cost based on organizational
needs. Public Cloud is cost-effective and highly scalable but may have
security concerns. Private Cloud offers the highest level of control and
security, but at a higher cost. Hybrid Cloud balances flexibility, security, and
cost-effectiveness, making it suitable for businesses with fluctuating
demands. Community Cloud caters to organizations with similar
requirements, offering shared infrastructure with a focus on collaboration
and compliance.
By understanding these models, organizations can choose the best
deployment strategy to meet their specific needs regarding performance,
security, and cost efficiency.

You might also like