- 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:

- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Windows Phone應用程序開發
- 8051軟核處理器設計實戰
- Kali Linux 2018:Windows Penetration Testing
- OpenStack系統架構設計實戰
- Linux設備驅動開發
- Hands-On UX Design for Developers
- AWS SysOps Cookbook
- Windows 7實戰從入門到精通(超值版)
- UI設計手繪表現從入門到精通
- iOS 10快速開發:18天零基礎開發一個商業應用
- Docker容器技術與應用
- Angular權威教程
- Windows 8玩全不求人
- 樹莓派+傳感器:創建智能交互項目的實用方法、工具及最佳實踐