- Microsoft SharePoint 2013 Disaster Recovery Guide
- Peter Ward Peter Abreu Pavlo Andrushkiw
- 252字
- 2021-04-02 10:27:56
What is virtualization and how does it help with DR?
When you think of virtualization, think of it as a way of consolidating servers. Virtualization is the process of separating the software layer of a server from its hardware layer. A new layer is placed between the two to act as a go-between this is known as the hypervisor.
Companies used to have multiple servers with each server operating system on its own piece of server hardware. In virtualization the server, including the operating system, applications, patches, and data, is encapsulated into a single image or virtual server.
A single physical server, called the host, can run four or five of these images or virtual servers simultaneously, saving the company money on the following:
- Purchase of hardware, as less servers are needed
- Consolidate management of the machines
- Reduced energy consumption, as there are less servers
- Much more efficient use of resources, as the new machine(s) will be able to share those resources
- Failure in one machine will not lead to the failure of others
Most computers operate using as little as 4 percent to 7 percent of their resources. There are many visualization companies in the market; the two that we have mentioned in this chapter are Microsoft Hyper-V and VMware.
- Mastering JavaScript Functional Programming
- 深入淺出Electron:原理、工程與實踐
- Game Programming Using Qt Beginner's Guide
- 華為HMS生態與應用開發實戰
- Unity Virtual Reality Projects
- Magento 2 Development Cookbook
- Amazon S3 Cookbook
- Android開發:從0到1 (清華開發者書庫)
- 深入分布式緩存:從原理到實踐
- Solr Cookbook(Third Edition)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- C# and .NET Core Test Driven Development
- Julia for Data Science
- Python入門很輕松(微課超值版)
- Xcode 6 Essentials