Virtual private server
From Wikipedia, the free encyclopedia
| |
| Types of Internet hosting service |
|---|
| Full-featured hosting |
| Virtual private server Dedicated hosting Colocation centre Cloud hosting |
| Web hosting |
| Free hosting · Shared Clustered · Reseller · FFmpeg |
| Application-specific web hosting |
| Blog · Guild hosting · Image Video · Wiki farms · Application Social network |
| Other types |
| File · Remote backup Game server · DNS · E-mail |
Each virtual server can run its own full-fledged operating system and can be independently rebooted.
The practice of partitioning a single server so that it appears as multiple servers has long been common practice on mainframe computers and mid-range computers such as the IBM AS/400. It has become more prevalent with the development of virtualization software and technologies for microcomputers.
Contents[hide] |
[edit] Overview
| This section requires expansion. |
The Guest system may be fully virtualized, paravirtualized, or a hybrid of the two.
In a fully virtualized environment, the guest is presented with an emulated or virtualized set of hardware and is unaware that this hardware is not strictly physical. The hypervisor in this case must translate, map, and convert requests from the guest system into the appropriate resource requests on the host, resulting in significant overhead. Almost all systems can be virtualized using this method, as it requires no modification of the operating system, however a CPU supporting virtualization is required for most hypervisors that perform full virtualization.
In a paravirtualized environment, the guest is aware of the hypervisor and interfaces directly with the host system's resources, with the hypervisor implementing real-time access control and resource allocation. This results in near-native performance since the guest sees the same hardware as the host and can thus communicate with it natively. UNIX-like systems, such as Linux, some variants of BSD, Plan9, and OpenSolaris are currently known to support this method of virtualization. However, installing operating systems as paravirtualized guests tends to require more knowledge about the operating system in order to have it use special hypervisor-aware kernels and devices.
Some examples of paravirtualization-capable hypervisors are Xen, Virtuozzo, Vserver, and OpenVZ (which is the open source and development version of Parallels Virtuozzo Containers).
Hybrid or partial paravirtualization, is full virtualization, but in which the guest uses paravirtualized drivers for key components such as Networking and Disk I/O, resulting in greatly increased I/O performance. As such, it is a common solution for operating systems which cannot be modified (for various reasons) to support paravirtualiztion.
One example of a hybrid hypervisor is Kernel-based Virtual Machine.
0 comments:
Post a Comment