| Using a virtual private server is a common practice | | | | set of hardware is created for the guest system |
| for all of those wishing to split a server. Each server | | | | that is exactly like the real thing. In order to do this, |
| may run a full operating system and may be booted | | | | the hypervisor translates, maps, and converts all |
| and rebooted just like any normal system. The | | | | requests from the guest "virtual machine" into |
| alternative system is referred to as the "guest" | | | | whatever the request may be for the host. With this |
| operating system or a "virtual machine." The | | | | method, most any system can be virtualised and run |
| hypervisor also known as the virtual machine monitor | | | | a guest system. The original operating system needs |
| is what allows more than one virtual machine at once. | | | | no modification, but it's good to have a cpu that |
| The guest system is ran on a virtual platform where | | | | supports virtualisation for the full and best |
| all of the execution is monitored and executed. It | | | | performance. |
| isolates failures to one operating system and | | | | There are many uses of server virtualization. One big |
| prevents the sharing of hardware. The hypervisor | | | | use is uniting shared web hosting services and |
| creates, destroys, and manages every part of the | | | | dedicated hosting services. If you base your website |
| guest system. The guest operating system may be | | | | off of two systems it can make things a lot easy for |
| paravirtualized so that it presents it with software | | | | your customers using two different operating |
| interface. It reduces the time that it takes to | | | | systems. It also comes in handy with Mac and PC |
| perform operations that are usually difficult to run in | | | | users. A mac owner will like the interface of their |
| a true machine based environment. | | | | MacBook Pro, but also need the RAM for games if |
| Paravirtualization allows for the guest "virtual machine" | | | | that's what they like to do. Server virtualisation |
| to be simpler by relocating critical tasks to the host | | | | offers the best from both worlds and is easy to use |
| domain and allows for a higher quality of performance | | | | and understand. |
| and satisfaction with the operating system. A virtual | | | | |