Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask

Revelation Technologies
Revelation TechnologiesTechnical Director at Revelation Technologies
Javier Mendez
Principal Consultant
Raastech
Cloud Concepts
Everything You Wanted to Know But Were Afraid to Ask
Schoolcraft College – Vistatech Center
Room Vt460
November 13, 2013
3:45pm – 4:30pm
© Raastech, Inc. 2013 | All rights reserved. Slide 2 of 51raastech.com
About Raastech
 Systems integrator founded in 2009
 Headquartered in the Washington DC area
 Specializes in Oracle Fusion Middleware
 Oracle Gold Partner & Reseller
 Oracle SOA Specialized
 Certified staff in multiple disciplines
 OCE, OCA, OCP, ITIL, CISSP, PMP, etc.
 Continued contributions to the technology community
 Sponsor and volunteer of numerous users groups
 Ongoing publishing of books, articles, whitepapers, and blogs
 Regular presenters at major conferences
© Raastech, Inc. 2013 | All rights reserved. Slide 3 of 51raastech.com
About Javier
 6+ years of Oracle experience
 Emphasis on Oracle Database, Enterprise Manager,
and Cloud
 Federal and commercial experience
 Infrastructure admin; administration, performance
tuning, high availability, troubleshooting
 OCP, OCA, CSM
© Raastech, Inc. 2013 | All rights reserved. Slide 4 of 51raastech.com
What is this presentation about?
 For the cloud newbie
 Concepts-based presentation, with a few hands-on
screenshots
 Cloud concepts
 Cloud terminology
 Difference between cloud and virtualization
 Oracle cloud service offerings
© Raastech, Inc. 2013 | All rights reserved. Slide 5 of 51raastech.com
Agenda
1. Introduction to Cloud Computing
2. Virtualization: The Foundation for Cloud
3. Cloud Concepts
4. Service Models
5. Deployments Models
6. Oracle On Demand Cloud Services
7. Summary
© Raastech, Inc. 2013 | All rights reserved. Slide 6 of 51raastech.com
Cloud ComputingCloud Computing
© Raastech, Inc. 2013 | All rights reserved. Slide 7 of 51raastech.com
You are not alone…
“Not sure, but I like these clouds better.”
~Guy sitting beside me on the plane, retired Economist
Ahmed: “What do you think this ad is trying to tell you?”
© Raastech, Inc. 2013 | All rights reserved. Slide 8 of 51raastech.com
What the hell is cloud computing?
 Oracle CEO Larry Ellison in an analysts’ briefing on
September 2008:
 “Orange is the new pink…”
 “I don’t understand what we would do differently in the light of
cloud computing, other than marketing.”
© Raastech, Inc. 2013 | All rights reserved. Slide 9 of 51raastech.com
Source: Gartner “Hype Cycle for Cloud Computing, 2009” Research Note G00168780
Oracle Cloud Hype
 Cloud is at the peak of the hype curve
© Raastech, Inc. 2013 | All rights reserved. Slide 10 of 51raastech.com
Virtualization
The Foundation for Cloud
© Raastech, Inc. 2013 | All rights reserved. Slide 11 of 51raastech.com
Virtualization
 Virtualization and clustering widely adopted
in most organizations
 Provisioning a single physical server took
months
 Physical resources were often underutilized
 Virtualization helped:
 Reduce provisioning time
 Maximize physical resources
 Introduce concepts such as cloning and snapshots
© Raastech, Inc. 2013 | All rights reserved. Slide 12 of 51raastech.com
Setting up a VM with VMware Server
1. Request and approval to setup new VM ~2880 minutes
2. Copy VM image to new folder ~20 minutes
3. Configure VM ~10 minutes
4. Recreate network adapter ~10 minutes
5. Startup VM through console ~15 minutes
6. Reconfigure networking and NATing ~15 minutes
7. Configure miscellaneous scripts ~20 minutes
8. Send completion email ~240 minutes
© Raastech, Inc. 2013 | All rights reserved. Slide 13 of 51raastech.com
Scaling out using VMware Server
1. Setup clone of existing VM ~ 3175 minutes (~90 minutes)
2. Reconfigure software on 2nd node ~180 minutes
3. Startup software on 2nd node ~20 minutes
4. Configure cluster ~140 minutes
5. Verification, first round ~90 minutes
6. Add 2nd node to load balancer ~60 minutes
7. Verification, second round ~250 minutes
© Raastech, Inc. 2013 | All rights reserved. Slide 14 of 51raastech.com
Virtualization & Clustering are Foundations for Cloud
• Both server virtualization and clustering are key technologies for cloud
• Virtualization provides resource pooling
• Clustering provides elastic scalability
Server Virtualization
(Resource Pooling)
Clustering
(Scalability)
Make one physical resource look like many Make many physical resource look like one
© Raastech, Inc. 2013 | All rights reserved. Slide 15 of 51raastech.com
Cloud Concepts
NIST Definition of Cloud Computing
Cloud computing is 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) that can be
rapidly provisioned and released with minimal management effort or
service provider interaction.
This cloud model promotes availability and is composed of:
Source: NIST Definition of Cloud Computing v15
3 Service Models
• SaaS
• PaaS
• IaaS
4 Deployment Models
• Public Cloud
• Private Cloud
• Community Cloud
• Hybrid Cloud
5 Essential Characteristics
• Broad network access
• Resource pooling
• Rapid elasticity
• On-demand self-service
• Measured service
© Raastech, Inc. 2013 | All rights reserved. Slide 17 of 51raastech.com
Cloud != Virtualization
 “Cloud” is not “virtualization”, but relies on virtualization and clustering
concepts and technologies
 Cloud is:
 On-demand resources
 Rapidly provisioned (i.e., self-service provisioning)
 Minimal management
 Elastic (i.e., workload management)
 Measured service (e.g., metering and chargeback)
© Raastech, Inc. 2013 | All rights reserved. Slide 18 of 51raastech.com
Service Models
IaaS | PaaS | SaaS
© Raastech, Inc. 2013 | All rights reserved. Slide 19 of 51raastech.com
Service Models: SaaS / PaaS / IaaS
 Applications delivered as a service
to end-users over the Internet
Software as a Service
(SaaS)
Platform as a Service
(PaaS)
Infrastructure as a Service
(IaaS)
 App development & deployment
platform delivered as a service
 Server, storage, and network
hardware and associated software
delivered as a service
© Raastech, Inc. 2013 | All rights reserved. Slide 20 of 51raastech.com
Software as a Service (SaaS)
 Customer Relationship Management (CRM)
© Raastech, Inc. 2013 | All rights reserved. Slide 21 of 51raastech.com
Software as a Service (SaaS)
 Human Resources (HR)
© Raastech, Inc. 2013 | All rights reserved. Slide 22 of 51raastech.com
Software as a Service (SaaS)
 Oracle Social Network
© Raastech, Inc. 2013 | All rights reserved. Slide 23 of 51raastech.com
Infrastructure as a Service (IaaS)
 Obvious
© Raastech, Inc. 2013 | All rights reserved. Slide 24 of 51raastech.com
Platform as a Service (PaaS): Database Service
 Runs Oracle Database on the cloud
 Runs any Oracle DBMS Application
 SQL & PL/SQL
 Java & REST APIs
 Web-based application development
 Oracle Application Express (APEX)
 Seamless: from cloud to on-premise
 Secure: data, schema, & table-space
isolation
© Raastech, Inc. 2013 | All rights reserved. Slide 25 of 51raastech.com
Platform as a Service (PaaS): Java Cloud Service
 Runs any Java application in the cloud
 Complete Java EE Support
 SOAP & RESTful Web Services
 Eclipse, NetBeans, & JDeveloper Tools
 Auto-generate Database Schemas
 Secure: application and data isolation
 dedicated virtual machines
© Raastech, Inc. 2013 | All rights reserved. Slide 26 of 51raastech.com
Platform as a Service (PaaS)
 Welcome to Oracle Cloud
© Raastech, Inc. 2013 | All rights reserved. Slide 27 of 51raastech.com
Platform as a Service (PaaS)
 Sign in to Oracle Cloud
© Raastech, Inc. 2013 | All rights reserved. Slide 28 of 51raastech.com
Platform as a Service (PaaS)
 Oracle Cloud Services
© Raastech, Inc. 2013 | All rights reserved. Slide 29 of 51raastech.com
Platform as a Service (PaaS)
 Oracle Cloud Status History
© Raastech, Inc. 2013 | All rights reserved. Slide 30 of 51raastech.com
Platform as a Service (PaaS)
 Oracle Database Utilization
© Raastech, Inc. 2013 | All rights reserved. Slide 31 of 51raastech.com
Platform as a Service (PaaS)
 Oracle Application Express
© Raastech, Inc. 2013 | All rights reserved. Slide 32 of 51raastech.com
Consumers of Cloud Computing Abstraction Layers
Application
Platform
Customizations
Application
Customizations Customizations
Consumer
Consumer
Service
Provider
ServiceProvider
IaaS Cloud
SaaS Cloud
PaaS Cloud
IT Admins Developer Business End User
Different Users
© Raastech, Inc. 2013 | All rights reserved. Slide 33 of 51raastech.com
Deployment Models
Public Cloud | Private Cloud | Hybrid Cloud
© Raastech, Inc. 2013 | All rights reserved. Slide 34 of 51raastech.com
Evolution of Private and Public Clouds
Private Cloud Evolution
Hybrid
• Federation with
public clouds
• Interoperability
• Cloud bursting
App1 App2 App3
Private IaaS
Private PaaS
Virtual Private Cloud
Hybrid
PaaS
SaaS
IaaS
Private Cloud
• Self-service
• Policy-based
resource mgmt
• Chargeback
• Capacity planning
App2 App3
Private IaaS
Private PaaS
App1
Silo’d Consolidated
• Physical
• Dedicated
• Static
• Heterogeneous
• Virtual
• Shared services
• Dynamic
• Standardized
appliances
App1 App2 App3
App1 App2 App3
Private IaaS
Private PaaS
Consolidate
Standardize
Public Clouds
PaaS
SaaS
IaaS
Public Cloud Evolution
ASP
ISP
MSP
ISV
CSP/
Telcos
© Raastech, Inc. 2013 | All rights reserved. Slide 35 of 51raastech.com
Deployment Models: Public / Private / Hybrid
Private Cloud Public CloudHybrid Cloud
Exclusive Shared by multiple organizations
• Fast & inexpensive to start
• Outsourced services
• Multiple tenants sharing
resources
• Greater control over security,
compliance, & QoS
• Multiple apps sharing
resources
• Not much different than
virtualization
• Cloudbursting
– overdraft for peak loads
• Dev/Test vs. Production
• Disaster recovery
© Raastech, Inc. 2013 | All rights reserved. Slide 36 of 51raastech.com
Evolution of Private and Public Clouds
Private Cloud Evolution
Hybrid
• Federation with
public clouds
• Interoperability
• Cloud bursting
App1 App2 App3
Private IaaS
Private PaaS
Virtual Private Cloud
Hybrid
PaaS
SaaS
IaaS
Private Cloud
• Self-service
• Policy-based
resource mgmt
• Chargeback
• Capacity planning
App2 App3
Private IaaS
Private PaaS
App1
Silo’d Consolidated
• Physical
• Dedicated
• Static
• Heterogeneous
• Virtual
• Shared services
• Dynamic
• Standardized
appliances
App1 App2 App3
App1 App2 App3
Private IaaS
Private PaaS
Consolidate
Standardize
Public Clouds
PaaS
SaaS
IaaS
Public Cloud Evolution
ASP
ISP
MSP
ISV
CSP/
Telcos
© Raastech, Inc. 2013 | All rights reserved. Slide 37 of 51raastech.com
Exadata, Exalogic, SPARC SuperCluster
 Extreme Performance, Engineered Systems
 Unmatched performance, simplified deployment, lower total cost
 Building blocks for consolidation and cloud computing
© Raastech, Inc. 2013 | All rights reserved. Slide 38 of 51raastech.com
Clustering Options Throughout Stack
Infrastructure as a Service
Oracle Database Real Application Clusters
Oracle In-Memory Database Cache (TimesTen)
Oracle Exadata Database Machine
Oracle Cloud Application Foundation
Oracle WebLogic Server | Oracle Coherence In-Memory Data
Oracle Exalogic Elastic Cloud
Platform as a Service
Sun Servers
Sun Storage
© Raastech, Inc. 2013 | All rights reserved. Slide 39 of 51raastech.com
Oracle Enterprise Manager 12c: Total Cloud Control
Complete Lifecycle
Management
Integrated Cloud Stack
Management
Business-Driven Application
Management
Self-Service IT Simple and Automated Business Driven| |
Plan
Setup
Build
Test
Deploy
Monitor
Manage
Meter &
Charge
Optimize
© Raastech, Inc. 2013 | All rights reserved. Slide 40 of 51raastech.com
Evolution of Private and Public Clouds
Private Cloud Evolution
Hybrid
• Federation with
public clouds
• Interoperability
• Cloud bursting
App1 App2 App3
Private IaaS
Private PaaS
Virtual Private Cloud
Hybrid
PaaS
SaaS
IaaS
Private Cloud
• Self-service
• Policy-based
resource mgmt
• Chargeback
• Capacity planning
App2 App3
Private IaaS
Private PaaS
App1
Silo’d Consolidated
• Physical
• Dedicated
• Static
• Heterogeneous
• Virtual
• Shared services
• Dynamic
• Standardized
appliances
App1 App2 App3
App1 App2 App3
Private IaaS
Private PaaS
Consolidate
Standardize
Public Clouds
PaaS
SaaS
IaaS
Public Cloud Evolution
ASP
ISP
MSP
ISV
CSP/
Telcos
© Raastech, Inc. 2013 | All rights reserved. Slide 41 of 51raastech.com
The Oracle Public Cloud
 Applications and Platform: Based on Industry Standards
Fusion
CRM
Fusion
HCM
Fusion
Talent
Database
Service
Java
Service
Oracle Social
Network
Data
Service
Security
Service
© Raastech, Inc. 2013 | All rights reserved. Slide 42 of 51raastech.com
Oracle Public Cloud: Complete Choice
Instant productivity
Complete
100% standards-based
On-cloud or on-premise
• Self-Service, monthly subscription, instant
provisioning
• Complete set of business-critical platform
and application services
• Move existing applications to the cloud with
no change
• Same products available in both modes
© Raastech, Inc. 2013 | All rights reserved. Slide 43 of 51raastech.com
Oracle on Demand Cloud Services
© Raastech, Inc. 2013 | All rights reserved. Slide 44 of 51raastech.com
Oracle on Demand
 Oracle On Demand = formerly Oracle Outsourcing
 Provides product and software management experts to deliver fast
innovation, increased security, availability, and performance
 “Give customers unparalleled flexibility and choice”
 http://www.oracle.com/us/industries/healthcare/executuve-value-
first-br-1525030.pdf
© Raastech, Inc. 2013 | All rights reserved. Slide 45 of 51raastech.com
Oracle on Demand Cloud Services
SaaS@Oracle@Customer
On Premise
OracleCustomerCustomerCustomer
Oracle
Oracle
Oracle
Oracle
Oracle
Oracle
Oracle
Customer Oracle
Customer
Customer
Customer
Customer
Software License
Software Management
Infrastructure Management
Datacenter
© Raastech, Inc. 2013 | All rights reserved. Slide 46 of 51raastech.com
Summary
© Raastech, Inc. 2013 | All rights reserved. Slide 47 of 51raastech.com
The Good
 Public clouds generally have tremendous cost savings
 If your application can support elasticity, then this is huge
 Quick provisioning is a huge benefit
 By reducing management and administration of core platforms
and/or environments, infrastructure team can focus their efforts
elsewhere beyond the everyday administration tasks
 Hybrid clouds are an awesome concept for disaster recovery, setting
up load testing environments, etc.
 Pay for what you use only
© Raastech, Inc. 2013 | All rights reserved. Slide 48 of 51raastech.com
The Bad
 The majority of Oracle applications (and in fact, most non-Oracle
applications) don’t support elasticity
 Vendor lock-in is a concern
 DR in a hybrid cloud model sounds good in theory, but needs to first
be proven out due to the complexities involved
 Private clouds are just glorified virtual servers and rely on having
idle hardware lying around to afford elasticity
 Security is a perceived concern in the public cloud, a lot better now
 How much do you trust your public cloud provider?
© Raastech, Inc. 2013 | All rights reserved. Slide 49 of 51raastech.com
Summary & Recap
 Hype/disillusionment are over, cloud focus is now on productivity
 Virtualization and clustering are enablers for the cloud
 Cloud concepts:
 Characteristics: self-service provisioning, minimal management, elasticity, measured service
 Deployment models: Public, Private, Hybrid
 Service Models: IaaS, PaaS, SaaS
 Consumers of cloud services:
 IaaS: IT admins
 PaaS: Developers
 SaaS: Business users
 Next steps for deployment models:
 Virtualized data centers will evolve into private clouds
 With maturity, hybrid clouds can be useful for DR environments, scaling out, load testing environments
© Raastech, Inc. 2013 | All rights reserved. Slide 50 of 51raastech.com
Contact Information
 Javier Mendez
Principal Consultant
javier.mendez@raastech.com
Oracle Cloud Computing Strategy
Many Clouds, Many Choices
• Provide customer choice of private and public clouds
• Deliver complete, integrated offerings spanning SaaS,
PaaS and IaaS
• Enable customers to adopt cloud as the business
requires
oracle.com/cloud
www.facebook.com/OracleCloudComputing
@OracleCloudZone #oraclecloud
1 of 52

Recommended

What is the Oracle Cloud? by
What is the Oracle Cloud?What is the Oracle Cloud?
What is the Oracle Cloud?Revelation Technologies
722 views62 slides
The Oracle Cloud for Newbies by
The Oracle Cloud for NewbiesThe Oracle Cloud for Newbies
The Oracle Cloud for NewbiesRevelation Technologies
953 views43 slides
Wp esg-5-considerations-hybrid-clouds by
Wp esg-5-considerations-hybrid-cloudsWp esg-5-considerations-hybrid-clouds
Wp esg-5-considerations-hybrid-cloudsFaisal Farooq
115 views8 slides
Overcoming the five hybrid cloud adoption challenges by
Overcoming the five hybrid cloud adoption challengesOvercoming the five hybrid cloud adoption challenges
Overcoming the five hybrid cloud adoption challengesCloudify Community
83 views5 slides
Modern Data Warehouse Fundamentals Part 2 by
Modern Data Warehouse Fundamentals Part 2Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 2Cloudera, Inc.
2.3K views38 slides
Study notes for CompTIA Certified Advanced Security Practitioner by
Study notes for CompTIA Certified Advanced Security PractitionerStudy notes for CompTIA Certified Advanced Security Practitioner
Study notes for CompTIA Certified Advanced Security PractitionerDavid Sweigert
587 views11 slides

More Related Content

What's hot

Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur Cloud by
Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur CloudSonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur Cloud
Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur CloudTrivadis
654 views66 slides
Machine Learning in the Enterprise 2019 by
Machine Learning in the Enterprise 2019   Machine Learning in the Enterprise 2019
Machine Learning in the Enterprise 2019 Timothy Spann
877 views49 slides
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013 by
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013Kai Wähner
3K views81 slides
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19 by
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Cloudera, Inc.
2.5K views35 slides
wp-security-dbsec-cloud-3225125 by
wp-security-dbsec-cloud-3225125wp-security-dbsec-cloud-3225125
wp-security-dbsec-cloud-3225125Gabor Bokor
156 views15 slides
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD... by
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...Kai Wähner
4.5K views73 slides

What's hot(20)

Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur Cloud by Trivadis
Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur CloudSonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur Cloud
Sonnenstrahlen am wolkenhimmel - Oracle in der Infrastruktur Cloud
Trivadis654 views
Machine Learning in the Enterprise 2019 by Timothy Spann
Machine Learning in the Enterprise 2019   Machine Learning in the Enterprise 2019
Machine Learning in the Enterprise 2019
Timothy Spann877 views
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013 by Kai Wähner
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013
"Big Data beyond Apache Hadoop - How to Integrate ALL your Data" - JavaOne 2013
Kai Wähner3K views
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19 by Cloudera, Inc.
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Cloudera, Inc.2.5K views
wp-security-dbsec-cloud-3225125 by Gabor Bokor
wp-security-dbsec-cloud-3225125wp-security-dbsec-cloud-3225125
wp-security-dbsec-cloud-3225125
Gabor Bokor156 views
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD... by Kai Wähner
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...
JBoss OneDayTalk 2013: "NoSQL Integration with Apache Camel - MongoDB, CouchD...
Kai Wähner4.5K views
How to Think Multi-Cloud by RightScale
How to Think Multi-CloudHow to Think Multi-Cloud
How to Think Multi-Cloud
RightScale999 views
Federated Cloud Computing by David Wallom
Federated Cloud ComputingFederated Cloud Computing
Federated Cloud Computing
David Wallom3.6K views
Federated Learning: ML with Privacy on the Edge 11.15.18 by Cloudera, Inc.
Federated Learning: ML with Privacy on the Edge 11.15.18Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18
Cloudera, Inc.2.2K views
Introducing Cloudera Data Science Workbench for HDP 2.12.19 by Cloudera, Inc.
Introducing Cloudera Data Science Workbench for HDP 2.12.19Introducing Cloudera Data Science Workbench for HDP 2.12.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19
Cloudera, Inc.2.7K views
Cloudian Object Storage For Red Hat OpenStack Platform Solution Brief by Cloudian
Cloudian Object Storage For Red Hat OpenStack Platform Solution BriefCloudian Object Storage For Red Hat OpenStack Platform Solution Brief
Cloudian Object Storage For Red Hat OpenStack Platform Solution Brief
Cloudian849 views
OpenStack or CloudStack by Ahmed Banafa
OpenStack or CloudStackOpenStack or CloudStack
OpenStack or CloudStack
Ahmed Banafa921 views
Build and manage private and hybrid cloud by Syed Shaaf
Build and manage private and hybrid cloudBuild and manage private and hybrid cloud
Build and manage private and hybrid cloud
Syed Shaaf1.4K views
Cloud Computing Use Cases Whitepaper 3 0 by Jason Reed
Cloud Computing Use Cases Whitepaper 3 0Cloud Computing Use Cases Whitepaper 3 0
Cloud Computing Use Cases Whitepaper 3 0
Jason Reed2.7K views
Design of a small scale and failure-resistent iaa s cloud using openstack by Ying wei (Joe) Chou
Design of a small scale and failure-resistent iaa s cloud using openstackDesign of a small scale and failure-resistent iaa s cloud using openstack
Design of a small scale and failure-resistent iaa s cloud using openstack
2011 IaaS standards report from Ad Hoc WG by Bob Marcus
2011 IaaS standards report from Ad Hoc WG 2011 IaaS standards report from Ad Hoc WG
2011 IaaS standards report from Ad Hoc WG
Bob Marcus187 views
Cloud strategy briefing 101 by Predrag Mitrovic
Cloud strategy briefing 101 Cloud strategy briefing 101
Cloud strategy briefing 101
Predrag Mitrovic10.1K views

Similar to Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask

An Unbiased Look: Oracle SOA Suite 12c by
An Unbiased Look: Oracle SOA Suite 12cAn Unbiased Look: Oracle SOA Suite 12c
An Unbiased Look: Oracle SOA Suite 12cRevelation Technologies
1.5K views69 slides
Ravi namboori | Cloud computing by
Ravi namboori | Cloud computingRavi namboori | Cloud computing
Ravi namboori | Cloud computingravi varmanamboori
717 views14 slides
Cloud computing ravi namboori by
Cloud computing ravi nambooriCloud computing ravi namboori
Cloud computing ravi nambooriRavi Namboori
299 views14 slides
ravi namboori_Cloud computing by
ravi namboori_Cloud computing ravi namboori_Cloud computing
ravi namboori_Cloud computing ravi-namboori-babson
254 views14 slides
Oracle Keynote Cloud Expo 11-04-09 by
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09Rex Wang
4.2K views32 slides
Ravi namboori-Cloud computing by
Ravi namboori-Cloud computing Ravi namboori-Cloud computing
Ravi namboori-Cloud computing ravi-namboori-babson
421 views14 slides

Similar to Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask(20)

Cloud computing ravi namboori by Ravi Namboori
Cloud computing ravi nambooriCloud computing ravi namboori
Cloud computing ravi namboori
Ravi Namboori299 views
Oracle Keynote Cloud Expo 11-04-09 by Rex Wang
Oracle Keynote Cloud Expo 11-04-09Oracle Keynote Cloud Expo 11-04-09
Oracle Keynote Cloud Expo 11-04-09
Rex Wang4.2K views
Ravi Namboori Cloud computing by Ravi namboori
Ravi Namboori Cloud computingRavi Namboori Cloud computing
Ravi Namboori Cloud computing
Ravi namboori428 views
Cloud computing ravi namboori by ravi namboori
Cloud computing ravi nambooriCloud computing ravi namboori
Cloud computing ravi namboori
ravi namboori169 views
ravi namboori-Cloud computing by ravi namboori
ravi namboori-Cloud computingravi namboori-Cloud computing
ravi namboori-Cloud computing
ravi namboori265 views
Oracle Ravello Presentation 7Dec16 v1 by Kurt Liu
Oracle Ravello Presentation 7Dec16 v1Oracle Ravello Presentation 7Dec16 v1
Oracle Ravello Presentation 7Dec16 v1
Kurt Liu619 views
Cloud Computing and Microsoft by John Bristowe
Cloud Computing and MicrosoftCloud Computing and Microsoft
Cloud Computing and Microsoft
John Bristowe725 views
Accion Labs - Rackspace - How can cloud help you? by Accion Labs, Inc.
Accion Labs - Rackspace - How can cloud help you?Accion Labs - Rackspace - How can cloud help you?
Accion Labs - Rackspace - How can cloud help you?
Pm440 Presentation Black Cloud by guesta946d0
Pm440 Presentation Black CloudPm440 Presentation Black Cloud
Pm440 Presentation Black Cloud
guesta946d0344 views
Cloud Design Patterns - PRESCRIPTIVE ARCHITECTURE GUIDANCE FOR CLOUD APPLICAT... by David J Rosenthal
Cloud Design Patterns - PRESCRIPTIVE ARCHITECTURE GUIDANCE FOR CLOUD APPLICAT...Cloud Design Patterns - PRESCRIPTIVE ARCHITECTURE GUIDANCE FOR CLOUD APPLICAT...
Cloud Design Patterns - PRESCRIPTIVE ARCHITECTURE GUIDANCE FOR CLOUD APPLICAT...
David J Rosenthal5.2K views
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud by Mark Hinkle
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudLinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
Mark Hinkle1K views
Taneja -cloud market-exec_summary by Accenture
Taneja -cloud market-exec_summaryTaneja -cloud market-exec_summary
Taneja -cloud market-exec_summary
Accenture202 views
Geek Nights Hong Kong by Rahul Gupta
Geek Nights Hong KongGeek Nights Hong Kong
Geek Nights Hong Kong
Rahul Gupta436 views

More from Revelation Technologies

Oracle BPM Suite Development: Getting Started by
Oracle BPM Suite Development: Getting StartedOracle BPM Suite Development: Getting Started
Oracle BPM Suite Development: Getting StartedRevelation Technologies
531 views26 slides
Developing Web Services from Scratch - For DBAs and Database Developers by
Developing Web Services from Scratch - For DBAs and Database DevelopersDeveloping Web Services from Scratch - For DBAs and Database Developers
Developing Web Services from Scratch - For DBAs and Database DevelopersRevelation Technologies
330 views61 slides
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U... by
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...Revelation Technologies
1.4K views64 slides
Oracle Database Cloud Service - Provisioning Your First DBaaS Instance by
Oracle Database Cloud Service - Provisioning Your First DBaaS InstanceOracle Database Cloud Service - Provisioning Your First DBaaS Instance
Oracle Database Cloud Service - Provisioning Your First DBaaS InstanceRevelation Technologies
1K views78 slides
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud... by
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...Revelation Technologies
346 views63 slides
Getting Started with Security for your Oracle SOA Suite Integrations by
Getting Started with Security for your Oracle SOA Suite IntegrationsGetting Started with Security for your Oracle SOA Suite Integrations
Getting Started with Security for your Oracle SOA Suite IntegrationsRevelation Technologies
1.3K views78 slides

More from Revelation Technologies(20)

Developing Web Services from Scratch - For DBAs and Database Developers by Revelation Technologies
Developing Web Services from Scratch - For DBAs and Database DevelopersDeveloping Web Services from Scratch - For DBAs and Database Developers
Developing Web Services from Scratch - For DBAs and Database Developers
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U... by Revelation Technologies
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...
Domain Partitions and Multitenancy in Oracle WebLogic Server 12c - Why It's U...
Oracle Database Cloud Service - Provisioning Your First DBaaS Instance by Revelation Technologies
Oracle Database Cloud Service - Provisioning Your First DBaaS InstanceOracle Database Cloud Service - Provisioning Your First DBaaS Instance
Oracle Database Cloud Service - Provisioning Your First DBaaS Instance
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud... by Revelation Technologies
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...
Anyone Can Build a Site, Even You! Create a Microsite with Oracle Sites Cloud...
Getting Started with Security for your Oracle SOA Suite Integrations by Revelation Technologies
Getting Started with Security for your Oracle SOA Suite IntegrationsGetting Started with Security for your Oracle SOA Suite Integrations
Getting Started with Security for your Oracle SOA Suite Integrations
First Impressions: Docker in the Cloud with Oracle Container Cloud Service by Revelation Technologies
First Impressions: Docker in the Cloud with Oracle Container Cloud ServiceFirst Impressions: Docker in the Cloud with Oracle Container Cloud Service
First Impressions: Docker in the Cloud with Oracle Container Cloud Service
Oracle Compute Cloud vs. Amazon Web Services EC2 -- A Hands-On Showdown by Revelation Technologies
Oracle Compute Cloud vs. Amazon Web Services EC2 -- A Hands-On ShowdownOracle Compute Cloud vs. Amazon Web Services EC2 -- A Hands-On Showdown
Oracle Compute Cloud vs. Amazon Web Services EC2 -- A Hands-On Showdown
Oracle Java & Developer Cloud Service: What It Does & Doesn't Do by Revelation Technologies
Oracle Java & Developer Cloud Service: What It Does & Doesn't DoOracle Java & Developer Cloud Service: What It Does & Doesn't Do
Oracle Java & Developer Cloud Service: What It Does & Doesn't Do
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review by Revelation Technologies
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On ReviewOracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Version Uncontrolled - How to Manage Your Version Control (whitepaper) by Revelation Technologies
Version Uncontrolled - How to Manage Your Version Control (whitepaper)Version Uncontrolled - How to Manage Your Version Control (whitepaper)
Version Uncontrolled - How to Manage Your Version Control (whitepaper)
Usability - Ignored by Developers and Undervalued by Managers (article) by Revelation Technologies
Usability - Ignored by Developers and Undervalued by Managers (article)Usability - Ignored by Developers and Undervalued by Managers (article)
Usability - Ignored by Developers and Undervalued by Managers (article)
Understanding and Developing Web Services - For DBAs and Developers (whitepaper) by Revelation Technologies
Understanding and Developing Web Services - For DBAs and Developers (whitepaper)Understanding and Developing Web Services - For DBAs and Developers (whitepaper)
Understanding and Developing Web Services - For DBAs and Developers (whitepaper)
What Every Client Should Do On Their Oracle SOA Projects (whitepaper) by Revelation Technologies
What Every Client Should Do On Their Oracle SOA Projects (whitepaper)What Every Client Should Do On Their Oracle SOA Projects (whitepaper)
What Every Client Should Do On Their Oracle SOA Projects (whitepaper)
What Every Client Should Do On Their Oracle SOA Projects (article) by Revelation Technologies
What Every Client Should Do On Their Oracle SOA Projects (article)What Every Client Should Do On Their Oracle SOA Projects (article)
What Every Client Should Do On Their Oracle SOA Projects (article)

Recently uploaded

Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...NUS-ISS
23 views70 slides
AMAZON PRODUCT RESEARCH.pdf by
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdfJerikkLaureta
14 views13 slides
SAP Automation Using Bar Code and FIORI.pdf by
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdfVirendra Rai, PMP
19 views38 slides
The details of description: Techniques, tips, and tangents on alternative tex... by
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...BookNet Canada
110 views24 slides
STPI OctaNE CoE Brochure.pdf by
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdfmadhurjyapb
12 views1 slide
.conf Go 2023 - Data analysis as a routine by
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routineSplunk
90 views12 slides

Recently uploaded(20)

Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by NUS-ISS
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
NUS-ISS23 views
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta14 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada110 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb12 views
.conf Go 2023 - Data analysis as a routine by Splunk
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine
Splunk90 views
Spesifikasi Lengkap ASUS Vivobook Go 14 by Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 views
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV by Splunk
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
Splunk86 views
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica... by NUS-ISS
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
NUS-ISS15 views
Attacking IoT Devices from a Web Perspective - Linux Day by Simone Onofri
Attacking IoT Devices from a Web Perspective - Linux Day Attacking IoT Devices from a Web Perspective - Linux Day
Attacking IoT Devices from a Web Perspective - Linux Day
Simone Onofri15 views
Perth MeetUp November 2023 by Michael Price
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023
Michael Price12 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi113 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet52 views
Future of Learning - Khoong Chan Meng by NUS-ISS
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan Meng
NUS-ISS31 views
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor... by Vadym Kazulkin
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
How to reduce cold starts for Java Serverless applications in AWS at JCON Wor...
Vadym Kazulkin70 views

Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask

  • 1. Javier Mendez Principal Consultant Raastech Cloud Concepts Everything You Wanted to Know But Were Afraid to Ask Schoolcraft College – Vistatech Center Room Vt460 November 13, 2013 3:45pm – 4:30pm
  • 2. © Raastech, Inc. 2013 | All rights reserved. Slide 2 of 51raastech.com About Raastech  Systems integrator founded in 2009  Headquartered in the Washington DC area  Specializes in Oracle Fusion Middleware  Oracle Gold Partner & Reseller  Oracle SOA Specialized  Certified staff in multiple disciplines  OCE, OCA, OCP, ITIL, CISSP, PMP, etc.  Continued contributions to the technology community  Sponsor and volunteer of numerous users groups  Ongoing publishing of books, articles, whitepapers, and blogs  Regular presenters at major conferences
  • 3. © Raastech, Inc. 2013 | All rights reserved. Slide 3 of 51raastech.com About Javier  6+ years of Oracle experience  Emphasis on Oracle Database, Enterprise Manager, and Cloud  Federal and commercial experience  Infrastructure admin; administration, performance tuning, high availability, troubleshooting  OCP, OCA, CSM
  • 4. © Raastech, Inc. 2013 | All rights reserved. Slide 4 of 51raastech.com What is this presentation about?  For the cloud newbie  Concepts-based presentation, with a few hands-on screenshots  Cloud concepts  Cloud terminology  Difference between cloud and virtualization  Oracle cloud service offerings
  • 5. © Raastech, Inc. 2013 | All rights reserved. Slide 5 of 51raastech.com Agenda 1. Introduction to Cloud Computing 2. Virtualization: The Foundation for Cloud 3. Cloud Concepts 4. Service Models 5. Deployments Models 6. Oracle On Demand Cloud Services 7. Summary
  • 6. © Raastech, Inc. 2013 | All rights reserved. Slide 6 of 51raastech.com Cloud ComputingCloud Computing
  • 7. © Raastech, Inc. 2013 | All rights reserved. Slide 7 of 51raastech.com You are not alone… “Not sure, but I like these clouds better.” ~Guy sitting beside me on the plane, retired Economist Ahmed: “What do you think this ad is trying to tell you?”
  • 8. © Raastech, Inc. 2013 | All rights reserved. Slide 8 of 51raastech.com What the hell is cloud computing?  Oracle CEO Larry Ellison in an analysts’ briefing on September 2008:  “Orange is the new pink…”  “I don’t understand what we would do differently in the light of cloud computing, other than marketing.”
  • 9. © Raastech, Inc. 2013 | All rights reserved. Slide 9 of 51raastech.com Source: Gartner “Hype Cycle for Cloud Computing, 2009” Research Note G00168780 Oracle Cloud Hype  Cloud is at the peak of the hype curve
  • 10. © Raastech, Inc. 2013 | All rights reserved. Slide 10 of 51raastech.com Virtualization The Foundation for Cloud
  • 11. © Raastech, Inc. 2013 | All rights reserved. Slide 11 of 51raastech.com Virtualization  Virtualization and clustering widely adopted in most organizations  Provisioning a single physical server took months  Physical resources were often underutilized  Virtualization helped:  Reduce provisioning time  Maximize physical resources  Introduce concepts such as cloning and snapshots
  • 12. © Raastech, Inc. 2013 | All rights reserved. Slide 12 of 51raastech.com Setting up a VM with VMware Server 1. Request and approval to setup new VM ~2880 minutes 2. Copy VM image to new folder ~20 minutes 3. Configure VM ~10 minutes 4. Recreate network adapter ~10 minutes 5. Startup VM through console ~15 minutes 6. Reconfigure networking and NATing ~15 minutes 7. Configure miscellaneous scripts ~20 minutes 8. Send completion email ~240 minutes
  • 13. © Raastech, Inc. 2013 | All rights reserved. Slide 13 of 51raastech.com Scaling out using VMware Server 1. Setup clone of existing VM ~ 3175 minutes (~90 minutes) 2. Reconfigure software on 2nd node ~180 minutes 3. Startup software on 2nd node ~20 minutes 4. Configure cluster ~140 minutes 5. Verification, first round ~90 minutes 6. Add 2nd node to load balancer ~60 minutes 7. Verification, second round ~250 minutes
  • 14. © Raastech, Inc. 2013 | All rights reserved. Slide 14 of 51raastech.com Virtualization & Clustering are Foundations for Cloud • Both server virtualization and clustering are key technologies for cloud • Virtualization provides resource pooling • Clustering provides elastic scalability Server Virtualization (Resource Pooling) Clustering (Scalability) Make one physical resource look like many Make many physical resource look like one
  • 15. © Raastech, Inc. 2013 | All rights reserved. Slide 15 of 51raastech.com Cloud Concepts
  • 16. NIST Definition of Cloud Computing Cloud computing is 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) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model promotes availability and is composed of: Source: NIST Definition of Cloud Computing v15 3 Service Models • SaaS • PaaS • IaaS 4 Deployment Models • Public Cloud • Private Cloud • Community Cloud • Hybrid Cloud 5 Essential Characteristics • Broad network access • Resource pooling • Rapid elasticity • On-demand self-service • Measured service
  • 17. © Raastech, Inc. 2013 | All rights reserved. Slide 17 of 51raastech.com Cloud != Virtualization  “Cloud” is not “virtualization”, but relies on virtualization and clustering concepts and technologies  Cloud is:  On-demand resources  Rapidly provisioned (i.e., self-service provisioning)  Minimal management  Elastic (i.e., workload management)  Measured service (e.g., metering and chargeback)
  • 18. © Raastech, Inc. 2013 | All rights reserved. Slide 18 of 51raastech.com Service Models IaaS | PaaS | SaaS
  • 19. © Raastech, Inc. 2013 | All rights reserved. Slide 19 of 51raastech.com Service Models: SaaS / PaaS / IaaS  Applications delivered as a service to end-users over the Internet Software as a Service (SaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS)  App development & deployment platform delivered as a service  Server, storage, and network hardware and associated software delivered as a service
  • 20. © Raastech, Inc. 2013 | All rights reserved. Slide 20 of 51raastech.com Software as a Service (SaaS)  Customer Relationship Management (CRM)
  • 21. © Raastech, Inc. 2013 | All rights reserved. Slide 21 of 51raastech.com Software as a Service (SaaS)  Human Resources (HR)
  • 22. © Raastech, Inc. 2013 | All rights reserved. Slide 22 of 51raastech.com Software as a Service (SaaS)  Oracle Social Network
  • 23. © Raastech, Inc. 2013 | All rights reserved. Slide 23 of 51raastech.com Infrastructure as a Service (IaaS)  Obvious
  • 24. © Raastech, Inc. 2013 | All rights reserved. Slide 24 of 51raastech.com Platform as a Service (PaaS): Database Service  Runs Oracle Database on the cloud  Runs any Oracle DBMS Application  SQL & PL/SQL  Java & REST APIs  Web-based application development  Oracle Application Express (APEX)  Seamless: from cloud to on-premise  Secure: data, schema, & table-space isolation
  • 25. © Raastech, Inc. 2013 | All rights reserved. Slide 25 of 51raastech.com Platform as a Service (PaaS): Java Cloud Service  Runs any Java application in the cloud  Complete Java EE Support  SOAP & RESTful Web Services  Eclipse, NetBeans, & JDeveloper Tools  Auto-generate Database Schemas  Secure: application and data isolation  dedicated virtual machines
  • 26. © Raastech, Inc. 2013 | All rights reserved. Slide 26 of 51raastech.com Platform as a Service (PaaS)  Welcome to Oracle Cloud
  • 27. © Raastech, Inc. 2013 | All rights reserved. Slide 27 of 51raastech.com Platform as a Service (PaaS)  Sign in to Oracle Cloud
  • 28. © Raastech, Inc. 2013 | All rights reserved. Slide 28 of 51raastech.com Platform as a Service (PaaS)  Oracle Cloud Services
  • 29. © Raastech, Inc. 2013 | All rights reserved. Slide 29 of 51raastech.com Platform as a Service (PaaS)  Oracle Cloud Status History
  • 30. © Raastech, Inc. 2013 | All rights reserved. Slide 30 of 51raastech.com Platform as a Service (PaaS)  Oracle Database Utilization
  • 31. © Raastech, Inc. 2013 | All rights reserved. Slide 31 of 51raastech.com Platform as a Service (PaaS)  Oracle Application Express
  • 32. © Raastech, Inc. 2013 | All rights reserved. Slide 32 of 51raastech.com Consumers of Cloud Computing Abstraction Layers Application Platform Customizations Application Customizations Customizations Consumer Consumer Service Provider ServiceProvider IaaS Cloud SaaS Cloud PaaS Cloud IT Admins Developer Business End User Different Users
  • 33. © Raastech, Inc. 2013 | All rights reserved. Slide 33 of 51raastech.com Deployment Models Public Cloud | Private Cloud | Hybrid Cloud
  • 34. © Raastech, Inc. 2013 | All rights reserved. Slide 34 of 51raastech.com Evolution of Private and Public Clouds Private Cloud Evolution Hybrid • Federation with public clouds • Interoperability • Cloud bursting App1 App2 App3 Private IaaS Private PaaS Virtual Private Cloud Hybrid PaaS SaaS IaaS Private Cloud • Self-service • Policy-based resource mgmt • Chargeback • Capacity planning App2 App3 Private IaaS Private PaaS App1 Silo’d Consolidated • Physical • Dedicated • Static • Heterogeneous • Virtual • Shared services • Dynamic • Standardized appliances App1 App2 App3 App1 App2 App3 Private IaaS Private PaaS Consolidate Standardize Public Clouds PaaS SaaS IaaS Public Cloud Evolution ASP ISP MSP ISV CSP/ Telcos
  • 35. © Raastech, Inc. 2013 | All rights reserved. Slide 35 of 51raastech.com Deployment Models: Public / Private / Hybrid Private Cloud Public CloudHybrid Cloud Exclusive Shared by multiple organizations • Fast & inexpensive to start • Outsourced services • Multiple tenants sharing resources • Greater control over security, compliance, & QoS • Multiple apps sharing resources • Not much different than virtualization • Cloudbursting – overdraft for peak loads • Dev/Test vs. Production • Disaster recovery
  • 36. © Raastech, Inc. 2013 | All rights reserved. Slide 36 of 51raastech.com Evolution of Private and Public Clouds Private Cloud Evolution Hybrid • Federation with public clouds • Interoperability • Cloud bursting App1 App2 App3 Private IaaS Private PaaS Virtual Private Cloud Hybrid PaaS SaaS IaaS Private Cloud • Self-service • Policy-based resource mgmt • Chargeback • Capacity planning App2 App3 Private IaaS Private PaaS App1 Silo’d Consolidated • Physical • Dedicated • Static • Heterogeneous • Virtual • Shared services • Dynamic • Standardized appliances App1 App2 App3 App1 App2 App3 Private IaaS Private PaaS Consolidate Standardize Public Clouds PaaS SaaS IaaS Public Cloud Evolution ASP ISP MSP ISV CSP/ Telcos
  • 37. © Raastech, Inc. 2013 | All rights reserved. Slide 37 of 51raastech.com Exadata, Exalogic, SPARC SuperCluster  Extreme Performance, Engineered Systems  Unmatched performance, simplified deployment, lower total cost  Building blocks for consolidation and cloud computing
  • 38. © Raastech, Inc. 2013 | All rights reserved. Slide 38 of 51raastech.com Clustering Options Throughout Stack Infrastructure as a Service Oracle Database Real Application Clusters Oracle In-Memory Database Cache (TimesTen) Oracle Exadata Database Machine Oracle Cloud Application Foundation Oracle WebLogic Server | Oracle Coherence In-Memory Data Oracle Exalogic Elastic Cloud Platform as a Service Sun Servers Sun Storage
  • 39. © Raastech, Inc. 2013 | All rights reserved. Slide 39 of 51raastech.com Oracle Enterprise Manager 12c: Total Cloud Control Complete Lifecycle Management Integrated Cloud Stack Management Business-Driven Application Management Self-Service IT Simple and Automated Business Driven| | Plan Setup Build Test Deploy Monitor Manage Meter & Charge Optimize
  • 40. © Raastech, Inc. 2013 | All rights reserved. Slide 40 of 51raastech.com Evolution of Private and Public Clouds Private Cloud Evolution Hybrid • Federation with public clouds • Interoperability • Cloud bursting App1 App2 App3 Private IaaS Private PaaS Virtual Private Cloud Hybrid PaaS SaaS IaaS Private Cloud • Self-service • Policy-based resource mgmt • Chargeback • Capacity planning App2 App3 Private IaaS Private PaaS App1 Silo’d Consolidated • Physical • Dedicated • Static • Heterogeneous • Virtual • Shared services • Dynamic • Standardized appliances App1 App2 App3 App1 App2 App3 Private IaaS Private PaaS Consolidate Standardize Public Clouds PaaS SaaS IaaS Public Cloud Evolution ASP ISP MSP ISV CSP/ Telcos
  • 41. © Raastech, Inc. 2013 | All rights reserved. Slide 41 of 51raastech.com The Oracle Public Cloud  Applications and Platform: Based on Industry Standards Fusion CRM Fusion HCM Fusion Talent Database Service Java Service Oracle Social Network Data Service Security Service
  • 42. © Raastech, Inc. 2013 | All rights reserved. Slide 42 of 51raastech.com Oracle Public Cloud: Complete Choice Instant productivity Complete 100% standards-based On-cloud or on-premise • Self-Service, monthly subscription, instant provisioning • Complete set of business-critical platform and application services • Move existing applications to the cloud with no change • Same products available in both modes
  • 43. © Raastech, Inc. 2013 | All rights reserved. Slide 43 of 51raastech.com Oracle on Demand Cloud Services
  • 44. © Raastech, Inc. 2013 | All rights reserved. Slide 44 of 51raastech.com Oracle on Demand  Oracle On Demand = formerly Oracle Outsourcing  Provides product and software management experts to deliver fast innovation, increased security, availability, and performance  “Give customers unparalleled flexibility and choice”  http://www.oracle.com/us/industries/healthcare/executuve-value- first-br-1525030.pdf
  • 45. © Raastech, Inc. 2013 | All rights reserved. Slide 45 of 51raastech.com Oracle on Demand Cloud Services SaaS@Oracle@Customer On Premise OracleCustomerCustomerCustomer Oracle Oracle Oracle Oracle Oracle Oracle Oracle Customer Oracle Customer Customer Customer Customer Software License Software Management Infrastructure Management Datacenter
  • 46. © Raastech, Inc. 2013 | All rights reserved. Slide 46 of 51raastech.com Summary
  • 47. © Raastech, Inc. 2013 | All rights reserved. Slide 47 of 51raastech.com The Good  Public clouds generally have tremendous cost savings  If your application can support elasticity, then this is huge  Quick provisioning is a huge benefit  By reducing management and administration of core platforms and/or environments, infrastructure team can focus their efforts elsewhere beyond the everyday administration tasks  Hybrid clouds are an awesome concept for disaster recovery, setting up load testing environments, etc.  Pay for what you use only
  • 48. © Raastech, Inc. 2013 | All rights reserved. Slide 48 of 51raastech.com The Bad  The majority of Oracle applications (and in fact, most non-Oracle applications) don’t support elasticity  Vendor lock-in is a concern  DR in a hybrid cloud model sounds good in theory, but needs to first be proven out due to the complexities involved  Private clouds are just glorified virtual servers and rely on having idle hardware lying around to afford elasticity  Security is a perceived concern in the public cloud, a lot better now  How much do you trust your public cloud provider?
  • 49. © Raastech, Inc. 2013 | All rights reserved. Slide 49 of 51raastech.com Summary & Recap  Hype/disillusionment are over, cloud focus is now on productivity  Virtualization and clustering are enablers for the cloud  Cloud concepts:  Characteristics: self-service provisioning, minimal management, elasticity, measured service  Deployment models: Public, Private, Hybrid  Service Models: IaaS, PaaS, SaaS  Consumers of cloud services:  IaaS: IT admins  PaaS: Developers  SaaS: Business users  Next steps for deployment models:  Virtualized data centers will evolve into private clouds  With maturity, hybrid clouds can be useful for DR environments, scaling out, load testing environments
  • 50. © Raastech, Inc. 2013 | All rights reserved. Slide 50 of 51raastech.com Contact Information  Javier Mendez Principal Consultant javier.mendez@raastech.com
  • 51. Oracle Cloud Computing Strategy Many Clouds, Many Choices • Provide customer choice of private and public clouds • Deliver complete, integrated offerings spanning SaaS, PaaS and IaaS • Enable customers to adopt cloud as the business requires