- Managing Microsoft Hybrid Clouds
- Marcel van den Berg
- 253字
- 2021-07-23 19:34:13
Dedicated versus private virtual clouds
Cloud service providers sometimes offer their customers two options in their IaaS offering:
- A dedicated, private cloud
- A shared cloud
Private cloud hosting or dedicated cloud means the virtualization host machines exclusively run virtual machines of a single tenant, and there is physical isolation at the compute level. Storage, networking, and other components are mostly logical, isolated using virtual LAN and virtual storage features. Without logical isolation, this will be a very expensive kind of cloud.
The advantage of this kind of cloud is on security and performance. Some organizations do not want shared processing by multiple tenants. They believe there is a risk other tenants might be able to look into virtual machines of other tenants. Another aspect is performance.
The third possible reason for using a dedicated cloud is compliance requirements regarding licensing. Some vendors believe their customers need to license the number of CPU sockets that a virtual machine can possibly run on. When using a dedicated cloud, the potential number of CPUs is restricted and is easy to count in a license assessment.
In shared cloud processing, resources are shared between multiple tenants. This makes this offer cheaper than a dedicated cloud. Virtual machines of multiple tenants are processes on the same host. Tenants do not have any control over where their virtual machines are running.
Microsoft Azure does not offer a private/dedicated cloud. Compute, network, and storage resources are logically isolated. So, virtual machines of multiple tenants will share the same Azure host.
- Java語言程序設計
- Oracle從入門到精通(第3版)
- Python程序設計教程(第2版)
- Android和PHP開發最佳實踐(第2版)
- Java Web開發之道
- x86匯編語言:從實模式到保護模式(第2版)
- Groovy for Domain:specific Languages(Second Edition)
- Bootstrap Essentials
- 深度強化學習算法與實踐:基于PyTorch的實現
- Responsive Web Design by Example
- Python數據結構與算法(視頻教學版)
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- OpenCV Android開發實戰
- Python數據科學實踐指南
- Puppet 5 Beginner's Guide(Third Edition)