answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How does a virtual machine appear to a hypervisor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is virtual machine concept?

A 'virtual machine' is a software program which emulates another machine type. The virtual machine behaves exactly like the machine it emulates but uses the physical hardware of the machine it is running on. In other words, it translates calls intended for the virtual machine into calls that will execute upon the physical machine, effectively acting as an interpreter between the two machines.


What are the two major classifications for virtual machines?

Virtual machines are divided into two major classifications, based on their use and degree of correspondence to any real machine. They are either a system virtual machine or a process virtual machine.


Why do modern machines consist of multiple levels of virtual machines?

Modern machines do not consist of multiple levels of virtual machines; that is a function of the host operating system's virtual machine manager and its guest operating systems, all of which are implemented through software. The operating system's virtual machine manager exposes one or more virtual machines upon which you can host one or more guest operating systems and their applications. In order to execute compiled Java applications upon one of these guest operating systems you will also need to install the Java virtual machine for that specific operating system. Thus you end up with a Java program executing within a Java virtual machine executing within a virtual machine executing within a virtual machine manager executing upon the physical hardware. The physical hardware itself may be optimised to handle virtual machine managers more efficiently, but the virtual machine manager is a software program; it is not part of the physical machine architecture


Does the C plus plus programming language use a virtual machine?

No, it does not. But Microsoft Visual Studio 2008 allows you to connect to a virtual machine and run your projects "sandboxed".


How do you use USB in Fedora in a virtual machine?

The only virtual machine that currently support USB passthrough to allow a guest operating system to use a USB device connected to the host is VirtualBox.

Related questions

What software does a virtual machine use to interface between the host OS and the guest OS?

It's usually called a hypervisor, or virtual machine monitor.


What does a Virtual Machine software do?

The VM is nothing but has same as phyiscal machine minus the Physical hardware required and there is hypervisor which make the virtualization work!!


Which category of hypervisor does the Microsoft Virtual PC belong?

Type 2


What are types of 1 hyper visor and two examples of them?

Type-1, native or bare-metal hypervisors. These are the main software operating on the host computer. All the computer does is run the hypervisor - of course with the virtual machines then running on top of that. Microsoft Hyper-V and VMware ESX/ESXi are examples of a "type-1" hypervisor. Type-2 or hosted hypervisors. These run a base OS like Windows or Linux with a hypervisor application running on top of that. The virtual machines run on top of the hypervisor application. VMware Workstation, and VirtualBox are examples of a "type-2" hypervisor.


Is it safe to have a virus in a virtual machine?

No. Any data stored on the virtual hard drives of the virtual machines is stored on the hard drive of the host system. When any VMs are in "suspended" state, their RAM content is also saved on the hosts hard drive. Any malware which can access these files can read and modify their content. Another attack vector would be to target the hypervisor process directly and inject code into it. When one controls the hypervisor, one controls the virtual machines it executes. A malware called Crisis has been spotted in the wild which targets virtual machine images on the machine it runs on. An attack from the host system circumvents most security features a guest system could have, which means that it would be almost impossible to harden a guest system against this kind of attack.


If your Virtual Machine freezes or becomes unresponsive you can restart the Virtual Machine by doing what?

If your Virtual Machine freezes or becomes unresponsive you can restart the Virtual Machine by doing what?


What is the virtual machine system?

Java virtual machine


How to identify if the machine is windows virtual machine or a physical machine?

Know the usage to understand if it is virtual machine or a physical machine.


How do you number of os in virtual machine?

How do you number of OS in virtual machine


When was Parallel Virtual Machine created?

Parallel Virtual Machine was created in 1989.


What is difference between hyper v and vmware?

both are hyper visor from different companies.Hyper V from microsoft and vmware.FeaturevSphere 4.1Hyper-V 2008 R2Bare-metal HypervisorESX/ESXiHyper-VCentralized Hypervisor ManagementVirtual Center ServerSystem Center Virtual Machine Managercross-platform hypervisor managementNoneSystem Center Virtual Machine Managervirtual machine backupVCB or 3rd party productsWindows Server Backup, System Center Data Protection Manager, or 3rd party productsHigh Availability / Failover(Via Virtual Center Server)Failover Cluster ManagerVM MigrationvMotion (Via Virtual Center Server, Enterprise Plus)Live MigrationStorage Live Migration(Via Virtual Center Server, Enterprise Plus)NoGuest OS patching/management(Via Virtual Center Server - not in next version)Windows Server Update Services (WSUS)End-to-end OS monitoringNone(via System Center Operations Manager)Host/VM level optimizationDRS (Via Virtual Center Server, Enterprise Plus)PRO (via System Center Operations Manager)Application/service monitoringNonePRO (via System Center Operations Manager)Integrated physical and virtual managementNoneSystem Center Virtual Machine Manager 2012, System Center Configuration Manager


What function OF Virtual Machine?

A 'virtual machine' is a software program which emulates another machine type. The virtual machine behaves exactly like the machine it emulates but uses the physical hardware of the machine it is running on. In other words, it translates calls intended for the virtual machine into calls that will execute upon the physical machine, effectively acting as an interpreter between the two machines.