0% found this document useful (0 votes)
19 views12 pages

01-Cloud Fundamentals-23-34

Uploaded by

hanubiz
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)
19 views12 pages

01-Cloud Fundamentals-23-34

Uploaded by

hanubiz
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/ 12

SIT Internal

Cloud Computing Market Players (Illustrative)


SIT Internal

What are important for us to know?

● Cloud computing fundamentals: the concept, benefits, and virtualisation technologies.

● Cloud computing service models: different types of service models, pros and cons for business
considerations, and examples cloud services from major cloud vendors e.g., AWS, Azure, and GCP

● Cloud deployment models: various types such as public cloud, private cloud, hybrid cloud, multi-
cloud, and the design consideration.

● Cloud data analytics: Data management methods using cloud storage and databases, and Cloud
AI/ML for big data analytics services in Cloud

● Cloud security: key concepts, access controls, network management and data security
Which of the following is a characteristic of
cloud computing scalability?

ⓘ Start presenting to display the poll results on this slide.


SIT Internal

Which of the following is NOT a benefit of


cloud computing?

ⓘ Start presenting to display the poll results on this slide.


SIT Internal

Cloud Virtualisation
02 Virtual machine, containers, etc. and their enabling features
SIT Internal

Virtualisation and Cloud Services

Cloud Applications & Services


Cloud services provisioning for infrastructure, platform and software

Virtualisation
Technologies to create virtualized resources on top of computer resources.

Computer Resources / Infrastructure


Servers, storage, networks, etc.
SIT Internal

Computer Virtualisation

● Virtualization began in the 1960s, as IBM use


virtualization technology to divide mainframe
computers logically to run different applications.

● Virtualization uses software to create an abstraction


layer over computer hardware, to divide a single
computer — processors, memory, storage, network,
etc. — into multiple smaller virtual units.

● Virtualization hides the physical characteristics of


computing resources from their users, supporting
different applications/services on top of them.
Virtualization is the fundamental technology that
powers cloud computing.
SIT Internal

An Example
Traditional IT Cloud Computing

VM 1 VM 2 VM 3
Applications Applications Applications Applications

Libs/tools Libs/tools Libs/tools


Libs/tools
Guest OS Guest OS Guest OS
OS
Hypervisor e.g.,
Infrastructure
Infrastructure

1 physical servers for 1 user


1 shared physical infrastructure for 3 different users*
using virtual machines (VMs)

*Users could come from different organizations


SIT Internal

Terminologies

● Virtualization: Virtualization is the technology which enables an abstraction


level of resources, including virtual computer hardware platforms, storage
devices, and computer network resources1.

● Hypervisor: A hypervisor is software that creates and runs virtual machines


(VMs). A hypervisor allows one host computer to support multiple guest
VMs by virtually sharing its resources, such as memory and processing2.

● Virtual Machine: A Virtual Machine (VM) is a compute resource that uses


software instead of a physical computer to deploy and run applications.

Source: 1. Wikipedia, 2. Cloud Computing : Concept and Technology 3. VMware


SIT Internal

Benefits of Virtualisation
Encapsulation and Isolation Cost Reduction
VMs are isolated from each other to protect data and It reduces the number of physical servers for
applications not be shared and affected by other VMs. different groups of users and saves costs.

Hardware Utilisation Energy Saving


Resources can be elastic and peak traffic can be VMs are consolidated for deployment and
handled by using a pool of server resources. inactive VMs can be shut down.

Flexibility No Hardware/Software Lock-in


The system can be set up and configured easily and Virtual machines with different OS can be easily
software can be easily tested and deployed in VMs. deployed and configured in data centres.

Replication for Recovery Quick Server Provisioning


VMs can be easily cloned/duplicated and the data and Server templates allow to start new machines
applications can be recovered in case of failures. without repeating the same steps for setting up.
SIT Internal

Two Types of Hypervisors : Type 1 and Type 2


Type 1 Hypervisor Type 2 Hypervisor

• Highly efficient because they have direct access to


physical hardware.
• Enables quick and easy access to an alternative guest
OS alongside the primary one running on the host system.
Pros • This also increases their security, because there is This makes it great for end-user productivity.
nothing in between them and the CPU that an attacker
Pros
could compromise.
• Must access computing, memory, and network resources
via the host OS, which has primary access to the physical
machine. This introduces latency issues, affecting
• Often requires a separate management machine to performance.
administer different VMs and control the host hardware.
Cons Cons
• Introduces potential security risks if an attacker
compromises the host OS.

33
SIT Internal

Have a Virtual Machine (VM) in your computer


A Virtual Box is a hypervisor (Type 2) that manage the VMs locally.

A Computer
A Virtual Machine
Applications
Applications
Libs/tools
Libs/tools
OS

Infrastructure Guest OS

Hypervisor

Step1: Install a VM software


e.g., VirtualBox Step3: Start the VM

Step2: Step up a VM – e.g., loading a VM Image


34

You might also like