Virtualization
- •
def
- •
running many different operating systems on the same physical hardware, with each application instance getting its own guest OS
- •
- •
tradeoff
- •
adds overhead and complexity, and is relatively expensive compared to containerization, since every guest needs a full OS
- •
- •
related