- Getting Started with Red Hat Enterprise Virtualization
- Pradeep Subramanian
- 215字
- 2021-08-05 17:53:50
The virtualization overview
Hardware virtualization or platform virtualization allows multiple operating system instances to run concurrently on a single computer. This is a means of separating hardware from a single operating system. A hypervisor or Virtual Machine Monitor (VMM) is a piece of computer software that runs on host machine, which will allow you to create and manage the virtual machine on top of the host. The hypervisor virtualizes all resources (for example, processors, memory, storage, and networks) and allocates them to the various virtual machines that run on top of the hypervisor. In general, physical hardware that runs the hypervisor software is called the host machine and the virtual machine is called the guest operating system.
Consider an example of a computer that is running a production application server on Red Hat Enterprise Linux. The developer needs to test and implement new features. In a typical scenario without any virtualization, there will be dedicated physical hardware for the production and development environment. Virtualization allows you to run both production and development instances of your application in complete isolation from one another on the same physical hardware. As the virtualization hypervisor software sits between the guest and the hardware, it can control the guests' use of CPU, memory, storage, and network between these two environments.
- Cybersecurity:Attack and Defense Strategies
- 從零開始寫Linux內核:一書學透核心原理與實現
- FreeRTOS實時內核應用指南
- Kali Linux滲透測試全流程詳解
- Arch Linux Environment Setup How-to
- 精解Windows 8
- VMware Horizon View 6 Desktop Virtualization Cookbook
- ElasticSearch Cookbook
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- 分布式系統設計實踐
- Learn SwiftUI
- OpenVZ Essentials
- Agile IT Security Implementation Methodology
- Linux內核分析及應用
- iOS Programming Cookbook