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

CloudComputing

The document provides an overview of cloud computing, detailing its evolution from local and grid computing to sophisticated on-demand services. It outlines essential characteristics, deployment models (private, public, hybrid, community), service models (SaaS, PaaS, IaaS), and the benefits and challenges associated with cloud computing. Key enablers such as virtualization and advancements in networking are also discussed, highlighting the impact of cloud computing on various industries.

Uploaded by

PRIYA .L
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)
9 views

CloudComputing

The document provides an overview of cloud computing, detailing its evolution from local and grid computing to sophisticated on-demand services. It outlines essential characteristics, deployment models (private, public, hybrid, community), service models (SaaS, PaaS, IaaS), and the benefits and challenges associated with cloud computing. Key enablers such as virtualization and advancements in networking are also discussed, highlighting the impact of cloud computing on various industries.

Uploaded by

PRIYA .L
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/ 23

Cloud Computing

▪ Local Computing
▪ Concepts and technologies for network-centric computing and
content evolved through the years and led to several large-scale
distributed system developments
▪ Information processing can be done more efficiently on large
farms of computing and storage systems accessible via the
Internet.
▪ Advancements in networking and other areas are responsible for
the acceptance of the new computing models
▪ Web opened a new era in data sharing and ultimately led to the
concept of network-centric content.
5
Cloud Computing
▪ Grid computing (1990) – Distributed computing
• Distributed architecture where many computers are connected to
resolve given problem. All systems are linked and connected using
WAN and independent tasks are assigned to each system. Reach
common goal to solve single task.

▪ Utility Computing (2005) - Delivering computing as a utility.


• Business model for on-demand delivery of computing power;
consumers pay providers based on usage (“pay as- you-go”). It often
requires a cloud-like infrastructure

6
Cloud Computing
▪ Sophisticated on-demand computing services
▪ Cloud is a parallel and distributed computing system consisting
of a collection of inter-connected and virtualized computers that
are dynamically provisioned and presented as one or more
unified computing resources based on service-level agreements
(SLA)
▪ Cloud computing is the on-demand delivery of compute power,
database storage, applications, and IT resources through a
services platform via the internet with pay-as-you-go pricing.
▪ It is the delivery of computing as a service rather than product
where shared resources, software and information are provided
to users as an utility.
▪ Moving from traditional to on-Demand model. 7
Cloud Computing
▪ Scientific and engineering applications, data mining,
computational financing, gaming, and social networking as well
as many other computational and data-intensive activities can
benefit from cloud computing.
▪ A broad range of data, from the results of high-energy physics
experiments to financial or enterprise management data to
personal data such as photos, videos, and movies, can be stored
on the cloud.

8
Cloud Computing - Enablers
▪ Virtualization
▪ Web 2.0 and social networking
▪ Web Scaling
▪ Hardware costs
▪ Evolution of high speed communication technologies

9
Virtualization
• Traditional environment
• 50 applications ,DB’s require multiple machines based on Architecture
/platform
• High infrastructure and hardware cost
• Increasing complexity and High maintenance
• Multiple development environment
• Virtualization
• Isolation & encapsulation
• Scalability
• Containers
• software technology providing additional layer of abstraction and over OS
virtualization.
• Build once and deploy many times.
10
Virtualization
• Hardware Virtualization (system Virtualization)
• Guest running on the top of hardware
• Guest - operating system, Host -Physical computer hardware
• Virtual machine Manager(Hypervisor) allows the abstraction of the underlying physical
hardware
• It is program or a combination of software and hardware
• Provides direct ISA mapping to Virtual machines
• Type 1 (bare metal) and Type 2 (on OS) Hypervisor
• Hardware Assisted (Xen,VMWare) Full and Paravirtualization (Xen,VMWare, Wind
River).
• OS Virtualization
• Create different and separated execution environments for applications concurrently.
• OS kernel allows for multiple isolated user space instances.
• Directly use OS calls without emulation
• Ex: Containers,
• Key building block in IaaS
11
• Programming language-level virtualization
Cloud Computing –Essential Characteristics
Essential Characteristics Scalability:
On-demand
• Ability to system to handle increasing workload by increasing in
Self-service proportion the amount of resource capacity.
• Architecture allows on-demand resources for increasing
Resource workload
pooling
Elasticity:
Broad network • Dynamically Commissioning and decommissioning of resources
access • Speed at which resources are provisioned on demand and usage
of resources
Rapid
Elasticity

Measured
Service

12
Cloud Computing - Deployment models
Private Cloud Private Cloud: The infrastructure is operated solely for an organization. It may
be managed by the organization or a third party and may exist on or off the
premises of the organization.

Public Cloud Public Cloud: The infrastructure is made available to the general public or a
large industry group and is owned by an organization selling cloud services.

Hybrid Cloud: The infrastructure is a composition of two or more clouds


Hybrid Cloud (private, community, or public) that remain unique entities but are bound together
by standardized or proprietary technology that enables data and application
portability.
Community Cloud
Community Cloud: The infrastructure is shared by several organizations and
supports a specific community that has shared concerns (e.g., mission, security
requirements, policy, and compliance considerations). It may be managed by the
organizations or a third party and may exist on premises or off premises.
Deployment models -Limitations

• Public Cloud • Private Cloud


• Customers on public clouds share the • A private cloud does not have the on-
same infrastructure pool, often with demand scalability of hyper-scale private
limited configurations, perceived security • To expand the physical footprint of a
protections and availability variances private cloud takes time and capital.
• Customers don’t control the security of a
public cloud, though all of their data
remains separate from others.
Hybrid Cloud
• Initial deploying cost of a hybrid cloud exceeds as compared to the setup
cost
• Specific hardware is required to deploy on premises, and that’s what shaves
off a large chunk of the budget.
• Performance Degradation due to capacity mismatch 14
Cloud Computing- Service models
applied to Access the services from provider. consumer uses an
Applications SaaS
application, but does not control the operating system,
e.g. email, productivity, CRM Software-as-a-Service
hardware or network infrastructure on which it's running

applied to The consumer uses a hosting environment for their


App Infrastructure PaaS applications. The consumer controls the applications that
e.g. app runtimes, Platform-as-a-Service run in the environment but does not control the operating
middleware, dev tools system, hardware or network infrastructure on which they
are running. Provides the middleware framework

applied to
System Infrastructure IaaS The consumer uses fundamental computing resources such
e.g. VMs, containers, storage, Infrastructure-as-a-Service as processing power, storage, networking components
network
SaaS PaaS IaaS

16
SaaS
• Applications are supplied by the service provider.
• The user does not manage or control the underlying cloud infrastructure or
individual application capabilities.
• Services offered include:
• Enterprise services such as: workflow management, group-ware and
collaborative, supply chain, communications, digital signature, customer
relationship management (CRM), desktop software, financial management,
geo-spatial, and search.
• Web 2.0 applications such as: metadata management, social networking, blogs,
wiki services, and portal services.
• Not suitable for real-time applications or for those where data is not allowed to be
hosted externally.
• Examples: Gmail, Google search engine.
PaaS
• Allows a cloud user to deploy consumer-created or acquired applications using
programming languages and tools supported by the service provider.
• The user:
• Has control over the deployed applications and, possibly, application hosting
environment configurations.
• Does not manage or control the underlying cloud infrastructure including
network, servers, operating systems, or storage.
• Not particularly useful when:
• The application must be portable.
• Proprietary programming languages are used.
• The hardware and software must be customized to improve the performance of
the application.
IaaS
• The user is able to deploy and run arbitrary software, which can include operating
systems and applications.
• The user does not manage or control the underlying cloud infrastructure but has
control over operating systems, storage, deployed applications, and possibly limited
control of some networking components, e.g., host firewalls.
• Services offered by this delivery model include:
• server hosting,
• Web servers,
• storage,
• computing hardware,
• operating systems,
• virtual instances,
• load balancing,
• Internet access,
• bandwidth provisioning.
Major Benefits

Cost Reduction Agility


• Lower capital and operational costs • Productivity & Speed
• Pay-per-use • Deploy faster; Iterate faster
• Economies of scale • React faster to changing business
needs
Speed to Market • “Infinite” computing capacity
• Reduction of time to pilot and test Elasticity / Scalability
projects
• New geographies • Capacity only when you need it
• Broad geographic availability • Ability to handle sudden load changes
• Faster availability to customers • Survive infrastructure failures
Backup and Disaster Recovery
• Quick data backup and reduced recovery time
• Don’t let your competitors overtake business
• Avoid to compromise the business reputation
• Drastic reduction of restore times and lower RTO & RPO20
Cloud Computing Platform/Services

21
Cloud Computing Platform/Services

22
Cloud environment -Major Services

Major cloud
platform
services

Machine Learning

23
Security
Authentication :
• SSO/MFA - Allow Apps to authenticate on behalf of users
• Username/
Password
- Allow users
• API Security Authorization:
• Data At - Fine-grained access control
Transit - Attribute management
• Data At Rest - Policy evaluation
• Firewall
• DoS - Policy Management
prevention Implementation:
• Certificate/ • SSO( Single Sign On)
Encryption • Web Federated Identity

24
Challenges for cloud computing
▪ Availability of service; what happens when the service provider cannot deliver?
▪ Diversity of services, data organization, user interfaces available at different
service providers limit user mobility; once a customer is hooked to one provider it
is hard to move to another. Standardization efforts at NIST!
▪ Data confidentiality and auditability, a serious problem.
▪ Data transfer bottleneck; many applications are data-intensive.
▪ Performance unpredictability, one of the consequences of resource sharing.
▪ How to use resource virtualization and performance isolation for QoS guarantees
▪ the ability to scale up and down quickly
▪ Resource management;
▪ Security and confidentiality; major concern.
Summary
▪ Cloud Computing – Introduction
▪ Key Enablers
▪ Essential Characteristics
▪ Cloud Deployment Models
▪ Cloud Service Models
▪ Benefits
▪ Challenges

26
Thank You

27
View publication stats

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy