+ All Categories
Home > Technology > Cloud computing

Cloud computing

Date post: 30-Oct-2014
Category:
Upload: saidwot
View: 545 times
Download: 0 times
Share this document with a friend
Description:
 
Popular Tags:
45
Cloud Computing begin presentation {
Transcript
Page 1: Cloud computing

Cloud Computing

begin presentation {

Page 2: Cloud computing

So what's cloud computing?

Page 3: Cloud computing
Page 4: Cloud computing

So what's cloud computing?

I don't know :(It's just a buzzword

Page 5: Cloud computing

So what's cloud computing?

Ok, I /*think I*/ know...

Page 6: Cloud computing

So what's cloud computing?

it's a form of computing in which resources are

virtualised, abstracted and dynamically allocated as

needed

Page 7: Cloud computing

I don't get it...

Page 8: Cloud computing

Ek vertaan nie!

Page 9: Cloud computing

English please!

Page 10: Cloud computing

So what's cloud computing?

Ok, 2 examples {

Page 11: Cloud computing

So what's cloud computing?

Example 00 {

It's like renting a house instead of building one, it saves you lots of money and decisions

(so I heard)

Page 12: Cloud computing

So what's cloud computing?

The house is not yours, you can use it or rent a bigger house if need be... but you

can't just break walls

} // end of example

Page 13: Cloud computing

So what's cloud computing?

So you have everything you need in a traditional server

based computing environment but you don't need to worry

about the data-center.

Page 14: Cloud computing

So what's cloud computing?

Example 01 {

You know when you use Flickr, Gmail or Google Docs?

Page 15: Cloud computing

So what's cloud computing?

Do you know where Google or Yahoo stores your files?

Page 16: Cloud computing

So what's cloud computing?

No!

Page 17: Cloud computing

So what's cloud computing?

But you know it's somewhere on the internet...

Page 18: Cloud computing

So what's cloud computing?

That is cloud computing!(you've been doing it all along)

} // end of example

Page 19: Cloud computing

So what exactly does it do?

Page 20: Cloud computing

So what exactly does it do?

Resources are abstracted...

Page 21: Cloud computing

So what exactly does it do?

NetworkTemporary StoragePersistent StorageProcessing Power

File systemOperating System

Page 22: Cloud computing

Why is that important?

Page 23: Cloud computing

Why is that important?

It simplifies things - let's you focus on your task

Page 24: Cloud computing

Why is that important?

You don't need to build your own data-center.

Don't worry about ventilation, electricity, emergency plans...

Page 25: Cloud computing

Why is that important?

Your system administrator is not to blame if things go wrong

Page 26: Cloud computing

Why is that important?

(Don't blame Eskom either)

Page 27: Cloud computing

Why is that important?

It's important because it saves cost (at scale) and it allows...

Page 28: Cloud computing

Why is that important?

Elasticity // scale without hassles

Abstraction // Don't worry about OS

Virtualisation // Don't worry about hardware

Availability on demand // pay only for what you use

Page 29: Cloud computing

Not all clouds are created equal

Page 30: Cloud computing

{Some are puffier than others}

Page 31: Cloud computing

{ Reliability, Performance, Cost, Availability, Scalability} = All differ between vendors.

Page 32: Cloud computing

Types of cloud services

Page 33: Cloud computing

Types of cloud services

Infrastructure as a Service // Iaas

Platform as a Service // PaaS

Software as a Serive // Saas

Storage (Database) as a Service // [DS]aaS

Page 34: Cloud computing

Infrastructure as a Service (IaaS)

● Most of the time only the hardware is virtualised● So you have a full system running on a virtual

machine● You're still responsible for maintaining the

software

use_it_when { you want a server but don't want to deal with hardware failures}

Page 35: Cloud computing
Page 36: Cloud computing

Platform as a Service (IaaS)

● Almost everything is virtualised (even files)● You only have access to your app's sandbox● Access to external services is done via the vendor's

API

use_it_when { you want an application that scales and it doesn't depend on operating system APIs/utilities.}

Page 37: Cloud computing
Page 38: Cloud computing

Software as a Service (SaaS)

● You don't install the app on the desktop● You run the app inside a browser (how cool is that?)

use_it_when { You do unto the browser what you want done unto the desktop.}

Page 39: Cloud computing
Page 40: Cloud computing

Database|Storage as a Service ([DS]aaS)

● You store files remotely● Use a URL or the vendor's API to retrieve the files

use_it_when { You want to store things remotely or to access your files from anywhere or you want to share with the world.}

Page 41: Cloud computing
Page 43: Cloud computing

// I think I'll stop here

} end presentation;

Page 44: Cloud computing

while (Questions) { me.answer();}

Page 45: Cloud computing

exit();


Recommended