answersLogoWhite

0


Best Answer

These terms are typically only applied in cases where a virtual machine is in use (a computer program that emulates a physical computer), popular examples include VMware, VirtualBox and user-mode Linux. In this case the "host" operating system is running on the physical computer and the "guest" operating system is running in the emulation software.

For example I have a workstation running Debian Linux as a host operating system. When I want to compile a program for several versions of windows I can launch several instances of VirtualBox to bring up virtual machines running Windows XP, Vista and Windows 7 in both 32 and 64 bit versions as guest operating systems. This lets me easily compile the program with optimizations for each of these operating systems using a single workstation and without rebooting.

Virtual machines are also common in Web Hosting. There are a number of hosting service providers who's business model consists entirely of selling access to user-mode Linux virtual machines. In this case the Linux guest operating system is actually running in a virtual machine under a Linux host operating system, the benefit of using virtual machines is that each customer may be given complete control over their virtual server, while the hosting company can run hundreds or even thousands of virtual servers from a handful of physical computer systems.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the relationship between guest operating system and host operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts

What is the relationship between a guest operating system and a host operating system in a system like VMware?

It is both operating system....


What is the relationship between a guest Operating System and a host system in a system like VMware?

It is both operating system....


What is relationship between a guest operating system and a host operating system in a system like VMware?

A host operating system is the operating system that is in direct communication with the hardware. It has direct hardware access to kernel mode and all of the devices on the physical machine. The guest operating system runs on top of a virtualization layer and all of the physical devices are virtualized. A host operating system should be as modular and thin as possible to allow the virtualization of the hardware to be as close to the physical hardware as possible, and so that dependencies that exist in the host operating don't restrict operation in the guest operating system.Read more: What_is_the_relationship_between_a_guest_operating_system_and_a_host_operating_system_in_a_system_like_VMware_what_factors_need_to_be_considered_in_choosing_the_host_operating_system


What is a Guest Operating System?

A Guest operating system is one that runs on top of another, similar to a program. Guest operating systems are usually run in a "virtual machine", which does not interact directly with the real hardware of the computer.


Prove that windows is a single user or multi user operating system?

it is surely a multi user operating system or you cant have your own account and even there will be no guest account either

Related questions

What is the relationship between a guest operating system and a host operating system in a system like VMware?

It is both operating system....


What is the relationship between a guest operating system and host operating system in a system like VMWare?

It is both operating system....


What is the relationship between a guest Operating System and a host system in a system like VMware?

It is both operating system....


What is relationship between a guest operating system and a host operating system in a system like VMware?

A host operating system is the operating system that is in direct communication with the hardware. It has direct hardware access to kernel mode and all of the devices on the physical machine. The guest operating system runs on top of a virtualization layer and all of the physical devices are virtualized. A host operating system should be as modular and thin as possible to allow the virtualization of the hardware to be as close to the physical hardware as possible, and so that dependencies that exist in the host operating don't restrict operation in the guest operating system.Read more: What_is_the_relationship_between_a_guest_operating_system_and_a_host_operating_system_in_a_system_like_VMware_what_factors_need_to_be_considered_in_choosing_the_host_operating_system


What is the relationship between a guest operating system and a host operating system in a system like VMware what factors need to be considered in choosing the host operating system?

A host operating system is the operating system that is in direct communication with the hardware. It has direct hardware access to kernel mode and all of the devices on the physical machine. The guest operating system runs on top of a virtualization layer and all of the physical devices are virtualized. A host operating system should be as modular and thin as possible to allow the virtualization of the hardware to be as close to the physical hardware as possible, and so that dependencies that exist in the host operating don't restrict operation in the guest operating system.


What does the virtual machine software uses to interface between the host operating system and the guest operating system?

Virtual Layer


Relation between guest and host operating system?

A guest operating system is considered a third party application. This is when users are allowed to work within an operating system that is shared on a public or private platform. A host operating system is one that a primary user owns or runs. He or she can also turn their operating system into a shared application if desired.


What is a Guest Operating System?

A Guest operating system is one that runs on top of another, similar to a program. Guest operating systems are usually run in a "virtual machine", which does not interact directly with the real hardware of the computer.


How do you determine the minimum amount of RAM required?

You should refer to the product documentation included with each operating system to determine the minimum system requirements for the guest operating system. Be aware that the minimum required disk space you need is the sum of the required disk space of each guest operating system and the host operating system, in addition to disk space for any applications to be installed on the operating systems.


Prove that windows is a single user or multi user operating system?

it is surely a multi user operating system or you cant have your own account and even there will be no guest account either


When you use Sun VirtualBox does the operating system use your real RAM or something else?

VirtualBox runs the operating system just like an application on your host operating system. When you give your guest operating system 512 MB of RAM, it appears as though a program is using 512 MB of RAM on your host. For this reason, you can never specify more RAM than you actually have installed, and for stability reasons, you should never specify more than half of your RAM for the guest.


How do you make a homemade Operating System run .exe files?

Simple, you install/build a Virtual Machine on your home made operationg system and install Windows as a guest.