Віртуалізація
Створення віртуальних версій апаратного забезпечення.
🌐 Терміни іншими мовами:
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
🧒 Простими словами
Віртуалізація — це як мати магічний комп'ютер, який може прикидатися п'ятьма різними комп'ютерами одночасно. Замість того, щоб купувати 5 залізних коробок, ти купуєш одну потужну і ділиш її на частини. Кожна частина думає, що вона — окремий комп'ютер.
🤓 Expert Deep Dive
Це основа хмарних обчислень. Дозволяє легко створювати знімки системи (snapshots) та переносити сервери між фізичними вузлами без зупинки роботи.