INI
Virtualization Technologies - INI
Virtualization technologies logically partition and abstract physical hardware resources to build multiple virtual environments. Broadly categorized into hypervisor-based (VMware ESXi, Microsoft Hyper-V, KVM, etc.) and container-based (Docker, etc.) types, they are widely used for server consolidation, development environment construction, and as the foundation of cloud computing. In 2024, significant market changes such as VMware's licensing changes have diversified enterprise options.
virtualization
hypervisor
VMware
VirtualBox
Hyper-V
KVM
Docker
cloud
server consolidation
[item.type1-hypervisor]
code=T1
slug=type1-hypervisor
name=Type 1 Hypervisor (Bare Metal)
description=Virtualization method installed directly on hardware, providing high performance and stability.
category=Hypervisor-based
cost=
type=
[item.type2-hypervisor]
code=T2
slug=type2-hypervisor
name=Type 2 Hypervisor (Hosted)
description=Virtualization method that runs as an application on existing OS, easy to deploy.
category=Hypervisor-based
cost=
type=
[item.container-virtualization]
code=CT
slug=container-virtualization
name=Container Virtualization
description=Lightweight virtualization method that isolates environments at process level while sharing OS kernel.
category=Container-based
cost=
type=
[item.vmware]
code=VMW
slug=vmware
name=VMware
description=Enterprise virtualization platform with industry-leading performance and rich features.
category=Major Products
cost=有償(サブスクリプション制)
type=Type 1/Type 2
[item.virtualbox]
code=VB
slug=virtualbox
name=Oracle VirtualBox
description=Open-source, completely free cross-platform virtualization software.
category=Major Products
cost=無料
type=Type 2
[item.hyper-v]
code=HV
slug=hyper-v
name=Microsoft Hyper-V
description=Bare-metal hypervisor built into Windows.
category=Major Products
cost=Windows Pro以上で無料
type=Type 1
[item.kvm]
code=KVM
slug=kvm
name=KVM (Kernel-based Virtual Machine)
description=Open-source hypervisor integrated into the Linux kernel.
category=Major Products
cost=無料(オープンソース)
type=Type 1
[item.xenserver]
code=XEN
slug=xenserver
name=XenServer / Citrix Hypervisor
description=Open-source-based hypervisor with excellent security and performance.
category=Major Products
cost=無料版あり/有償版あり
type=Type 1
[item.docker]
code=DKR
slug=docker
name=Docker
description=The de facto standard platform for container virtualization.
category=Major Products
cost=無料(Docker Desktopは有償)
type=Container