- Learning Windows Server Containers
- Srikanth Machiraju
- 245字
- 2021-07-02 23:23:17
Hardware/platform/server virtualization
During the pre-virtualization era, a physical machine was considered a singleton entity that could host one operation system and could contain more than one application. Enterprises that run highly critical businesses or multitenant environments need isolation between applications. This limits from using one server for many applications. Hardware virtualization or VM virtualization helped to scale out single physical servers as they host multiple VMs within a single server where each VM can run in complete isolation. Each VM's CPU and memory needs can be configured as per the application's demand.
A discrete software unit called hypervisor or Virtual Machine Manager (VMM) runs on top of virtualized hardware and facilitates server virtualization. Modern cloud platforms, both public and private, are the best examples of hardware virtualization. Each physical server runs an operation system called host OS, which runs multiple VMs each with their own OS called guest OS. The underlying memory and CPU of the host OS is shared across the VMs depending on how the VMs are configured while creating. Server virtualization also enables hybrid computing, which means the guest OS can be of any type, for example, a machine running Windows with Hyper-V role enabled can host VMs running Linux and Windows OSes (for example Windows 10 and Windows 8.1) or even another Windows Server OS. Some examples of server virtualization are VMware, Citrix XenServer, and MS Hyper-V.
In a nutshell, this is what platform virtualization looks like:

- Linux操作系統(tǒng)基礎
- 從零開始寫Linux內(nèi)核:一書學透核心原理與實現(xiàn)
- Learn Helm
- Linux Shell編程從入門到精通(第2版)
- Windows 7案例教程
- Linux命令行大全(第2版)
- 計算機應用基礎(Windows 7+Office 2016)
- Linux操作系統(tǒng)
- iOS 10 開發(fā)指南
- UI設計手繪表現(xiàn)從入門到精通
- μC/OS-III內(nèi)核實現(xiàn)與應用開發(fā)實戰(zhàn)指南:基于STM32
- Hadoop Real-World Solutions Cookbook
- 大規(guī)模分布式系統(tǒng)架構(gòu)與設計實戰(zhàn)
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- Linux集群之美