[go: up one dir, main page]

0% found this document useful (0 votes)
21 views4 pages

CloudComputing QuestionAnswer

Uploaded by

webdeveloper8722
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views4 pages

CloudComputing QuestionAnswer

Uploaded by

webdeveloper8722
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

1. What is Hypervisor? What are the type of Hypervisor? Write about identity as a service.

Answer: A Hypervisor is software that creates and runs virtual machines (VMs) by allowing
multiple operating systems to share a single hardware host. It manages the distribution of
resources like CPU, memory, and storage between the VMs.
Types of Hypervisor:
1. Type 1 (Bare-metal Hypervisor): Runs directly on the host's hardware. Examples:
VMware ESXi, Microsoft Hyper-V.
2. Type 2 (Hosted Hypervisor): Runs on top of an existing operating system. Examples:
Oracle VirtualBox, VMware Workstation.

Identity as a Service (IDaaS):


IDaaS is a cloud-based service that manages user identities and provides authentication,
authorization, and single sign-on (SSO) functionalities. It enables organizations to securely
manage access to their applications and data, often integrating with other cloud services.
Examples include Okta, Microsoft Azure Active Directory, and Google Identity.
2. what are the difference between private and public cloud?
Answer: Difference Between Private and Public Cloud:
1. Ownership:
o Private Cloud: Owned and used by a single organization.
o Public Cloud: Owned by third-party providers and shared by multiple users.
2. Security:
o Private Cloud: Offers higher security and control since resources are dedicated
to one organization.
o Public Cloud: Security is managed by the provider, but it's less customizable for
individual users.
3. Cost:
o Private Cloud: Generally more expensive due to dedicated infrastructure and
maintenance.
o Public Cloud: More cost-effective with a pay-as-you-go model.
4. Scalability:
o Private Cloud: Limited by the organization’s own resources.
o Public Cloud: Highly scalable as resources are available on-demand from the
provider.
5. Control:
o Private Cloud: Full control over the infrastructure and data.
o Public Cloud: Limited control, as management is done by the cloud provider.
6. Maintenance:
o Private Cloud: The organization is responsible for maintenance.
o Public Cloud: Maintenance is handled by the cloud service provider.
3.What is Euclaptus? Explain the Euclaptus architecture with diagram. Write about walrus,
storage controller, Vmware Broker?
Answer: Eucalyptus (Elastic Utility Computing Architecture for Linking Your Programs to
Useful Systems) is an open-source cloud computing platform that allows users to build
private and hybrid cloud environments. It is compatible with Amazon Web Services (AWS),
providing functionalities like compute, storage, and network resources for cloud-based
applications.
Eucalyptus Architecture:
Eucalyptus follows a modular architecture that is designed to replicate an AWS-compatible
cloud environment. Its key components include:
1. Cloud Controller (CLC): Manages the overall cloud infrastructure, handles user
requests, and provides high-level functions like authentication and resource
allocation.
2. Cluster Controller (CC): Manages a collection of physical machines (nodes) and
connects virtual machine instances to the network.
3. Node Controller (NC): Runs on each physical machine and is responsible for hosting
virtual machines, managing the virtual instances' lifecycle.
4. Walrus (W): Acts as a storage service (similar to AWS S3) where users can store and
retrieve virtual machine images, snapshots, and other data.
5. Storage Controller (SC): Manages block-level storage (similar to AWS Elastic Block
Store - EBS), providing persistent storage for virtual machines.
6. Vmware Broker: This component integrates Eucalyptus with VMware environments,
allowing users to deploy and manage VMware virtual machines within the Eucalyptus
cloud.
3. Write short notes on 1.EC2 2.Windows Azure service 3.Amazon AWS 4.P2V,D2C
5.Virtual Machine
Answer:
1. EC2 (Elastic Compute Cloud):
• EC2 is a service by Amazon Web Services (AWS) that provides scalable virtual servers
(instances) in the cloud. Users can rent and configure virtual machines, choosing the
type, size, and operating system to meet their computing needs. It allows for flexible
scaling of resources as demand changes and offers various pricing models such as On-
Demand, Reserved, and Spot Instances.

2. Windows Azure Service (Microsoft Azure):


• Windows Azure, now known as Microsoft Azure, is Microsoft's cloud computing
platform. It offers services like virtual machines, databases, AI tools, and development
frameworks. Azure provides a wide range of cloud solutions including IaaS
(Infrastructure as a Service), PaaS (Platform as a Service), and SaaS (Software as a
Service), enabling users to build, deploy, and manage applications via Microsoft-
managed data centers.

3. Amazon AWS (Amazon Web Services):


• AWS is a comprehensive cloud computing platform provided by Amazon. It offers a
wide range of services, including computing power (EC2), storage (S3), databases
(RDS), and machine learning (SageMaker). AWS is highly scalable, reliable, and cost-
effective, supporting everything from startups to large enterprises in building and
deploying applications in the cloud.

4. P2V (Physical to Virtual) & D2C (Disk to Cloud):


• P2V (Physical to Virtual): Refers to the process of converting a physical machine's
operating system, applications, and data into a virtual machine. This allows
businesses to move their physical infrastructure into a virtualized environment for
better scalability and cost savings.
• D2C (Disk to Cloud): Involves migrating data from on-premise storage (physical disks)
to cloud storage. This method provides greater accessibility, redundancy, and reduces
the need for maintaining physical hardware.

5. Virtual Machine (VM):


• A Virtual Machine is a software emulation of a physical computer. It runs an
operating system and applications just like a physical computer but is hosted on a
hypervisor or a physical machine. VMs are isolated from each other on the same
hardware and allow for efficient resource usage, enabling multiple VMs to run on a
single physical server.

You might also like