Top Banner
Grupo de Arquitectura de Computadores, Comunicaciones y Sistemas FUNDAMENTALS OF VIRTUALIZATION Virtualization Lesson 3 for the Alejandro Calderón Mateos work
90

Lesson3 - Fundamentals of Virtualization (v2b)

Jan 14, 2017

Download

Education

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lesson3 - Fundamentals of Virtualization (v2b)

Grupo de Arquitectura de Computadores,

Comunicaciones y Sistemas

FUNDAMENTALS OF

VIRTUALIZATION

Virtualization Lesson 3 for the Alejandro Calderón Mateos work

Page 2: Lesson3 - Fundamentals of Virtualization (v2b)

2 2

Goals

Introduction of what virtualization is.

Understanding of where virtualization can be

applied.

Knowledge of virtualization could help for BG.

Page 3: Lesson3 - Fundamentals of Virtualization (v2b)

3 3

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 4: Lesson3 - Fundamentals of Virtualization (v2b)

4 4

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 5: Lesson3 - Fundamentals of Virtualization (v2b)

5 5

“Googling” for virtualization

It is possible to search information from several sites:

Wikipedia:

http://en.wikipedia.org/wiki/Virtualization

Forums: http://virt.kernelnewbies.org/

On-line courses: http://www.govirtual.org/docs/DOC-1024

Etc.

Page 6: Lesson3 - Fundamentals of Virtualization (v2b)

6 6

“Googling” for virtualization

Main aspects that we are going to find:

1. Virtualization term is not new:

It has been used since 60’s

2. It has been applied to different

aspects and areas of computing:

Components, servers, personal computers, etc.

Page 7: Lesson3 - Fundamentals of Virtualization (v2b)

7 7

Virtualization in computing

Virtualization is a broad term that refers to the abstraction of computer resources.

A technique for hiding the physical characteristics of computing resources from the way in which other systems, applications or end users interact with those resources.

Virtual resource

Page 8: Lesson3 - Fundamentals of Virtualization (v2b)

8 8

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 9: Lesson3 - Fundamentals of Virtualization (v2b)

9 9

Virtualization in computing

Virtualization is a broad term that refers to the abstraction of computer resources.

A technique for hiding the physical characteristics of computing resources from the way in which other systems, applications or end users interact with those resources.

Virtual resource

• Device • Process • Computer • Etc.

Page 10: Lesson3 - Fundamentals of Virtualization (v2b)

10 10

Virtualization examples device level

– Storage device:

• E.g.: RAID

– Networking:

• E.g.: IP bonding, IP aliasing, NAT

– Processor:

• E.g.: emulate a different instruction set

Page 11: Lesson3 - Fundamentals of Virtualization (v2b)

11 11

Virtualization examples device level

– Storage device:

• E.g.: RAID

– Networking:

• E.g.: IP bonding, IP aliasing, NAT

– Processor:

• E.g.: emulate a different instruction set

Page 12: Lesson3 - Fundamentals of Virtualization (v2b)

12 12

Virtualization examples device level

– Storage device:

• E.g.: RAID

– Networking:

• E.g.: IP bonding, IP aliasing, NAT

– Processor:

• E.g.: emulate a different instruction set

Rosetta was used by Apple in the PowerPC to Intel transition.

Page 13: Lesson3 - Fundamentals of Virtualization (v2b)

13 13

Virtualization examples process level

– Emulation of the application private environment:

• E.g.: Windows Vista/7 compatibilite mode

– Languaje level virtualization:

• E.g.: Java and .NET

Page 14: Lesson3 - Fundamentals of Virtualization (v2b)

14 14

Virtualization examples process level

– Emulation of the application private environment:

• E.g.: Windows Vista/7 compatibilite mode

– Languaje level virtualization:

• E.g.: Java and .NET

Page 15: Lesson3 - Fundamentals of Virtualization (v2b)

15 15

Virtualization examples computer level

– Guest desktop as a window:

• E.g.: VMWare, VirtualBox, etc.

– A window for each guest application:

• E.g.: Coherence mode, fluid view, etc.

– Remote desktop window:

• E.g.: XEN, VMWare ESX, VirtualBox Headless, etc.

Page 16: Lesson3 - Fundamentals of Virtualization (v2b)

16 16

Virtualization in computing summary

Virtualization is a broad term that refers to the abstraction of computer resources.

A technique for hiding the physical characteristics of computing resources from the way in which other systems, applications or end users interact with those resources.

Virtual resource

• Device • Process • Computer • Etc.

Page 17: Lesson3 - Fundamentals of Virtualization (v2b)

17 17

Virtualization in computing summary

It includes:

To make a single physical resource (such as a server, an

operating system, an application, etc.) be exposed as a

different logical resource.

To make a single physical resource (such as storage

devices, servers, etc.) be exposed as multiple logical

resources.

To make multiple physical resources (such as storage

devices, servers, etc.) be exposed as a single logical

resource.

Page 18: Lesson3 - Fundamentals of Virtualization (v2b)

18 18

Platform Virtualization

We will focus on the platform virtualization in

terms of virtual machines.

The real system will be named as host system,

the virtualization system will be named guest.

Page 19: Lesson3 - Fundamentals of Virtualization (v2b)

19 19

Example: Windows on Linux

http://www.kitty.in.th/files/376/qemu.png

Page 20: Lesson3 - Fundamentals of Virtualization (v2b)

20 20

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 21: Lesson3 - Fundamentals of Virtualization (v2b)

21 21

Reasons for Virtualization

Server consolidation

Service isolation

Disaster recovery

Testing or training

Application portability

Page 22: Lesson3 - Fundamentals of Virtualization (v2b)

22 22

Consolidation

Server consolidation:

To reduce costs (by multiplexing resources).

Simplifying the administration and management.

1000 € 1000 € 1000 € 1000 €

Page 23: Lesson3 - Fundamentals of Virtualization (v2b)

23 23

Consolidation

Server consolidation:

To reduce costs (by multiplexing resources).

Simplifying the administration and management

3000 €

Page 24: Lesson3 - Fundamentals of Virtualization (v2b)

24 24

Insolation

Improve security:

Insolate services in different computers.

Different security policy for each computer.

Page 25: Lesson3 - Fundamentals of Virtualization (v2b)

25 25

Insolation

Improve security:

Insolate services in different computers.

Different security policy for each computer.

Page 26: Lesson3 - Fundamentals of Virtualization (v2b)

26 26

Disaster recovery

Improve disaster recovery:

Hot-spare machine(s).

Automatic work re-routing while rebooting/fixing.

Page 27: Lesson3 - Fundamentals of Virtualization (v2b)

27 27

Disaster recovery

Improve disaster recovery:

Hot-spare machine(s).

Automatic work re-routing while rebooting/fixing.

Page 28: Lesson3 - Fundamentals of Virtualization (v2b)

28 28

Disaster recovery

Improve disaster recovery:

Hot-spare machine(s).

Automatic work re-routing while rebooting/fixing.

Page 29: Lesson3 - Fundamentals of Virtualization (v2b)

29 29

Testing or training

Better testing environment:

It enables the execution in other work environment.

It improves the restoring process (easier/bit-faster).

Page 30: Lesson3 - Fundamentals of Virtualization (v2b)

30 30

Testing or training

Better testing environment:

It enables the execution in other work environment.

It improves the restoring process (easier/bit-faster).

Page 32: Lesson3 - Fundamentals of Virtualization (v2b)

32 32

Reasons for NOT using Virtualization

Complex dimensioning

More resources per node are needed

Double administration level

Some performance loss

?

++

Page 33: Lesson3 - Fundamentals of Virtualization (v2b)

33 33

Complex dimensioning

An appropriated sizing is required:

The (virtual) servers might change it requirements (memory, cpu, ...)

An unappropriated sizing has impact in all (virtual) servers.

Page 34: Lesson3 - Fundamentals of Virtualization (v2b)

34 34

Big resources

More resources per host are needed:

8 1GiB servers consolidated on 1 8GiB server

Not always is easy (and cheaper) to buy one server with

n network cards, n GB of RAM, n TB of disk, etc.

Page 35: Lesson3 - Fundamentals of Virtualization (v2b)

35 35

Big resources

More resources per host are needed:

8 1GiB servers consolidated on 1 8GiB server

Not always is easy (and cheaper) to buy one server with

n network cards, n GB of RAM, n TB of disk, etc.

Page 36: Lesson3 - Fundamentals of Virtualization (v2b)

36 36

Two administration levels

Double administration level:

(Real) host computers

(Virtual) guest computers

Management of host/guest relationship

If a host computer has problems, all guest computer has to be migrated.

ssh real

Page 37: Lesson3 - Fundamentals of Virtualization (v2b)

37 37

Loss of performance

A “little” loss of performance:

In CPU could be low: between 3% and 12%

Graphic card and buses bandwidth?

Hard disk shared among several guest computers?

Page 38: Lesson3 - Fundamentals of Virtualization (v2b)

38 38

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 39: Lesson3 - Fundamentals of Virtualization (v2b)

39 39

Many options…

Good news: many options…

User Mode Linux

OpenVZ

Page 40: Lesson3 - Fundamentals of Virtualization (v2b)

40 40

Many options…

Bad news: many options…

User Mode Linux

OpenVZ

Page 41: Lesson3 - Fundamentals of Virtualization (v2b)

41 41

Many options…

To know how internally works.

Dependencies, restrictions, etc.

To know the important details about

virtualization system architectures.

To group solutions by common characteristics.

Page 42: Lesson3 - Fundamentals of Virtualization (v2b)

42 42

How internally is…

Apps Apps

Guest OS

Hardware

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

Page 43: Lesson3 - Fundamentals of Virtualization (v2b)

43 43

How internally is…

A new layer is added between the operating system and hardware

It will ‘talk’ with all kind of hardware

Arbitrate hardware resources across all operating systems

Each operating system is executed in privileged mode but the

monitor/hypervisor intercepts its requests to server them.

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

Page 44: Lesson3 - Fundamentals of Virtualization (v2b)

44 44

How internally is…

A new layer is added between the operating system and hardware

It will ‘talk’ with all kind of hardware

Arbitrate hardware resources across all operating systems

Each operating system is executed in privileged mode but the

monitor/hypervisor intercepts its requests to server them.

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

2

3

4

1

Page 45: Lesson3 - Fundamentals of Virtualization (v2b)

45 45

Types of Virtualization

Hardware Emulation

Full Virtualization

Para-virtualization

Containers

http://www-128.ibm.com/developerworks/library/l-linuxvirt/index.html

Page 46: Lesson3 - Fundamentals of Virtualization (v2b)

46 46

Hardware emulation

A virtual machine on the host

system is created to emulate

the target hardware.

Advantage: you can execute

software for CPU1 on CPU2

without modifications.

Disadvantage: s-l-o-w

(about x100)

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Hardware VM A

Hardware

Hardware VM B

Page 47: Lesson3 - Fundamentals of Virtualization (v2b)

47 47

Hardware emulation

Bochs

Qemu

Linux/W95 W95/WXP

Page 48: Lesson3 - Fundamentals of Virtualization (v2b)

48 48

Full Virtualization

Hardware is shared among all guest operating systems through a hypervisor.

Advantage: the operating system do not need to be modified.

Disadvantage: it is necessary to intercept the access of the operating system to the hardware:

Hardware support

On-the-fly binary patching

Page 49: Lesson3 - Fundamentals of Virtualization (v2b)

49 49

Full Virtualization

VMware

z/VM

WXP/MacOS WXP/Linux

z/Linux sobre z/VM

Page 50: Lesson3 - Fundamentals of Virtualization (v2b)

50 50

Para-Virtualization

Similar to the full-virtualization

but the guest software

collaborate with hypervisor.

Advantage: The operating

system works with the

hypervisor (less wasted time by

interception mechanism).

Disadvantage: The operating

system has to be modified in

order to interact with the

hypervisor.

Page 51: Lesson3 - Fundamentals of Virtualization (v2b)

51 51

Para-Virtualization

XEN

Hiper-v

Linux(S,F,D)/Linux(F)

Windows S2008+Vista+Suse / Windows

Page 52: Lesson3 - Fundamentals of Virtualization (v2b)

52 52

Para-Virtualization

User Mode Linux (UML)

Linux/Linux

Page 53: Lesson3 - Fundamentals of Virtualization (v2b)

53 53

Containers

Different approach: the

operating system provides

virtual copies of itself.

Advantage: it is NOT possible

to execute different operating

systems.

Disadvantage: best

performance and more number

of virtual machines executing

(with less memory).

Page 54: Lesson3 - Fundamentals of Virtualization (v2b)

54 54

Containers

OpenVZ

Density of OpenVZ in a

768 MiB (¾ Gb) RAM computer

Page 55: Lesson3 - Fundamentals of Virtualization (v2b)

55 55

Containers: dockers

Page 56: Lesson3 - Fundamentals of Virtualization (v2b)

56 56

Types of Virtualization summary

Hardware Emulation

Full Virtualization

Para-virtualization

Containers

http://www-128.ibm.com/developerworks/library/l-linuxvirt/index.html

Page 57: Lesson3 - Fundamentals of Virtualization (v2b)

57 57

How internally is…

A new layer is added between the operating system and hardware

It will ‘talk’ with all kind of hardware

Arbitrate hardware resources across all operating systems

Each operating system is executed in privileged mode but the

monitor/hypervisor intercepts its requests to server them.

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

2

3

4

Page 58: Lesson3 - Fundamentals of Virtualization (v2b)

58 58

Full/Para-virtualization Interception

Regular operating system has been

designed to be executed in hardware

in privileged mode.

In x86 processors, on ring 0

But now the privileged code has to be

executed without been privileged

anymore (the hypervisor is now

privileged)

Binary patching

New virtualization instructions

http://pdc-amd01.poly.edu/~wein/cs6243/ppts/CPUVirtualization.pptx

User

Kernel

Level 0

Level 1

Level 2

Page 59: Lesson3 - Fundamentals of Virtualization (v2b)

59 59

Full/Para-virtualization Interception

Binary translation/patching:

Patching the instructions on the fly.

The guest code is analyzed and the

privileged instructions are replaced with

hypervisor calls.

Speed-up by caching the patched fragments.

Advantage: Can be used on any kind of CPU.

Disadvantage: S-l-o-w.

Translator

Guest Code

Translation Cache

Callouts TC Index

CPU Emulation Routines

vPC mov ebx, eax

cli

and ebx, ~0xfff

mov ebx, cr3

sti

ret

mov ebx, eax

call HANDLE_CLI

and ebx, ~0xfff

mov [CO_ARG], ebx

call HANDLE_CR3

call HANDLE_STI

jmp HANDLE_RET

start

Guest Code Translation Cache

Page 60: Lesson3 - Fundamentals of Virtualization (v2b)

60 60

Full/Para-virtualization Interception

Special hardware Instrucciones :

Ring ‘-1’ where the hypervisor is executed.

It reduce the performance penalty of

dynamic on-the-fly translation.

Intel and AMD have developed instructions

set extensions for virtualization. There are

similar but no compatible.

Advantage: Fast request to the hypervisor.

Disadvantage: It needs special CPU support.

User

monitor Level -1

Level 0

Level 1

Kernel

Level 2

• Intel has:

• VT-x as extensions IVT for IA-32 (Vanderpool)

• VT-i as extensions IVT for IA-64 (Silvervale)

• VT-d in 32/64 for Directed I/O

• AMD has:

• AMD-V (Pacifica) for 32/64

• IOMMU as Directed I/O or PCI-Passthrough

http://en.wikipedia.org/wiki/Virtualization_Technology

Page 61: Lesson3 - Fundamentals of Virtualization (v2b)

61 61

How internally is…

A new layer is added between the operating system and hardware

It will ‘talk’ with all kind of hardware

Arbitrate hardware resources across all operating systems

Each operating system is executed in privileged mode but the

monitor/hypervisor intercepts its requests to server them.

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

3

4

Page 62: Lesson3 - Fundamentals of Virtualization (v2b)

62 62

Hypervisor Deployment

The monitor/hypervisor have to be able

to work with all kind of hardware

It has to have drivers for all hardware.

It is very difficult to get drivers for all existing

(and new) hardware.

But we can use a modified operating

system as monitor/hypervisor:

Hosted or Split

“Pure” Hypervisor

http://www.ibm.com/developerworks/linux/library/l-pci-passthrough/

Page 63: Lesson3 - Fundamentals of Virtualization (v2b)

63 63

Type 1 hypervisor Deployment

Hypervisor

To remove from an existent operating system

everything but what is needed to transform it

into a hypervisor.

The hypervisor boots first, and then every

virtual machine that uses it:

A: less interferences between guests

D: no so easier to install

Page 64: Lesson3 - Fundamentals of Virtualization (v2b)

64 64

Type 1 hypervisor Deployment

XEN is now included in the Linux kernel (4.6 in progress)

XEN could be described as a Linux system to which all has been remove but the

base to be used as hypervisor.

Initially designed as para-virtualization system.

http://www.ibm.com/developerworks/linux/library/l-xen/

Page 65: Lesson3 - Fundamentals of Virtualization (v2b)

65 65

Type 2 hypervisor Deployment

Hosted or Split

Transform an existent operating system into

a hypervisor.

A V.M. is a process in the host system:

D: Double scheduling

D: Expensive access to the hardware

A: Easy to install (like a familiar application)

http://www.govirtual.org/servlet/JiveServlet/download/1024-4-1042/IntroToVMs.pptx

Hardware

Virtual Machine Monitor

Guest OS (Linux)

Host OS (Window XP)

User App

Kernel Module

1. Device I/O

2. CPU/Mem

Page 66: Lesson3 - Fundamentals of Virtualization (v2b)

66 66

Type 2 hypervisor Deployment

KVM is include in the Linux kernel since versión 2.6.20

KVM transforms the Linux kernel into an hypervisor as a module

Other guest operating system can be executed in user-space.

It use a modified QEMU process.

Page 67: Lesson3 - Fundamentals of Virtualization (v2b)

67 67

How internally is…

A new layer is added between the operating system and hardware

It will ‘talk’ with all kind of hardware

Arbitrate hardware resources across all operating systems

Each operating system is executed in privileged mode but the

monitor/hypervisor intercepts its requests to server them.

Apps Apps Apps

Guest OS

Guest OS

Guest OS

Monitor/Hypervisor

Hardware

4

Page 68: Lesson3 - Fundamentals of Virtualization (v2b)

68 68

Full/Para-virtualization device accesses

The monitor/hypervisor must be able to

deal with all types of hardware:

It must have driver for all devices.

It provides access to the underlying hardware.

Expose the hardware to the guest

operating system:

Hypervisor device emulation.

User-space device emulation.

Gateway to device

SR-IOV and MR-IOV

http://www.ibm.com/developerworks/linux/library/l-pci-passthrough/

Page 69: Lesson3 - Fundamentals of Virtualization (v2b)

69 69

Full/Para-virtualization device accesses

Hypervisor device emulation.

E.g.: VMware workstation

Advantage: easy to migrate

Page 70: Lesson3 - Fundamentals of Virtualization (v2b)

70 70

Full/Para-virtualization device accesses

User-space device emulation.

E.g.: KVM

Advantage: easy to migrate (even to other hypervisor) and safe (no privileged)

Page 71: Lesson3 - Fundamentals of Virtualization (v2b)

71 71

Full/Para-virtualization device accesses

Gateway to device.

E.g.: VMware, XEN, etc.

Advantage: efficient

Page 72: Lesson3 - Fundamentals of Virtualization (v2b)

72 72

Full/Para-virtualization device accesses

SR-IOV and MR-IOV.

Single-Root I/O Virtualization (one server)

Multi-Root I/O Virtualization (blades)

Page 73: Lesson3 - Fundamentals of Virtualization (v2b)

73 73

Summary

Hardware emulation

Full Virtualization

Para-Virtualization

O.S. Virtualization level

vPC

mov ebx, eax

cli

and ebx, ~0xfff

mov ebx, cr3

sti

ret

mov ebx, eax

call HANDLE_CLI

and ebx, ~0xfff

mov [CO_ARG], ebx

call HANDLE_CR3

call HANDLE_STI

jmp HANDLE_RET

start

Guest Code Translation Cache

User

monitor Level -1

Level 0 Level 1

Kernel

Level 2

New instructions

Binary translation (patching) Hypervisor device

emulation

User-space device emulation

Gateway to device

SR-IOV and MR-IOV 4

2

3

Hardware

Virtual Machine Monitor

Guest OS (Linux)

Host OS (Window XP)

User

App

Ker

n

e

l M

o

d

ule

1. Devi

ce I/O

Hosted or split

Hypervisor 1

Page 74: Lesson3 - Fundamentals of Virtualization (v2b)

74 74

Contents

What virtualization is.

Where virtualization could be used.

Why virtualization is used.

Which kind of virtualization options could be used.

Main aspects to remember when deploying a

virtualization system.

Page 75: Lesson3 - Fundamentals of Virtualization (v2b)

75 75

Platform selection

Criteria: • Features • Performance • Information

OpenVZ

Requirements

Virtualization options To apply To understand

Page 76: Lesson3 - Fundamentals of Virtualization (v2b)

76 76

Platform selection

Criteria: • Features • Performance • Information

OpenVZ

Requirements

Virtualization options To apply To understand

Page 77: Lesson3 - Fundamentals of Virtualization (v2b)

77 77

Features

full virt paravirt containers (OS virt)

license architectures performance SMP

guests CPU / memory

hotplug standalone

host notes

XEN GPL i686, x86-64,

IA64, PPC

paravirt very fast, full virt

medium

full virt needs VT /

AMD-V

KVM GPL i686, x86-64 paravirt very fast, full virt

medium

full and para virt need VT

/ AMD-V

lguest GPL i686 slow/medium

rhype GPL i686, x86-64,

PPC fast (?)

research project

MoL GPL PPC fast 32 bit only

UML GPL i686, x86-64,

PPC slow upstream

L4Linux GPL i686, ARM medium

qemu GPL i686, x86-64,

IA64, PPC

slow/medium, fast with kQEMU

OpenVZ GPL i686, x86-64, IA64, PPC,

SPARC native

live migration

Linux-VServer

GPL i686, x86-64,

IA64, PPC native

poor performance

isolation

VMware proprietary i686, x86-64 medium

LPAR proprietary s390 native

z/VM proprietary s390 very fast typically runs under LPAR

http://virt.kernelnewbies.org/TechComparison

Page 79: Lesson3 - Fundamentals of Virtualization (v2b)

79 79

Information

Support

Documentation

Forums

Recent deployments

Page 80: Lesson3 - Fundamentals of Virtualization (v2b)

80 80

Platform selection

Criteria: • Features • Performance • Information

OpenVZ

Requirements

Virtualization options To apply To understand

Page 81: Lesson3 - Fundamentals of Virtualization (v2b)

81 81

Requirement identification

Personal Work group

Page 82: Lesson3 - Fundamentals of Virtualization (v2b)

82 82

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Page 83: Lesson3 - Fundamentals of Virtualization (v2b)

83 83

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Page 84: Lesson3 - Fundamentals of Virtualization (v2b)

84 84

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Few and Fixed number of services

Adaptive number of services

Page 85: Lesson3 - Fundamentals of Virtualization (v2b)

85 85

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Few and Fixed number of services

Adaptive number of services

Page 86: Lesson3 - Fundamentals of Virtualization (v2b)

86 86

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Few and Fixed number of services

Adaptive number of services

Own infrastructure Rented infrastructure

Page 87: Lesson3 - Fundamentals of Virtualization (v2b)

87 87

Requirement identification

Personal Work group

Temporal Desktop

Permanent Desktop

Few and Fixed number of services

Adaptive number of services

Own infrastructure Rented infrastructure

Page 89: Lesson3 - Fundamentals of Virtualization (v2b)

89 89

Requirement identification summary

Personal Work group

Temporal Desktop

Permanent Desktop

Few and Fixed number of services

Adaptive number of services

Own infrastructure Rented infrastructure

Page 90: Lesson3 - Fundamentals of Virtualization (v2b)

Grupo de Arquitectura de Computadores,

Comunicaciones y Sistemas

FUNDAMENTALS OF

VIRTUALIZATION

ON BIG DATA SYSTEMS

Virtualization Lesson 3 for the Alejandro Calderón Mateos work