Top Banner
VIRTUALIZATION TECHNIQUES By:- Aman, Denis and Dharit
9

Virtualization Techniques

Jan 15, 2017

Download

Technology

AMAN SAGWAL
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: Virtualization Techniques

VIRTUALIZATION TECHNIQUES

By:- Aman, Denis and Dharit

Page 2: Virtualization Techniques

WHAT IS VIRTUALIZATION?In computing, virtualization means to create a virtual version of a device or resource, such as a server, storage device, network or even an operating system where the framework divides the resource into one or more execution environments.

Page 3: Virtualization Techniques

TYPE OF VIRTUALIZATION

•Hardware Virtualization•Software Virtualization•Network Virtualization•Desktop Virtualization

Page 4: Virtualization Techniques

HARDWARE VIRTUALIZATION

• In hardware virtualization there are two things: Host Machine & Guest Machine.• The software that creates a virtual machine on the host hardware is called a hypervisor or Virtual Machine Manager.• When Host & Guest require the same hardware.• It allows complete simulation of the actual hardware to allow software, which typically consists of a guest operating system, to run unmodified.

Page 5: Virtualization Techniques
Page 6: Virtualization Techniques

SOFTWARE VIRTUALIZATION

• When Host & Guest do not require same hardware.• Separates the desktop environment from the physical device.• In software virtualization, the host system needs to completely

emulate guest's platform (i.e. ranging from hardware, CPU instructions, through its firmware and even the operating system /if there is one/).

• The advantage is that host and guest platforms are independent (our example of the Nintendo emulator).

• The disadvantage is that this approach is very slow and resource consuming (since we have to emulate everything).

Page 7: Virtualization Techniques

NETWORK VIRTUALIZATION

• Network virtualization is define by ability to create logical and virtual networks.• This can be used to create virtual network within a virtualized infrastructure.• Virtual network is truly separate from other network resources. • Advantage of NV is reduced spending and easier backup.• Disadvantages of NV is upfront cost and possible learning curve.

Page 8: Virtualization Techniques

DESKTOP VIRTUALIZATION• This separates desktop environment from the physical device that is used to access it.• It’s configured as virtual desktop Infrastructure(VDI).• An advantages of this is in work convenience and information security.• Its remotely accessible so employee can work from any location and on any PCs.• This virtualization provides one more advantage Flexibility.

Page 9: Virtualization Techniques