Virtualization and Cloud Computing Flashcards
Occasionally, users may opt to run Windows® and Linux® on the same system.This can be accomplished by setting up a virtual machine on Windows® loaded to run Linux®. This has the advantage of allowing the user to simultaneously run both operating systems. Setting up a dual boot system is another option. What advantage does running a dual boot system have over running virtual machines?
Using a dual boot option allows 100% of the system resources to the operating system.
Explanation:
When setting up a dual boot system using Windows® and Linux®, you should always load Windows® first then Linux®. This allows Linux® to manage the boot sequence. The Linux® boot manager works better than Windows® boot manager.
What is the feature found in cloud computing that allows users to automatically request additional storage space?
rapid elasticity
Explanation:
Rapid elasticity is the term for a service that allows users to automatically request additional storage space in the cloud.
What is the feature found in cloud computing where the provider measures the service for billing, planning, and managing resources?
measured service
Explanation:
Be aware of the five principles of cloud services as defined by the National Institute of Standards and Technologies: Public/Private/Hybrid Access, Rapid Elasticity, On Demand, Resource Pooling, and Measured Service.
Which cloud technology model allows you to use software hosted in the cloud without hosting any of the software on-premise?
Software-as-a-Service (SaaS)
Explanation:
SaaS is a popular model that allows software to be hosted in some central location, off-premise. All you need is an Internet connection to access the software, as needed.
Which cloud model allows organizations to move their entire infrastructure to the cloud?
IaaS
Explanation:
IaaS (Infrastructure-as-a-Service) is a cloud model that allows organizations to move their entire infrastructure to the cloud. Infrastructure includes items such as routers, switches, firewalls, and servers.
Which cloud model would allow a developer to build, create, and manage their applications without having to worry about the infrastructure?
PaaS
Explanation:
PaaS (Platform-as-a-Service) companies provide platforms for software developers to build, create, and maintain their applications. The PaaS provider handles everything on the back-end including setup and maintenance of servers and networking equipment.
What makes it possible for users to access their cloud-hosted files on multiple devices (laptop, tablet, desktop) and pick up right where they left off on the previous device?
synchronization apps
Explanation:
Many cloud file storage services use synchronization apps that allow users to access the same version of files on multiple devices.
What term is used to describe the process of configuring a virtual machine on a local desktop?
client-side virtualization
Explanation:
Client-side virtualization is the process of configuring a virtual machine on a local desktop.
What is required for full virtualization because it handles all interactions during virtualization, making it possible for multiple guest operating systems to run at one time?
hypervisor
Explanation:
Hypervisors handle all interactions during virtualization and make it possible to run multiple guest operating systems at one time. Hypervisors are needed for full virtualization.
To get a virtual machine to communicate directly through the network to which the physical machine is connected, which networking mode would you use?
bridged mode
Explanation:
In bridged mode, the VM is able to communicate directly through the network to which the physical machine is connected.
When cost is not a concern, but security is the number one priority, which type of cloud implementation should be used?
private cloud
Explanation:
A private cloud is a cloud implementation that is owned solely by one organization. Private clouds are the most expensive to implement, but also the most secure.
A cloud-based application that is available to anyone over the open Internet is known as which type of cloud implementation?
public cloud
Explanation:
Public cloud refers to anything that is delivered across the open Internet. When someone uses the term the cloud, they are often referring to the public cloud.
What is used to replicate or mimic the behavior of another device, such as playing a Nintendo® game on a computer?
emulator
Explanation:
An emulator is used to replicate or mimic the behavior of another device (such as a computer mimicking a Super Nintendo® device).
Which type of virtual networking would you use if you wanted to ensure that a virtual machine only had access to other specified virtual machines and not the rest of the network or the Internet?
internal networking
Explanation:
The internal networking function allows a VM to communicate with other VMs that you specify, but not access the Internet or any other computers on your network.
An engineer would like to configure his virtual machine to make outbound connections only. Which networking mode should this engineer use for the virtual machine?
NAT mode
Explanation:
The NAT mode option in a virtual machine allows the virtual machine to make outbound connections only.