1/9
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
For security reasons, an organization needs to ensure that its information is isolated and managed only by its employees. What cloud model should this organization adopt?
Private
Private cloud infrastructure is completely private to and owned by the organization. This type of delivery method is more appropriate to organizations that require strict access control in their operations.
Public (or multitenant) is a service offered over the internet by cloud service providers (CSPs) who can offer subscriptions or pay-as-you-go financing or even provide lower-tier services free of charge.
Community is where several organizations share the costs of either a hosted private or fully private cloud.
Hybrid is a cloud computing solution that implements some sort of hybrid public/private/community. A hybrid deployment may provide some functions via a public cloud but keep sensitive data on-premises.
A network technician needs to create a sandbox that has an isolated environment to analyze viruses, worms, and Trojans. What is the most appropriate environment for the technician to do this in?
Client-side virtualization
is the most appropriate environment. As the guest OS will contain malware, it cannot infect the technician's computer or network without misconfiguration of the host.
Server-side virtualization means deploying a server role as a virtual machine. For server computers and applications, the main use of virtualization is better hardware utilization through server consolidation.
Application virtualization means that the client either accesses an application hosted on a server or streams the application from the server ensuring that they are always using the latest version.
Container virtualization dispenses with the idea of a hypervisor and instead enforces resource separation at the OS level. The OS defines isolated containers for each user instance to run in.
A developer wants to ensure that all the clients that use their application are always using the latest most updated version. How can the developer make sure of this?
Application virtualization
means that the client either accesses an application hosted on a server or streams the application from the server ensuring that they are always using the latest version.
Client-side virtualization refers to any solution designed to run on "ordinary" desktops or workstations. Each user will be interacting with the virtualization host directly.
Server-side virtualization means deploying a server role as a virtual machine. For server computers and applications, the main use of virtualization is better hardware utilization through server consolidation.
Container virtualization dispenses with the idea of a hypervisor and instead enforces resource separation at the OS level. The OS defines isolated containers for each user instance to run in.
A network technician installs virtual machines in hypervisor software that runs directly onto a server. What kind of hypervisor setup is this? (Select all that apply.)
Correct:
A Type 1 hypervisor
installs directly onto the computer and manages access to the host hardware without going through a host OS.
A bare metal
virtual platform means that a Type 1 hypervisor installs directly onto the computer and manages access to the host hardware without going through a host OS.
Incorrect: Opposite.
In Type 2 hypervisors,
the hypervisor application installs onto a host OS, and the computer must have resources to run the host OS, the hypervisor, and the guest operating systems.
In a guest OS (or host-based) system
the hypervisor application is itself installed onto a host OS. The hypervisor software must support the host OS.
A developer wants to ensure that no matter what server an administrator deploys their application on, it has all the libraries and dependencies needed for the application to operate properly. How can the developer accomplish this?
Container virtualization
enforces resource separation at the OS level and includes the variables and libraries required by the application process in the container.
Client-side virtualization refers to any solution designed to run on "ordinary" desktops or workstations. Each user will be interacting with the virtualization host directly.
Server-side virtualization means deploying a server role as a virtual machine. For server computers and applications, the main use of virtualization is better hardware utilization through server consolidation.
Application virtualization means that the client either accesses an application hosted on a server or streams the application from the server ensuring that they are always using the latest version.
A network technician configures a foundational cloud setup that will allow the developers to start all application development using a standardized server and database setup. What type of cloud service model is the technician configuring?
Platform as a service (PaaS)
would deploy servers and storage network infrastructure (as per IaaS) but also provide a multi-tier web application/database platform on top.
Software as a service (SaaS) provisions software licenses for a given number of seats so that a business would access software hosted on a supplier's servers on a pay-as-you-go arrangement.
Infrastructure as a service (IaaS) is a means of provisioning IT resources, such as servers, load balancers, and storage area network (SAN) components, quickly.
Provisioning virtual desktop infrastructure (VDI) as a cloud service is known as desktop as a service (DaaS).
A cloud administrator configures a cloud instance to increase its resources during times of high utilization and decrease its resources when peak utilization times end. What cloud characteristic does this represent?
Rapid elasticity
refers to the system's ability to handle changes to demand in real time. A system with high elasticity will not experience loss of service or performance if demand suddenly increases.
High availability (HA) means that the service experiences very little downtime. Downtime can occur as a result of scheduled maintenance and unexpected outages.
Scalability means that the costs involved in supplying the service to more users are linear. Technicians can achieve scalability by adding nodes or by adding resources to each node.
The per-use billing for resources consumed by the cloud is metered utilization. The metering measurement is based on the type of resources such as storage, processing, bandwidth, or active users.
A network technician gathers requirements to implement virtualization of multiple guest VMs that will need to communicate. Which of the following resource requirements will the technician need to employ? (Select all that apply.)
Virtualization support enabled on the CPU
Memory above what the OS requires
A virtual network environment
Most virtualization software requires a central processing unit (CPU) with virtualization support enabled as the performance of the virtual machines will be impaired if hardware-assisted virtualization is not available.
Each guest OS requires sufficient system memory over and above what the host OS/hypervisor requires to support the VMs.
A hypervisor will be able to create a virtual network environment through which all the VMs can communicate, and a network shared by the host and by VMs on the same host and on other hosts.
Virtual machines will need mass storage as each guest OS takes up a substantial amount of disk space. The host stores each of the VM's "hard disks" as an image file on the host.
A cloud service provider is taking advantage of software-defined networking (SDN) to allow customers to provision and deprovision cloud resources on-demand. Which layer of SDN does the SDN controller operate on?
Control
In software defined networking, the SDN controller operates on the control layer between the application layer and the infrastructure layer.
Application programming interfaces (APIs) provide the interface between the control layer and application and infrastructure layers and scripts can automate calling functions in the layers.
The infrastructure layer is the bottom layer of SDN and it contains the devices (physical or virtual) that handle the actual forwarding (switching and routing) of traffic.
The application layer is the top layer of SDN and it makes decisions about how traffic is prioritized and secured and where it should be switched using business logic.
Rather than purchasing a fixed number of software licenses, a business only wants to pay for the number of licenses they actually need at any given time. What kind of cloud service model is this business pursuing?
SaaS
Virtual infrastructure allows developers to provision on-demand applications much more quickly than previously. Software as a service (SaaS) grants access for software for a given number of seats so that a business would access software hosted on a supplier's servers on a pay-as-you-go arrangement.
Infrastructure as a service (IaaS) is a means of provisioning IT resources, such as servers, load balancers, and storage area network (SAN) components, quickly.
Platform as a service (PaaS) would deploy servers and storage network infrastructure (as per IaaS) but also provide a multi-tier web application/database platform on top.
Provisioning virtual desktop infrastructure (VDI) as a cloud service is known as desktop as a service (DaaS).