0% found this document useful (0 votes)
162 views2 pages

Virtualization and Cloud Computing Overview

cloud computing pyq list

Uploaded by

varenyamnikam004
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)
162 views2 pages

Virtualization and Cloud Computing Overview

cloud computing pyq list

Uploaded by

varenyamnikam004
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

Unit 3

1. Define Virtualiza on? Explain different types of Virtualiza ons?


2. Discuss Virtualiza on in Grid and Virtualiza on in Cloud?
3. Differen ate between full and para virtualiza on?
4. Explain the func onality of hypervisor? What is type 1 and type 2 hypervisor?
5. Describe CPU, Network and Storage Virtualiza on?
6. Draw and Explain the Virtualiza on Architecture in detail?
7. Differen ate between grid compu ng and cloud compu ng?
8. Define virtualiza ons? Explain the advantages and disadvantages of Virtualiza on?
9. Describe virtual clustering in cloud compu ng?
10. Explain the importance of hypervisor in cloud compu ng? Compare Type 1 and Type 2
hypervisor?

Unit 4

1. Enlist the different services offered by Amazon web Service? Explain it?
2. Discuss Amazon Dynamo Database Service in detail?
3. Explain Microso Windows Azure Pla orm?
4. Elaborate the unique features Google App Engine with suitable example?
5. What are the components of Microso Azure? Explain briefly?
6. How cloud compu ng can be used for business and consumer applica ons like ERP or CRM?
7. Describe the Amazon Database Services?
8. Explain Google Cloud Applica ons in detail?
9. Enlist an applica ons of cloud compu ng in different Area? Describe any two applica ons?
10. Explain the different components of AWS?
11. How the Amazon simple storage service (S3) works? Explain with suitable diagram?
12. Enlist the steps for configuring Amazon EC2 VM instance?

Unit 5

1. Discuss the various Cloud Security Services with its necessity?


2. What are different risks in cloud compu ng and how to manage them?
3. Explain security authoriza on challenges in cloud compu ng?
4. Discuss how we need to perform secure cloud so ware tes ng?
5. What are the security issues of cloud compu ng iden fied by cloud security alliance (CSA)?
Explain any three in detail?
6. How Trusted Cloud Compu ng can be used to manage the risk and security in a cloud?
7. Explain the six step risk management processes?
8. What are the different types of tes ng in cloud compu ng? Explain briefly?
9. Explain the different types of security risk involved in cloud compu ng?
10. State the use of Content Level Security (CLS)?
Unit 6

1. Discuss Energy Aware Cloud Compu ng with suitable example?


2. Explain with example, working of Docker?
3. How the Cloud and IoT together works for Home Automa on?
4. Differen ate Distributed Cloud Compu ng Vs Edge Compu ng?
5. What do you mean by IoT Cloud ? And how IoT cloud can be used in home automa on?
6. Explain architecture and working of Kubernetes.
7. What are the future trends in cloud compu ng? Explain in brief?
8. Describe client-server architecture of docker?
9. Explain Mobile Cloud in detail?
10. Explain the concept of DevOps in detail?
11. Explain Mul media Cloud in detail?

Common questions

Powered by AI

Content Level Security (CLS) in cloud computing pertains to the ability to secure data at the content level, ensuring that only authorized users can access sensitive information regardless of its storage or transit state. It provides finer-grained security measures by allowing encryption and access control at the individual file or data packet level. CLS is significant in protecting sensitive corporate data, compliance with data protection regulations, and maintaining data integrity and confidentiality across distributed environments .

Docker's architecture supports application deployment and management by encapsulating applications and their dependencies within containers, ensuring consistency across various computing environments. It employs a client-server structure where the Docker client sends commands to the Docker daemon, which builds, runs, and manages Docker containers. Containers are lightweight and share the host OS kernel, allowing for efficient resource utilization. Docker enables application version control and rapid deployment due to its reproducible and isolated application environments, crucial for dynamic and scalable cloud applications .

Future trends in cloud computing include the rise of hybrid and multi-cloud strategies, increased use of artificial intelligence and machine learning to automate cloud operations, and the growth of edge computing to complement cloud services by processing data closer to the source. There's also an anticipated expansion in serverless architectures, allowing developers to focus solely on code rather than infrastructure management. Increased emphasis on data privacy and governance, with enhanced security protocols, will likely emerge to address growing regulatory demands .

Energy-efficient practices in cloud computing lead to reduced operational costs and environmental impact by optimizing the use of computing resources. Techniques like dynamic resource allocation, server virtualization, and employing efficient cooling systems reduce energy consumption significantly. For instance, implementing algorithms that dynamically manage power usage based on current demand can result in significant energy savings. Energy-aware scheduling can further enhance efficiency by consolidating workloads onto fewer servers during off-peak hours, thereby allowing others to transition into a low-power state. Examples include Google's use of machine learning to regulate energy usage within its data centers .

Virtualization enables cloud computing by allowing multiple operating systems to run concurrently on a single physical machine. It increases resource utilization and flexibility, as resources can be allocated dynamically to meet demand. Virtualization abstracts computing resources to provide standardized environments isolated from hardware-specific dependencies, improving deployment, scalability, and disaster recovery processes. Virtualization also reduces hardware costs and energy consumption by maximizing the use of physical resources .

Security authorization in cloud environments poses challenges like ensuring compliance with various regulatory standards and managing decentralized access permissions. The lack of physical control and multi-tenancy models complicate the implementation of robust security measures. Addressing these requires implementing role-based access controls, regular audits, ensuring encryption of data at rest and in transit, and applying federated identity management practices. Adopting standards from bodies like ISO and Cloud Security Alliance (CSA) can help align security policies across different jurisdictions and infrastructures .

Microsoft Azure comprises several primary components, including Azure Compute, capable of running scalable virtual machines and container services; Azure Storage, which provides scalable cloud storage solutions; Azure Networking, for secure and reliable network services; and Azure App Services, for building and hosting web applications. These components collectively support the deployment, management, and scaling of applications and services, forming a holistic platform for cloud operations that integrates with other Microsoft products and enterprise solutions .

IoT integration with cloud platforms enhances home automation by providing scalable storage, real-time data processing, and analytics capabilities. Cloud platforms act as a centralized control system that collects data from numerous IoT devices, enabling seamless device communication and intelligent automation of home systems. IoT devices can offload complex computations to the cloud, allowing for sophisticated features like predictive maintenance, remote monitoring, and energy management. This integration supports the development of smart homes that adapt to user behaviors and improve energy efficiency and security .

Cloud computing provides on-demand resource availability, scalability, and infrastructure management services over the internet, suited for a wide variety of applications like web hosting and software as a service (SaaS). It relies on virtualization technologies to abstract resources, offering elasticity and location-independent resource pooling. Grid computing, on the other hand, involves decentralized networks that distribute computing power across multiple administrative domains to solve large-scale intensive tasks, typically for scientific research and analysis. It focuses on aggregating resources from multiple systems into a single resource pool to tackle computationally intensive tasks .

Type 1 hypervisors, also known as bare-metal hypervisors, run directly on the host's hardware to control the hardware and manage guest virtual machines. Examples include VMware ESXi and Microsoft Hyper-V. They have high efficiency and lower overhead due to direct hardware access. Type 2 hypervisors, in contrast, run on top of an existing operating system and provide virtualization services. Examples include VMware Workstation and Oracle VM VirtualBox. Type 2 hypervisors typically have higher overhead compared to Type 1, as they rely on the host operating system for device support and management .

You might also like