CC Assignment
CC Assignment
4. Virtual Server
A Virtual Server is a software-based server that runs on a physical machine using
virtualization technology, allowing multiple servers to operate independently on the
same hardware. It provides flexibility, scalability, and resource efficiency while
mimicking the functionality of a physical server.
5. What is hypervisor?
A Hypervisor is a software or firmware layer that enables virtualization by allowing
multiple virtual machines (VMs) to run on a single physical host. It manages resource
allocation and isolates VMs to ensure independent operation.
Write answer in detail:
4. Explain resource replication in cloud computing with necessary diagram.
Definition:
Resource replication in cloud computing is the process of creating and maintaining
multiple copies of data, applications, or virtual machines across different locations or
cloud servers. This enhances availability, fault tolerance, disaster recovery, and load
balancing.
Diagram:
Figure:-
8. Enlist and explain types of cloud storage level with suitable figure.
1. Object Storage
2. Block Storage
Definition: Divides data into fixed-sized blocks, each with a unique address.
Use Case: Best for applications requiring high performance, such as databases and
virtual machines.
Examples: Amazon EBS, Google Persistent Disk, Azure Disk Storage.
Advantages: Low latency, high-speed access, and better performance than object
storage.
3. File Storage