Виртуализация
Создание виртуальных аналогов физических ресурсов.
🌐 Термины на других языках:
Virtualization uses software to simulate hardware functionality and create a virtual computer system. This allows IT organizations to run more than one virtual system—and multiple operating systems and applications—on a single server. This results in economies of scale and greater efficiency.
graph LR
Center["Виртуализация"]:::main
Rel_hypervisor["hypervisor"]:::related -.-> Center
click Rel_hypervisor "/terms/hypervisor"
Rel_virtual_machine["virtual-machine"]:::related -.-> Center
click Rel_virtual_machine "/terms/virtual-machine"
Rel_caching["caching"]:::related -.-> Center
click Rel_caching "/terms/caching"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Проверка знаний
1 / 1
🧒 Простыми словами
Это когда на одном мощном компьютере запускаются программы, которые думают, что они — отдельные компьютеры со своей Windows или [Linux](/ru/terms/linux) внутри.
🤓 Expert Deep Dive
Позволяет изолировать приложения и оптимизировать затраты на IT-инфраструктуру.