Unit Iii GCC
Unit Iii GCC
4 deployment models
• Public: Accessible, via the Internet, to anyone who pays
– Owned by service providers; e.g., Google App Engine, Amazon Web Services, Force.com.
• Community: Shared by two or more organizations with joint interests, such as colleges within a
university
• Private: Accessible via an intranet to the members of the owning organization
– Can be built using open source software such as CloudStack or OpenStack
– Example of private cloud: NASA’s cloud for climate modeling
• Hybrid
– A private cloud might buy computing resources from a public cloud.
3 service models
• Cloud Software as a Service (SaaS)
– Use provider’s applications over a network
• Cloud Platform as a Service (PaaS)
– Deploy customer-created applications to a cloud
• Cloud Infrastructure as a Service (IaaS)
– Rent processing, storage, network capacity, and other fundamental computing resources
5 essential characteristics
• On-demand self-service: consumers can acquire the necessary computational resources without
having to interact with human service providers.
• Ubiquitous network access: cloud features don’t require special devices – laptops, mobile phones,
etc. are generally supported.
• Resource pooling: cloud resources are pooled to serve many customers “… using a multi-tenant
model, with different physical and virtual resources…”
• Rapid elasticity: resources can be allocated and de-allocated quickly as needed.
• Measured service: resource use is measured and monitored; charges are made based on usage and
service type (e.g., storage, CPU cycles, etc.)
2. Explain Cloud Design Objectives?
A traditional computer runs with a host operating system specially tailored for its
hardware architecture. After virtualization, different user applications managed by their own
operating systems (guest OS) can run on the same hardware, independent of the host OS. This is
often done by adding additional software, called a virtualization layer. This virtualization layer is
known as hypervisor or virtual machine monitor (VMM). The VMs are shown in the upper
boxes, where applications run with their own guest OS over the virtualized CPU, memory, and
I/O resources.
The main function of the software layer for virtualization is to virtualize the physical hardware of
a host machine into virtual resources to be used by the VMs, exclusively. This can be
implemented at various operational levels, as we will discuss shortly. The
Virtualization software creates the abstraction of VMs by interposing a virtualization layer at
various levels of a computer system. Common virtualization layers include the
Instruction set architecture (ISA) level, hardware level, operating system level, and library
support level, and application level.
Cloud OS for Building Private Clouds (VI: Virtual Infrastructure, EC2: Elastic Compute Cloud).
Eucalyptus: An Open-Source OS for Setting Up and Managing Private Clouds (IaaS)
Three Resource Managers: CM (Cloud Manager), GM (Group Manager), and IM (Instance
Manager)Works like AWS APIs