Virtualization A way To Begin with Virtual Reality… - Rahul Khanwani.

Slides:



Advertisements
Similar presentations
Quick Overview of Virtual PC Tyler S. Farmer Sr. Technology Specialist II Education Solutions Group Microsoft Corporation.
Advertisements

MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 11 Windows Server 2008 Virtualization.
Introduction to Virtualization
Novell Server Linux vs. windows server 2008 By: Gabe Miller.
Lesson 7: Creating and Configuring Virtual Machine Settings
A. Frank - P. Weisberg Operating Systems Structure of Operating Systems.
Do MUCH More with Less Presented by: Jon Farley 2W Technologies.
Virtualization for Cloud Computing
Virtualization 101.
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
Virtualization 101.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 3 Desktop Virtualization McGraw-Hill.
Paper on Best implemented scientific concept for E-Governance Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola By Nitin V. Choudhari, DIO,NIC,Akola.
To run the program: To run the program: You need the OS: You need the OS:
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
Windows Server 2008 R2 CSIT 320 (Blum) 1. Server Consolidation – Today’s chips have enhanced capabilities compared to those of the past. In particular.
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
Tanenbaum 8.3 See references
1 Web Server Administration Chapter 3 Installing the Server.
Paper on Best implemented scientific concept for E-Governance projects Virtual Machine By Nitin V. Choudhari, DIO,NIC,Akola.
CS 149: Operating Systems April 21 Class Meeting
Virtualization Dr. John P. Abraham Professor. Grid computing Multiple independent computing clusters which act like a “grid” because they are composed.
Hands-On Virtual Computing
SAIGONTECH COPPERATIVE EDUCATION NETWORKING Spring 2010 Seminar #1 VIRTUALIZATION EVERYWHERE.
SAIGONTECH COPPERATIVE EDUCATION NETWORKING Spring 2009 Seminar #1 VIRTUALIZATION EVERYWHERE.
Virtualization. ABCs Special software: hypervisors or virtual machine managers Guest OS (virtual machine) sits on top of host OS (Win 7 in our case) We.
A Cloud is a type of parallel and distributed system consisting of a collection of inter- connected and virtualized computers that are dynamically provisioned.
Virtualization. Virtualization  In computing, virtualization is a broad term that refers to the abstraction of computer resources  It is "a technique.
Module 7: Hyper-V. Module Overview List the new features of Hyper-V Configure Hyper-V virtual machines.
Appendix B Planning a Virtualization Strategy for Exchange Server 2010.
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
V IRTUALIZATION Sayed Ahmed B.Sc. Engineering in Computer Science & Engineering M.Sc. In Computer Science.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Network Plus Virtualization Concepts. Virtualization Overview Virtualization is the emulation of a computer environment called a Virtual Machine. A Hypervisor.
Introduction 1-1 Introduction to Virtual Machines From “Virtual Machines” Smith and Nair Chapter 1.
Desktop Virtualization
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Cloud Computing is a Nebulous Subject Or how I learned to love VDF on Amazon.
Virtualization Supplemental Material beyond the textbook.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Protection of Processes Security and privacy of data is challenging currently. Protecting information – Not limited to hardware. – Depends on innovation.
Cloud Computing Lecture 5-6 Muhammad Ahmad Jan.
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
CEG 2400 FALL 2012 Windows Servers Network Operating Systems.
Course 03 Basic Concepts assist. eng. Jánó Rajmond, PhD
© ExplorNet’s Centers for Quality Teaching and Learning 1 Explain the purpose of Microsoft virtualization. Objective Course Weight 2%
Unit 2 VIRTUALISATION. Unit 2 - Syllabus Basics of Virtualization Types of Virtualization Implementation Levels of Virtualization Virtualization Structures.
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
Welcome to the Virtual Machine Mark Cyzyk The Sheridan Libraries Johns Hopkins University.
Using Virtualization in the Classroom
Virtualization for Cloud Computing
Guide to Operating Systems, 5th Edition
A move towards Greener Planet
Agenda Hardware Virtualization Concepts
Desktop Virtualization
Virtualization overview
1. 2 VIRTUAL MACHINES By: Satya Prasanna Mallick Reg.No
Hands-On Virtualization in the Classroom
Booting Up 15-Nov-18 boot.ppt.
Virtualization 101.
Guide to Operating Systems, 5th Edition
Computer Repair & Maintenance
Partition Starter Find out what disk partitioning is, state key features, find a diagram and give an example.
Virtual Operating Systems
Virtualization.
Windows Virtual PC / Hyper-V
Introduction to Virtual Machines
Introduction to Virtual Machines
What is an operating system An operating system is the most important software that runs on a computer. It manages the computer's memory and processes,
Presentation transcript:

Virtualization A way To Begin with Virtual Reality… - Rahul Khanwani

What Is Virtualization ? If you have ever divided your hard drive into different partitions than you probably already know about the virtualization. Is used with OSes, Servers Storage Devices Or Network Resources.

Virtualization - A Concept Virtualization Is A way of Emulating hardware in software. You will feel the Imaginary use of the hardware rather then factual or realistic hardware. A virtualization system that partitions a single physical “machine” into multiple virtual machines. For Example, ▫Dividing hard drive into logical portions. ▫Mapping A Drive. ▫Using FTP Servers.

Virtualization - A Concept Virtualization is way to run multiple operating systems and user applications on the same hardware ▫E.g., run both Windows and Linux on the same laptop. How is it different from dual-boot? ▫OSes run simultaneously The OSes are completely isolated from each other

Uses of virtualization Server consolidation ▫Run a web server and a mail server on the same physical server Easier development ▫Develop critical operating system components (file system, disk driver) without affecting computer stability Testing ▫Testing a network product (e.g., a firewall) may require tens of computers ▫Try testing thoroughly a product at each pre-release milestone Cloud computing

Types Of Virtualization Hardware ▫Dividing a Part Of A hard wares and sharing resources via virtual Machine. Desktop ▫Cloud Computing & Server Virtualization. Software ▫As a concept of Application Sharing. Memory ▫Sharing Your virtual memory (RAM). Storage ▫Hard drive storage as a virtual memory. Data ▫Database virtualization, the decoupling of the database layer, which lies between the storage and application layers within the application stack over all. Network ▫creation of a virtualized network addressing space within or across network subnets.

Virtual Mashine Monitor A virtualization system that partitions a single physical “machine” into multiple virtual machines. Terminology ▫Host – the machine and/or software on which the VMM is implemented ▫Guest – the OS which executes under the control of the VMM

Role Of Hardware Features Virtual mashines Ubuntu, Android Virtualization Software VirtualBox, Qemu Host Operating System Windows 7 Hardware Intraction HDD,RAM,Processor

Guest OS System Architructure Operating System Hardware Virtual Mashine Mirror App. A App. C App. B Operating System App. A App. B Guest OS App. C App. D

Hardware Intraction Processors ▫More then one OS running on the mashine So Much Powerful Processor Needed. ▫Not Only Depends On Clock Frequency  Core i3, Atom (1.87 GHz) ▫Also Depends On  RAM  Cache Size

Hardware Intraction Hard Drive ▫Where To Put The Virtual OS / Guest OS? ▫Find The Minimum Requirement Of Your  Guest OS.  Host OS. Hardware Resource > HostOs H/w + GuestOS H/w Minimum Requirments  Win 7 - Minimum 8 GB HDD 512 MB RAM  Vista - Minimum 8 GB HDD 1 GB RAM

Example Of Virtual Mashine

Why We Need Virtualization ? Purchasing Many Machines For Different purposes.(costly) Setting up them on Network and connecting them (Adding the new machine or server). ▫Thus no need of any installation process. No need to provide extra ▫Electricity, ▫Networking facility, ▫Floor space.

Advantages Of Virtualization Can Create Multiple Mashine On Same Server Which saves Money. Provides dynamic Guest Processor Frequency Adjustment Which Make It Simple. Have Inbuilt Monitoring And Maintenance saves time and space effort. Upgrading gets easier. Scalability(increase needs). Saving Software Costs. Resource sharing.

Various Virtual Mirrors Citrix XenServer IBM PowerVM iCore Virtual Red Hat KVM(Kernal-based Virtual Machine) Linux Vserver Microsoft Hyper-V Microsoft Windows Virtual PC Open VZ Linux Oracle Solaris Containers Oracle Virtual box Oracle VM Server

Let See How To Install Guest OS With Using Virtual Mashine Mirror In Next Video Installing Windows Xp Via Virtual Machine. Windows 7 Is Used As A host OS. Oracle Virtual Box Is Used As A Mirror.

Requirments HDD ▫Static VDI ▫Dynamic VDI RAM Cores Virtual Box Setup Xp Image file

Let See How To Install Guest OS With Using Virtual Mashine Mirror In Next Video Installing Android Via Virtual Machine. Ubuntu Is Used As A host OS. Oracle Virtual Box Is Used As A Mirror.