architectural overview of cloud computing

37
Architectural Overview Of Cloud Computing B.M. Rao, Senior Technical Director National Informatics Centre, Hyderaad

Upload: braden

Post on 14-Jan-2016

43 views

Category:

Documents


4 download

DESCRIPTION

Architectural Overview Of Cloud Computing. B.M. Rao , Senior Technical Director National Informatics Centre, Hyderaad. Introduction. High performance networks and advanced development of internet is the basis for cloud computing . - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Architectural Overview Of       Cloud Computing

Architectural Overview Of Cloud Computing

B.M. Rao, Senior Technical DirectorNational Informatics Centre,

Hyderaad

Page 2: Architectural Overview Of       Cloud Computing

IntroductionIntroduction

High performance networks and advanced development of internet is the basis for cloud computing .

Cloud computing has started taking shape incorporating virtualization and on demand deployment and internet delivery of services.

Page 3: Architectural Overview Of       Cloud Computing

Cloud is a pool of virtualized computer resources networked, which can:

Host a variety of workloads.Batch-style back-end jobs.Interactive user-facing applications.Workloads can be deployed and scaled out quickly through the rapid provisioning of virtual machines or physical machines.Support redundant, self recovering, highly scalable programming models that allow workloads to recover from many unavoidable hardware / software failures.Monitor resource use in real time to enable rebalancing of allocations when needed.

IntroductionIntroduction

Page 4: Architectural Overview Of       Cloud Computing

Conventional

Manually Provisioned

Dedicated HardwareFixed CapacityPay for Capacity Capital &

Operational Expenses

Cloud

Self-provisionedShared HardwareElastic CapacityPay for UseOperational

Expenses

Conventional Computingvs.

Cloud Computing

Page 5: Architectural Overview Of       Cloud Computing

Five Key Cloud Attributes:

1. Shared / pooled resources 2. Broad network access3. On-demand self-service4. Scalable and elastic5. Metered by use

Page 6: Architectural Overview Of       Cloud Computing

Shared / Pooled Resources:

Resources are drawn from a common poolCommon resources build economies of scaleCommon infrastructure runs at high

efficiency

Page 7: Architectural Overview Of       Cloud Computing

Broad Network Access:

Open standards and APIsAlmost always IP, HTTP, and RESTAvailable from anywhere with an

internet connection

Page 8: Architectural Overview Of       Cloud Computing

On-Demand Self-Service:

Completely automatedUsers abstracted from the

implementationNear real-time delivery (seconds or

minutes)Services accessed through a self-serve web interface

Page 9: Architectural Overview Of       Cloud Computing

Scalable and Elastic:

Resources dynamically-allocated between users

Additional resources dynamically-released when needed

Fully automated

Page 10: Architectural Overview Of       Cloud Computing

Metered by Use:

Services are metered, like a utilityUsers pay only for services usedServices can be cancelled at any

time

Page 11: Architectural Overview Of       Cloud Computing

Architecture OverviewArchitecture Overview

Page 12: Architectural Overview Of       Cloud Computing

Architectural Layers of Cloud Architectural Layers of Cloud ComputingComputing

In the cloud computing stack, there are three basic layers that together create cloud environment. They are:

1.Infrastructure as a Service(IaaS)2.Platform as a Service (PaaS)3.Software as a Service (SaaS)

SaaS

PaaS

IaaS

Page 13: Architectural Overview Of       Cloud Computing

SaaS

PaaS

IaaS

Amazon Google Microsoft Salesforce

Service Delivery Model Examples

Products and companies shown for illustrative purposes only and should not be construed as an endorsement

Page 14: Architectural Overview Of       Cloud Computing

Framework of cloud Framework of cloud computingcomputing

Virtualized resourcesComput

eNetworki

ngStorage

Image Metadata

Image

Virtualized images

Software kernel (OS. VM Manager)

Hardware

Application

Platform

Infrastructure

Basic middleware(database services , application

server )

Developments tools

Services and built in functionality

Page 15: Architectural Overview Of       Cloud Computing

Virtual infrastructure Virtual infrastructure management and Cloud management and Cloud

ComputingComputing

For building the cloud environment a variety of requirements must be met to provide a uniform and homogeneous view of the virtualized resources.

Virtual Infrastructure Management is the key component to build the cloud environment which does the dynamic orchestration of virtual machines on a pool of physical resources.

Page 16: Architectural Overview Of       Cloud Computing

Virtual infrastructure management provide primitives to schedule and manage VMs across multiple physical hosts.

Cloud management provide remote and secure interface for creating controlling and monitoring virtualized resources on IaaS.

Virtual infrastructure Virtual infrastructure management and Cloud management and Cloud

ComputingComputing

Page 17: Architectural Overview Of       Cloud Computing

View of Cloud DeploymentView of Cloud DeploymentCloud

Application

Client Infrastructure

Application

PaaS

Virtu

alize

d

Applica

tion

Platform

Service

IaaSInfrastructur

e

Storage

SaaS

Page 18: Architectural Overview Of       Cloud Computing

Software as a ServiceSoftware as a Service

It is a Deployment/Delivery model• Hosted and managed by vendor• Delivered across the internet

It is a Business Model : usage-based pricing(vs. perpetual license model of on –premise software).Examples:• Per user per month• Per transaction• Per GB of storage per month

Page 19: Architectural Overview Of       Cloud Computing

Software as a ServiceSoftware as a Service

Architectural Multi-tenancy Scalability Security Performance

Functional Provisioning Billing Metering Monitoring

Page 20: Architectural Overview Of       Cloud Computing

MULTI-TENANCYMULTI-TENANCY

Multi-tenancy is an architectural pattern A single instance of the software is run on the service provider’s infrastructure Multiple tenants access the same instance. In contrast to the multi-user model, multi-tenancy requires customizing the single instance according to the multi-faceted requirements of many tenants.

Page 21: Architectural Overview Of       Cloud Computing

A Multi-tenants application lets customers (tenants) share the same hardware resources, by offering them one shared application and database instance ,while allowing them to configure the application to fit there needs as if it runs on dedicated environment.

These definition focus on what we believe to be the key aspects of multi tenancy:1.The ability of the application to share hardware resources.2.The offering of a high degree of configurability of the software.3.The architectural approach in which the tenants make use of a single application and database instance.

MULTI-TENANCYMULTI-TENANCY

Page 22: Architectural Overview Of       Cloud Computing

Multi-tenants Deployment Multi-tenants Deployment Modes for Application Server Modes for Application Server

Tenant A

Fully isolated Application serverEach tenant accesses an application server running on a dedicated servers.

Virtualized Application ServerEach tenant accesses a dedicated application running on a separate virtual machine.

Shared Virtual ServerEach tenant accesses a dedicated application server running on a shared virtual machine.

Shared Application ServerThe tenant shared the application server and access application resources through separate session or threads.

Tenant B

Application Server

Application server

Virtual machine

Virtual machine

Application server

Tenant A

Tenant B

Virtual machine

Tenant A

Tenant B

Session thread

Session Thread

Application Server

Tenant A

Tenant B

Application server

Page 23: Architectural Overview Of       Cloud Computing

Multi-tenants Deployment Modes in Data Multi-tenants Deployment Modes in Data CentersCenters

Fully isolated data centerThe tenants do not share any data center resources

Virtualized serversThe tenants share the same host but access different databases running on separate virtual machines

Shared ServerThe tenants share the same server (Hostname or IP) but access different databases

Shared DatabaseThe tenants share the same server and database (shared or different ports) but access different schema(tables)

Shared SchemaThe tenants share the same server, database and schema (tables). The irrespective data is segregated by key and rows.

Tenant A

Tenant B

Tenant A

Tenant B

Tenant A

Tenant B

VirtualMachine Database

VirtualMachine

Database

Tenant A

Tenant B

Tenant A

Tenant B

Page 24: Architectural Overview Of       Cloud Computing

Conceptual framework of Software as a Conceptual framework of Software as a ServiceService

Presentation Menu and Navigation

User Controls

Display and Rendering

Reporting

Security

Identity and federation

Authentication and Single Sign

on

Authorization and Role-based Access Control

Entitlement

Encryption

Regularity Controls

Operation

Monitoring and Altering

Backup and Restore

Provisioning

Configuration and Customization

Performance and Availability

Metering and Indicators

Infrastructure

Database Storage Computer

Networking and

Communications

Application Engine

User Profile

Notification and

Subscription

Metadata Execution

Engine

Metadata Services

Messaging

Workflow

Execution Handling

Orchestration

Data Synchronizati

on

Page 25: Architectural Overview Of       Cloud Computing

Migrating to Cloud Migrating to Cloud EnvironmentEnvironment

The Software can be redeployed in cloud environment as Software as a Service (SaaS). The main sections of the software can be mapped to the SaaS architecture.

Page 26: Architectural Overview Of       Cloud Computing

Payroll Processing in Cloud Payroll Processing in Cloud ComputingComputing

Many State Government departments are utilizing standardized set up of payroll packages which are deployed at user locations and it is amounting huge investment on procurement of hardware and software and maintenance for various locations of the organization.

Page 27: Architectural Overview Of       Cloud Computing

Payroll Software Installed at Payroll Software Installed at more than 300 locationsmore than 300 locations

UserSoftware Module

Standalone Loaded on PC

Page 28: Architectural Overview Of       Cloud Computing

DrawbacksDrawbacks

Drawbacks :

Software Maintenance problems. Individual Hardware is required. Often Data Loss occurs.

Page 29: Architectural Overview Of       Cloud Computing

Migrating the payroll package, to cloud environment can be worked out

without changing business logic.

Page 30: Architectural Overview Of       Cloud Computing

IN CLOUDIN CLOUD

User-1

Software Module

User-1 User-3

Single Instance Multi-tenancy

Page 31: Architectural Overview Of       Cloud Computing

Architectural Overview for Multi-Architectural Overview for Multi-tenancytenancyClient

Authentication

Authentication Module

Ticket Server

Session Ticket

Tenant Token + Create Ticket()

Tenant Auth Data

Tenant Config Data

Layout Component

Configuration Component

File I/O Component

Workflow Component

DatabaseQuery Adjuster Load Balancer

Record Initializer

Database Pool

Data Data Data

Single-tenant business

logic

Query

Create Ticket()

HTTP

Request

Configuration

Page 32: Architectural Overview Of       Cloud Computing

Provisioning for new tenants

• For Separate server model new machine is to be installed.• For separate database model create a database start it on a server.• For separate schema and shared schema models

scripts / stored procedure could create new schema in one of the existing databases.

Page 33: Architectural Overview Of       Cloud Computing

Background of the Background of the ApplicationApplication

The existing application, which is implemented in state government departments, is having the following main sections:  Data admin Master data entry Month process Token no. entry Reports Back up to system

The existing package is deployed in the user premises and found difficult in regular software maintenance and overhead costs for the infrastructure requirements. 

Page 34: Architectural Overview Of       Cloud Computing

The application is ideally suited to deploy in cloud environment with following features:  The application can be taken up as a single instance and multi-tenant model

Configurability option in the software is required to be provided.Configurability in SaaS enables the flexibility to access the software by many tenants with the option of configuring each tenant for their application needs.

The software will have configurability for the following : 1.User interface.2.Workflow.3.Data.4.Access control. 

Page 35: Architectural Overview Of       Cloud Computing

User requirements / Use cases

Type of environment in cloud

Impact

Payroll processing IaaS (VM)Cloud storage andSaaS

1. Processing time will be reduced.2. Hardware requirements will be reduced.3. Number of users can be increased with scalability.4. Maintenance cost will be reduced.

Project Management PaaS and Cloud storage 1. Processing time can be reduced.2. Project execution time and cost can be reduced.3. Efficient way of utilization of skill sets and manpower can be attained.

e-Governance & Office automation

IaaSCloud storage SaaS

1. Hardware cost can be reduced.2. CPU processing time can be reduced.3. Accountability can be maintained.4. Maintainance cost can be reduced.5. Reduces energy consumption.

e-Learning Cloud storage IaaSPaaSSaaS

1. Hardware cost can be reduced.2. CPU processing time can be reduced.3. Accountability can be maintained.4. Maintainance cost can be reduced.

SaaS ApplicationsSaaS Applications

Page 36: Architectural Overview Of       Cloud Computing

SOA and Cloud Computing In cloud environment we adopt the bundling

of resources into layers of Saas Paas Iaas And furthur add a layer for business process

management with the concept of service

oriented architecture(SOA). SOA is a base for furthur building of cloud

environment for composite application with work flow concepts.

Page 37: Architectural Overview Of       Cloud Computing