rainit2006 / Cloud-knowledge

0 stars 0 forks source link

05-Virtualization Components #4

Open rainit2006 opened 7 years ago

rainit2006 commented 7 years ago

Allows difference OS to coexist on the same host computer.

rainit2006 commented 7 years ago

Hypervisor ハイパーバイザ (hypervisor) とは、コンピュータの仮想化技術のひとつである仮想機械(バーチャルマシン)を実現するための、制御プログラムである。 仮想化モニタや仮想化OSと呼ばれることもある。

I型:虚拟机直接运行在系统硬件上,创建硬件全仿真实例,被称为“裸机”型。 裸机型在虚拟化中Hypervisor直接管理调用硬件资源,不需要底层操作系统,也可以将Hypervisor看 作一个很薄的操作系统。这种方案的性能处于主机虚拟化与操作系统虚拟化之间。 image

II型:虚拟机运行在传统操作系统上,同样创建的是硬件全仿真实例,被称为“托管(宿主)”型。 托管型/主机型Hypervisor运行在基础操作系统上 image

· Ⅲ型:虚拟机运行在传统操作系统上,创建一个独立的虚拟化实例(容器),指向底层托管操作系统,被称为“操作系统虚拟化”。 这个算是容器型处理。

rainit2006 commented 7 years ago

Virtualization Host Hardware-Assisted Virtualization,硬件辅助虚拟化

hardware-assisted virtualization is a platform virtualization approach that enables efficient full virtualization using help from hardware capabilities, primarily from the host processors.

Hardware-assisted virtualization is also known as accelerated virtualization; Xen calls it hardware virtual machine (HVM), and Virtual Iron calls it native virtualization.

rainit2006 commented 7 years ago

Virtual Machine

シン・プロビジョニングでは,ボリュームに書き込まれたデータが増えるにつれて,割り当てる物理リソースを追加していく,というやり方を採用している。ボリュームから見たデータの使用率に応じて,ボリューム容量を変えることなく,同一のボリュームに対する物理リソースの割り当て量を増やしていけばよい,というわけである。

-Virtual NIC ソフトウェアを使ってコンピュータ内に擬似的に再現したネットワークカードのこと. After attaching a virtual NIC to a virtual machine, the organization has the ability to add that virtual NIC to a virtual network.

image

rainit2006 commented 7 years ago
rainit2006 commented 7 years ago

You may have to agree to an End User License Agreement (EULA) when working with templates and importing.