- 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.
- pcDuino開(kāi)發(fā)實(shí)戰(zhàn)
- Mobile-first Bootstrap
- 鴻蒙生態(tài):開(kāi)啟萬(wàn)物互聯(lián)的智慧新時(shí)代
- Linux內(nèi)核完全注釋?zhuān)?0周年版·第2版)
- 精解Windows 8
- 異質(zhì)結(jié)原理與器件
- 深入理解eBPF與可觀測(cè)性
- 注冊(cè)表應(yīng)用完全DIY
- AutoCAD 2014中文版從入門(mén)到精通
- Kali Linux高級(jí)滲透測(cè)試
- VMware Horizon View Essentials
- 分布式高可用架構(gòu)之道
- Android NDK Beginner's Guide
- 電腦辦公(Windows10+Office2016)從新手到高手
- Hadoop Operations and Cluster Management Cookbook