Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cloud computing - Coggle Diagram
Cloud computing
Storage resources
Direct Attached
-
-
-
- Cons:
- Ephemeral (=only lasts as long as compute resource is attached to it)
- Can't be shared with other nodes;
- Not resilient to failure;
File storage (NFS)
-
- Con: slower than direct-attached, block storage cos data travels over ethernet network
- Pro: lower cost; can be mounted on multiple servers at once;
- more resilient to failure;
Block storage
-
-
- Pros: R/W speeds are faster and reliable than file storage;
- consistent high speed
typically provisioned in volumes, that can be mounted onto 1 compute node at a time
-
-
-
Virtualization
process of creating a software-based or virtual version of something (compute, storage, networking, app)
Hypervisor
-
-
2 main types
Bare-metal
-
-
e.g. VMware, ESXi, Microsoft Hyper-V, KVM
Hosted
-
- less frequent; most frequently used for end-user virtualization;
- higher latency than Bare-metal
e.g. Oracle, VirtualBox, VMware workstation;
-