Virtualization and Cloud Computing Flashcards
(30 cards)
Summarize the private cloud model.
Where an org. builds and manages its own cloud infrastructure within its internal data center. Resources are not shared outside the org. Offers greater control over data, security, and compliance, but has significant upfront and ongoing maintenance costs.
Summarize the public cloud model.
Provides cloud services over the internet through a third party (AWS, Azure, Google Cloud). Servers and storage are shared among multiple users and organizations. The cloud provider owns and manages the hardware, offering easy scalability and usage-metered costs.
Summarize the hybrid cloud model.
Combines public and private clouds. Sensitive data can be securely kept in the private cloud, while less sensitive data can leverage the scalability and metered usage of the public cloud. Lets an org. use its existing infrastructure and security while still utilizing the public cloud.
Summarize the community cloud model.
Several organizations share a private cloud. Every org. helps pay, and they benefit from a more robust infrastructure than one alone could afford.
Summarize the IaaS model.
The cloud provider manages the hardware, but the user is responsible for installing the OS and apps and managing the data. Gives control over VMs, storage, or networks without having to invest in the hardware.
Summarize the PaaS model.
The cloud provider offers an environment to support the building and delivering of web-based apps. They provide the hardware, as well as the OS, and some underlying programs necessary for apps to function.
Summarize the SaaS model.
The cloud provider delivers ready-to-use apps over the internet on a subscription basis. The user just uses the software, while the provider manages the hardware, OS, app updates, and security.
Summarize the cloud characteristic of shared resources.
The pooling of computing resources to serve multiple consumers. Storage, processing power, and network bandwidth are dynamically assigned according to user demand, maximizing resource utilization and efficiency, lowering costs for users.
Summarize the cloud characteristic of metered utilization.
Cloud users are billed based on the amount of resources consumed. Users pay for what they use, whether it’s hours computed, storage space, or data transfer volumes.
Summarize the cloud characteristic of rapid elasticity.
The ability to quickly scale resource usage as demand fluctuates. Resources are provisioned and released automatically, giving the illusion of unlimited resources. Apps get to have the resources they need when they need them, but can be reduced when not needed, reducing costs.
Summarize the cloud characteristic of high availability.
The cloud ensures that services and apps are continuously operational with minimal downtime. Crucial for critical apps that require constant accessibility and reliability.
Summarize the cloud characteristic of file synchronization.
The cloud ensures that files and data are consistently updated and accessible across multiple devices. When changes are made on one, it updates to the others.
Summarize VDI.
Hosts desktop environments on a centralized server that are accessed over a network. Allows for centralized management, improved security, and flexibility for users.
Summarize VDI on premises.
Hosting the VDI infrastructure in the org.’s own data center. Maintains control over hardware, storage, and network resources, but requires upfront costs and ongoing maintenance.
Summarize VDI in the cloud.
Also called DaaS, a cloud service provider delivers virtual desktops. Users can access their desktop anywhere they have internet, and the org. saves money and can easily scale.
What is a metered connection?
A connection where users are charged based on the amount of resources they consumed.
What is an unmetered connection?
A connection where users pay a fixed fee to utilize resources without measuring or limiting data usage.
What is an internal cloud?
Another name for a private cloud.
What is an external cloud?
Another name for a public cloud.
What is Desktop as a Service?
Another name for VDI in the cloud.
Summarize the purpose of a VM in a sandbox.
The VM provides an isolated testing environment where developers can run, test, and debug code without affecting production systems or networks. Allows experimentation without causing harm. Snapshots allow quick rollback to previous states.
Summarize the purpose of a VM in test development.
The VM offers a controlled environment that mirrors the production system. Allows developers to integrate all components of an application and verify functionality. Allows the production system to stay up while tests are being done.
Summarize the purpose of a VM in application virtualization.
The VM allows apps to run in an isolated environment independent from the host OS. Allows one system to run apps that require different OS versions or configs.
Summarize the purpose of a VM in legacy software/OS virtualization.
The VM allows legacy software to run in a virtual old OS. The legacy software can be run on a machine that still has the most up to date OS security updates.