0% found this document useful (0 votes)
30 views16 pages

Cloud Computing

Uploaded by

shuvampal23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views16 pages

Cloud Computing

Uploaded by

shuvampal23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

CLOUD COMPUTING – (UNIT 1)

1.Defining a Cloud
Ans:- The term cloud refers to a network of remote servers hosted on the internet that
store, manage, and process data, rather than a local server or personal computer. Cloud
computing enables users to access computing resources such as storage, processing power,
and applications over the internet, often with the flexibility to scale resources up or down
according to demand.
2. Cloud Types – NIST model, Cloud Cube model, Deployment models (Public, Private,
Hybrid and Community Clouds)
Ans:- Cloud computing has several models and frameworks used to define different aspects of cloud services
and deployment. Below are detailed explanations of the NIST Cloud Computing Model, the Cloud Cube Model,
and the various Deployment Models (Public, Private, Hybrid, and Community Clouds):

1. NIST Cloud Computing Model

The National Institute of Standards and Technology (NIST) developed a widely recognized definition and
framework for cloud computing. NIST's model defines cloud computing as a model for enabling convenient, on-
demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage,
applications, and services).

Key Characteristics (NIST Model):

NIST defines five essential characteristics of cloud computing:

1. On-demand self-service: Users can automatically provision computing resources like server time or
network storage, without human intervention from the service provider.

2. Broad network access: Cloud services are accessible over the network (internet) from various devices,
such as laptops, smartphones, or tablets.

3. Resource pooling: The cloud service provider’s computing resources are pooled to serve multiple
customers, with different physical and virtual resources dynamically assigned and reassigned
according to demand.

4. Rapid elasticity: Cloud resources can be rapidly and elastically provisioned, allowing the cloud
environment to scale up or down based on demand.

5. Measured service: Cloud computing resources are metered, and users only pay for the services they
use, similar to a utility service (e.g., electricity or water).

NIST Cloud Service Models:

• Infrastructure as a Service (IaaS): Provides virtualized computing resources (e.g., virtual machines,
storage). Example: AWS EC2, Microsoft Azure.

• Platform as a Service (PaaS): Offers a platform for developers to build, test, and deploy applications
without managing the underlying infrastructure. Example: Google App Engine, Heroku.

• Software as a Service (SaaS): Provides software applications over the internet that users can access via
a web browser, without needing to install or maintain them locally. Example: Gmail, Microsoft 365.
2. Cloud Cube Model

The Cloud Cube Model is a framework designed to help organizations understand the different ways in which
cloud computing can be deployed, and how various factors (such as security, data location, and management)
affect those deployments.

The Cube Model focuses on four axes:

1. Data Ownership: This axis identifies who owns and controls the data. In a cloud environment, data
ownership can be external (cloud provider owns it) or internal (organization retains ownership).

2. Location of Data: This refers to the physical location of the data. It can be on-premises (within the
organization), off-premises (external cloud provider), or geographically distributed.

3. Access Control: Determines how users or applications can access cloud services and data. It can be
fully open, with broad public access, or restricted with specific access controls.

4. Service Management: This axis identifies who manages the cloud service. It can be the cloud provider
(public cloud) or the organization itself (private cloud), and it covers all aspects of managing and
maintaining the cloud infrastructure, software, and data.

The Cloud Cube Model emphasizes how these four factors interact to determine the nature of cloud computing
services and their security implications. It helps organizations decide the best configuration for their cloud
environment.

3. Cloud Deployment Models

Cloud computing can be deployed in different ways, depending on the needs and requirements of the
organization. The main deployment models are:

a. Public Cloud

• Description: In a public cloud, the infrastructure and services are owned and operated by a third-party
provider and shared among multiple customers (tenants). The resources (such as servers, storage, and
networking) are delivered over the internet.

• Pros:

o Cost-effective (pay-as-you-go).

o Easy scalability and flexibility.

o No need for maintenance or hardware management.

• Cons:

o Less control over security and data privacy.

o Dependence on the cloud provider.

• Examples: Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP).
b. Private Cloud

• Description: A private cloud is a cloud infrastructure dedicated to a single organization. It can be


hosted on-premises or by a third-party provider. The organization has more control over the security,
privacy, and data management.

• Pros:

o Greater control over security, data privacy, and compliance.

o Customizable and tailored to specific business needs.

• Cons:

o Higher upfront costs and maintenance.

o Requires more management and IT expertise.

• Examples: A private cloud hosted in a company's data center or a private cloud service from vendors
like VMware or Microsoft.

c. Hybrid Cloud

• Description: A hybrid cloud combines both public and private cloud infrastructures. It allows data and
applications to be shared between them, providing greater flexibility and optimization by using both
cloud types.

• Pros:

o Flexibility to move workloads between public and private clouds.

o Cost-effective when using public cloud resources for less-sensitive workloads, while keeping
sensitive data in the private cloud.

• Cons:

o Complexity in managing and integrating multiple cloud environments.

o Potential challenges in ensuring security and compliance.

• Examples: A company that uses a private cloud for sensitive data and a public cloud for less-critical
applications.
d. Community Cloud

• Description: A community cloud is shared by multiple organizations with common interests (such as
similar regulatory, security, or compliance requirements). It can be managed by the organizations or a
third-party provider.

• Pros:

o Cost-sharing among multiple organizations.

o Tailored to specific community needs (e.g., healthcare, education).

• Cons:

o Limited control compared to a private cloud.

o Potential complexity in management and governance.

• Examples: Government organizations sharing a cloud infrastructure or healthcare organizations


sharing a cloud to meet regulatory compliance requirements.

3. Service Platform as a Service, Software as a Service with examples of services/ service providers

Ans:-

Cloud Service Models: PaaS and SaaS

In cloud computing, Platform as a Service (PaaS) and Software as a Service (SaaS) are two common service
models that provide different levels of abstraction and management responsibilities to users. Let’s explore each
model, their features, and provide examples of popular services and service providers.

1. Platform as a Service (PaaS)

PaaS is a cloud computing service model that provides a platform and environment to allow developers to
build, deploy, and manage applications without the complexity of managing underlying infrastructure (e.g.,
servers, storage, networking). It abstracts away much of the technical complexity involved in deploying and
maintaining infrastructure.

Key Features of PaaS:

• Development Frameworks: PaaS provides development tools, libraries, and frameworks (e.g., for web
and mobile applications).

• Managed Infrastructure: Users don’t need to manage hardware, networking, or storage. The cloud
provider manages the infrastructure, allowing developers to focus on writing code.

• Scalability: PaaS platforms typically provide automatic scaling, meaning applications can scale up or
down based on traffic or demand.

• Integration Services: Many PaaS offerings include APIs, databases, and messaging queues for seamless
integration between different services.

• DevOps Integration: PaaS often includes CI/CD (Continuous Integration and Continuous Deployment)
tools for automating the software development lifecycle.
Examples of PaaS Services/Providers:

1. Google App Engine (GAE):

o A fully managed platform for developing and hosting web applications in Google’s data
centers. GAE supports multiple programming languages like Java, Python, and PHP.

o Key Features: Automatic scaling, built-in security, and version management.

2. Microsoft Azure App Service:

o Azure’s PaaS offering for building and hosting web apps, mobile backends, and RESTful APIs.

o Key Features: Automatic scaling, managed environments for popular frameworks like .NET,
Node.js, and Java.

3. Heroku:

o A platform for building, running, and scaling web applications and services in multiple
languages such as Ruby, Python, Java, and PHP.

o Key Features: Easy deployment with Git, automated scaling, and add-ons for databases,
caching, and monitoring.

4. IBM Cloud Foundry:

o A PaaS offering within IBM Cloud, focused on enabling the deployment of cloud-native
applications in a variety of programming languages.

o Key Features: Multi-cloud support, automated scaling, and DevOps integrations.

5. Red Hat OpenShift:

o A Kubernetes-based PaaS from Red Hat that supports building, deploying, and managing
containerized applications.

o Key Features: Container orchestration with Kubernetes, automated scaling, and multi-cloud
deployment.

2. Software as a Service (SaaS)

SaaS is a cloud computing model that delivers software applications over the internet. SaaS providers host and
maintain the software, while users access it via a web browser or API. In this model, users don’t need to worry
about the underlying infrastructure, operating systems, or software updates.

Key Features of SaaS:

• On-demand Access: Users can access applications over the internet without installing or maintaining
them locally.

• Subscription Model: SaaS services are often offered on a subscription basis (e.g., monthly or yearly) or
pay-as-you-go pricing.

• Automatic Updates and Maintenance: The SaaS provider handles software updates, security patches,
and system maintenance.

• Multi-tenancy: A single instance of the software serves multiple customers (tenants), though each
user’s data is isolated.

• Scalability: SaaS applications can scale based on the number of users or required resources.
Examples of SaaS Services/Providers:

1. Google Workspace (formerly G Suite):

o A suite of productivity tools (Gmail, Google Docs, Sheets, Slides, etc.) that enable
collaboration and cloud storage.

o Key Features: Real-time collaboration, cloud-based storage, secure sharing and editing.

2. Microsoft 365:

o A subscription-based service that includes access to Office apps (Word, Excel, PowerPoint),
cloud storage (OneDrive), and collaboration tools (Teams).

o Key Features: Cloud-based versions of Office apps, team collaboration tools, automatic
updates.

3. Salesforce:

o A cloud-based CRM (Customer Relationship Management) platform that helps businesses


manage customer interactions, sales processes, and marketing campaigns.

o Key Features: Customizable dashboards, lead tracking, marketing automation, and customer
service tools.

4. Slack:

o A messaging platform designed for team collaboration and communication in real-time.

o Key Features: Channels for team conversations, direct messaging, file sharing, and
integrations with other apps.

5. Dropbox:

o A cloud storage service for storing and sharing files and folders. Dropbox also offers
collaborative tools for teams.

o Key Features: Cloud storage, file synchronization across devices, file sharing, and real-time
collaboration.

6. Zoom:

o A cloud-based video conferencing software that allows users to host and join virtual
meetings, webinars, and online collaboration.

o Key Features: Video and audio conferencing, screen sharing, virtual backgrounds, and
meeting recording.

7. Shopify:

o A SaaS platform for building and managing online stores. It includes everything needed to sell
products online.

o Key Features: E-commerce tools, payment processing, inventory management, and marketing
integrations.
4. models – Infrastructure as a Service, Cloud Reference model

Ans:-

Infrastructure as a Service (IaaS)

IaaS is a cloud computing service model that provides virtualized computing resources over the internet. It
allows users to manage their operating systems, applications, and runtime environments, while the cloud
provider handles the underlying infrastructure like servers, storage, and networking.

Features:

1. On-demand scalability of resources

2. Pay-as-you-go pricing model

3. Self-service infrastructure provisioning

4. Access to virtualized hardware resources

5. Examples: Amazon EC2, Microsoft Azure VMs, Google Compute Engine

Cloud Reference Model

The Cloud Reference Model is a structured framework that categorizes and defines cloud services and
deployment methods. It helps standardize cloud architecture by identifying roles, interactions, and
responsibilities.

Components:

1. Service Models:

o IaaS: Virtualized hardware resources.

o PaaS (Platform as a Service): Application development and deployment platforms.

o SaaS (Software as a Service): Ready-to-use software applications.

2. Deployment Models:

o Public Cloud: Shared infrastructure for multiple users.

o Private Cloud: Dedicated infrastructure for a single organization.

o Hybrid Cloud: Combines public and private cloud environments.

3. Key Elements: Compute, Storage, Networking, Security, and Management Tools.

This model ensures efficient cloud adoption and alignment with organizational needs.
5. Characteristics of Cloud Computing – a shift in paradigm Benefits and advantages of Cloud Computing

Ans:-

Cloud computing represents a shift in the way IT resources are delivered and consumed. Traditional on-
premises infrastructure is replaced by virtualized, scalable, and on-demand services accessible over the
internet.

Key Characteristics:

1. On-demand self-service: Users can provision resources without human interaction with the service
provider.

2. Broad network access: Services are accessible from anywhere using the internet and supported
devices.

3. Resource pooling: Providers use multi-tenant models to serve multiple customers using shared
infrastructure.

4. Scalability and Elasticity: Resources can be scaled up or down dynamically based on demand.

5. Measured service: Pay-as-you-go pricing, with users billed for actual resource usage.

This paradigm shift enhances flexibility, cost efficiency, and innovation in IT operations.

Benefits and Advantages of Cloud Computing

1. Cost Efficiency: Reduces capital expenses for hardware and maintenance, offering a pay-as-you-go
model.

2. Scalability: Resources can be easily scaled up or down based on business needs.

3. Flexibility: Supports remote work with access from anywhere via the internet.

4. High Availability: Cloud services ensure redundancy and uptime through robust infrastructure.

5. Security: Providers implement advanced security measures, including encryption and regular updates.

6. Automatic Updates: Regular updates and patching are handled by the service provider.

7. Disaster Recovery: Backup and recovery solutions ensure minimal downtime during failures.

8. Collaboration: Facilitates teamwork through shared platforms and applications.

Cloud computing enables businesses to focus on core activities by reducing the burden of managing IT
infrastructure.
6. A brief introduction on Composability, Infrastructure, Platforms, Virtual Appliances, Communication
Protocols, Applications, Connecting to the Cloud by Clients

Ans:-

1. Composability:
Composability refers to the modular design of cloud resources, enabling them to be combined and
reassembled to meet specific business needs. It provides flexibility and scalability, ensuring resources
like compute, storage, and networking can work together efficiently.

2. Infrastructure:
Infrastructure in cloud computing includes the foundational physical and virtual components, such as
servers, storage devices, networking, and virtualization technology. This forms the basis for delivering
services like IaaS, PaaS, and SaaS.

3. Platforms:
Platforms are cloud services that provide tools and frameworks for application development, testing,
and deployment. These platforms abstract the complexity of managing hardware and OS layers.
Examples include Microsoft Azure, Google App Engine, and AWS Lambda.

4. Virtual Appliances:
Virtual appliances are pre-configured software packages that include an operating system and
application(s). Delivered as virtual machine images, they simplify deployment and are commonly used
for firewalls, databases, and development environments.

5. Communication Protocols:
These are standards and rules that enable data exchange between cloud services and clients.
Common protocols include:

o HTTP/HTTPS: For web-based communication.

o REST and SOAP: For API-based service communication.

o FTP/SFTP: For file transfers.

6. Applications:
Cloud applications are software services delivered over the internet, offering features like scalability,
accessibility, and automatic updates. Examples include Google Workspace, Microsoft Teams, and
Salesforce.

7. Connecting to the Cloud by Clients:


Clients access cloud services using devices like desktops, laptops, smartphones, or IoT devices. They
connect via:

o Web browsers: Using URLs for SaaS platforms.

o APIs: For integrating applications with cloud services.

o Client applications: For accessing specific services like file storage or virtual desktops.

This ecosystem enables seamless interaction between users and cloud services, driving innovation and
efficiency.
7. IaaS – Basic concept, Workload, partitioning of virtual private server instances, Pods,
aggregations
Ans:-
Infrastructure as a Service (IaaS)
Basic Concept:
IaaS is a cloud computing model that provides virtualized computing resources over the
internet. Users manage their applications, operating systems, and middleware, while the
cloud provider handles the underlying physical infrastructure like servers, storage, and
networking. Examples include Amazon EC2, Microsoft Azure Virtual Machines, and Google
Compute Engine.

Workload:
In IaaS, a workload refers to the specific tasks, processes, or applications running on the
cloud infrastructure. Workloads can include:
• Hosting websites
• Running databases
• Big data analytics
• Machine learning training
IaaS allows scaling resources based on workload demands to ensure optimal
performance.

Partitioning of Virtual Private Server Instances:


Partitioning divides a physical server into multiple isolated Virtual Private Server (VPS)
instances. Each instance operates independently, providing users with dedicated virtual
environments for running their applications. Partitioning ensures:
1. Resource isolation and security.
2. Scalability for individual instances.
3. Cost efficiency by sharing physical hardware among multiple users.
Pods:
Pods are the smallest deployable units in Kubernetes, used for managing containerized
applications. A pod encapsulates:
1. One or more containers (e.g., Docker containers).
2. Shared resources like storage, network, and configuration.
Pods simplify deployment and scaling in cloud-native environments, particularly for
microservices.

Aggregations:
Aggregation refers to combining multiple cloud resources, such as compute, storage, or
networking, into a unified pool to improve performance and efficiency. Aggregations in IaaS
can involve:
1. Load balancing across multiple servers.
2. Merging storage volumes to provide unified access.
3. Scaling compute power dynamically based on aggregated demands.
These features make IaaS a flexible and scalable solution for businesses with diverse
computing needs.
8. silos PaaS – Basic concept, tools and development environment with examples
Ans:-
Silos in Cloud Computing
Silos refer to isolated systems or environments where data, applications, or resources are
not easily shared or integrated with others. In the context of cloud computing, silos can exist
when:
1. Departments or teams use separate cloud solutions that don’t communicate.
2. Workloads are fragmented across different platforms.
3. Lack of integration between on-premises and cloud systems.
Challenges:
• Reduces efficiency and collaboration.
• Leads to duplication of resources.
• Increases complexity in data management and security.
Solutions:
Cloud-native architectures and tools like APIs, containers, and Kubernetes help break silos by
enabling resource sharing and integration.

Platform as a Service (PaaS)


Basic Concept:
PaaS is a cloud computing model that provides a development and deployment
environment, enabling developers to build, test, and deploy applications without managing
the underlying infrastructure. The provider handles resources like servers, storage, and
networking, while the users focus on application development.
Key Features:
1. Pre-configured environments for faster development.
2. Tools for application testing, deployment, and scaling.
3. Integration with databases, APIs, and analytics tools.

Tools and Development Environment:


1. Integrated Development Environments (IDEs):
o AWS Cloud9: A cloud-based IDE for coding, debugging, and deploying
applications.
o Eclipse Che: A developer workspace server and cloud IDE.
2. Database Services:
o Google Cloud SQL: Managed relational databases.
o Azure SQL Database: Cloud-based database management.
3. Application Hosting:
o Heroku: Supports multiple programming languages for app deployment.
o Google App Engine: A platform for scalable web and mobile apps.
4. CI/CD Tools:
o GitLab CI/CD: Automates the testing and deployment process.
o Azure DevOps: Provides pipelines for continuous integration and deployment.

Examples of PaaS:
1. Google App Engine: For building and hosting scalable web applications.
2. Microsoft Azure App Services: To create and deploy web, mobile, and API apps.
3. Heroku: A developer-friendly platform supporting languages like Python, Ruby, and
Node.js.
PaaS accelerates development cycles, reduces management complexity, and allows
developers to focus on innovation.
9. SaaS - Basic concept and characteristics, Open SaaS and SOA, examples of SaaS platform
Identity as a Service (IDaaS) Compliance as a Service (CaaS)
Ans:-
SaaS – Basic Concept and Characteristics
Basic Concept:
Software as a Service (SaaS) is a cloud computing model where software applications are
hosted and delivered over the internet. Users can access these applications through a web
browser, eliminating the need for installing, managing, or maintaining software on local
devices. SaaS is typically offered on a subscription basis.
Characteristics:
1. On-demand Access: Users can access software anytime, anywhere with an internet
connection.
2. Multi-tenancy: A single instance of the software serves multiple customers, ensuring
cost efficiency.
3. Automatic Updates: The software is maintained and updated by the provider,
ensuring the latest features and security patches.
4. Scalability: SaaS platforms can scale with user needs, offering flexible pricing and
resource allocation.
5. Subscription-based Pricing: Users pay based on usage, which can be per user, per
month, or per features.
6. Web-based Interface: SaaS applications are accessed via browsers, making them easy
to use without requiring local installations.

Open SaaS and SOA


1. Open SaaS:
Open SaaS combines SaaS delivery with open-source principles. The software is
open-source, allowing customers to modify, extend, or integrate the application
according to their needs, while the cloud provider hosts and maintains the platform.
This allows businesses to customize SaaS applications while benefiting from cloud
infrastructure.
Examples:
o WordPress.com (offers an open-source CMS in SaaS format)
o Nextcloud (a file-sharing platform available in both open-source and SaaS
versions)
2. Service-Oriented Architecture (SOA):
SOA is a design approach in which software components (services) are loosely
coupled and can interact over a network. Each service provides specific functionality
(e.g., payment processing, user authentication) and can be reused across different
applications. In SaaS, SOA enables applications to be modular, scalable, and
integrated with other services or applications via APIs.

Examples of SaaS Platforms


1. Google Workspace (formerly G Suite):
Offers cloud-based tools like Gmail, Docs, Drive, Sheets, and more for collaboration
and productivity.
2. Salesforce:
A leading cloud-based Customer Relationship Management (CRM) platform,
providing sales, marketing, and customer support tools.
3. Dropbox:
A cloud storage solution for file sharing, synchronization, and collaboration.
4. Microsoft 365:
A suite of office applications like Word, Excel, PowerPoint, and Teams, delivered as a
cloud-based service.

Identity as a Service (IDaaS)


Basic Concept:
IDaaS is a cloud-based service that provides identity and access management (IAM)
capabilities, including user authentication, authorization, and role management. It allows
organizations to securely manage employee or customer identities across various platforms
and applications without the need for on-premises infrastructure.
Features:
1. Single Sign-On (SSO)
2. Multi-Factor Authentication (MFA)
3. User provisioning and de-provisioning
4. Role-based access control
Examples:
• Okta: Provides SSO, MFA, and lifecycle management for secure identity access.
• Azure Active Directory: A cloud-based identity management service that integrates
with Microsoft services and third-party applications.

Compliance as a Service (CaaS)


Basic Concept:
CaaS is a cloud-based service that helps organizations ensure they meet regulatory
compliance requirements by offering tools, automation, and guidance on managing policies,
audits, and data protection. It is particularly useful for industries like healthcare, finance,
and education that have strict compliance rules.
Features:
1. Automated compliance reporting
2. Security management and audits
3. Risk assessment tools
4. Regulatory guidance for specific industries
Examples:
• Vanta: Helps businesses maintain SOC 2, ISO 27001, and HIPAA compliance.
• Drata: A compliance automation platform for SOC 2 and other security frameworks.
These cloud services help businesses manage complex requirements without the overhead
of internal compliance teams and infrastructure.

You might also like