Understanding Virtualization.

πŸ“š Hoofdstuk 28.2: Understanding Virtualization

────────────────────────────────────────────
πŸ–₯️ Wat is virtualisatie?
────────────────────────────────────────────
β†’ Meerdere virtuele servers (VMs) draaien op één fysieke server.
β†’ Verhoogt efficiΓ«ntie van hardwaregebruik.
β†’ Typisch: web-, applicatie- en databaseservers op één machine.

────────────────────────────────────────────
🧠 Hypervisors (Virtual Machine Monitors)
────────────────────────────────────────────
Hypervisor = softwarelaag die fysieke bronnen verdeelt over virtuele machines.

πŸ”Ή Twee soorten hypervisors:
Type | Beschrijving | Voorbeelden
----------------|---------------------------------------------|--------------------------
Type 1 (Bare Metal) | Draait direct op fysieke hardware | KVM, XEN
Type 2 (Hosted) | Draait bovenop een bestaand OS | VMware, VirtualBox, QEMU

────────────────────────────────────────────
🧩 Hypervisor Templates
────────────────────────────────────────────
β€’ VM-instellingen (CPU, RAM, netwerk, opslag) kunnen als sjabloon opgeslagen worden.

────────────────────────────────────────────
πŸ“ Virtualisatiebestanden
────────────────────────────────────────────
Formaat | Betekenis
--------|-------------------------------------------------------------
OVF | (Open Virtualization Format) = XML-bestand met configuraties
OVA | (Open Virtualization Appliance) = tar-bestand met OVF + disks
β†’ Handig voor distributie van VM's als kant-en-klare bundel