Cloud, Containers, and Virtualization Chapter 13

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Which of the following types of cloud storage is managed from a dashboard or webpage?

Blob

What application allows you to create sandboxed applications with libraries that can be shared between apps? (Select the correct answer from the drop-down list.)

Flatpak

Which of the following are common uses of sandboxing? (Select two.)

1. An environment for software development 2. Software testing

The /etc/cloud/cloud.cfg file controls the cloud-init modules that are run. The modules represent configuration stages. Which of the following are the three configuration stages used by cloud-init? (Select three.)

1. Config stage 2. Init stage 3. Final stage

Which of the following statements are TRUE about an overlay network? (Select two.)

1. It lets you overly a virtual network on another virtual network. 2. It makes a network more complex and decreases network performance.

Containers and virtual machines have benefits and shortcomings. Which of the following are benefits of using a virtual machine for running applications?

1. Operating system and applications are added to one system. 2. Ports to other operating systems and hypervisors.

Which of the following are facts about the Flatpak utility? (Select two.)

1. The apps typically use a graphical interface. 2. Repositories called remotes are used to host applications that can be installed.

Containers and virtual machines have benefits and shortcomings. Which of the following are the benefits of using a container for running applications?

1. Uses fewer hardware and software resources. 2. Provides a quick startup time.

Mary, a system administrator, would like to deploy virtual machines, storage, and networking in a cloud environment. Which of the following file formats would allow Mary to modularize these items as a template? (Select two)

1. YAML 2. JSON

When creating and managing sandboxed apps, which of the following allows you to create packages that require no installation?

AppImage

Which of the following JSON file format templates can be copied and used to create multiple containers that run the same applications?

Container image

Which of the following provides the BEST definition of a sidecar in a Kubernetes pod?

Containers in a Kubernetes pod that perform a task on behalf of other containers

You have a company-developed application that is older and runs on an operating system version that is no longer supported by the company. However, the application is still a valuable tool to many company employees. Which of the following is the BEST solution to provide employees with a working copy of the application?

Create and distribute a container with the applications to employees.

You were recently hired by a small start-up company. The company is in a small office and has several remote employees. You have been asked to find a business service that would accommodate the current size of the company but would also be able to scale as the company grows. The service needs to provide adequate storage as well as additional computing power. Which cloud service model would work BEST for your company?

IaaS

What is the Linux software package you need to install to implement Linux bridging?

bridge-utils

You are looking for a utility to manage snaps in your Linux sandboxed environment. From the drop-down list, select the utility or service that would BEST meet your needs.

snapd

Which of the following are three popular toolsets Linux-based hypervisors used to manage virtual machines? (Select three.)

1. virsh 2. libvirt 3. vmm

Which of the following are Docker Hub, Amazon ECR, and Harbor all examples of?

Container registries

When implementing a network gateway, implementing a firewall, or increasing performance, multiple NICs can be added to a computer. Which of the following can be implemented on VMs to provide this capability?

Multi-homed NICs

Linux-based hypervisors, such as Xen, KVM, and QEMU, provide a software-based virtual network switch. Which of the following is an additional feature provided by a Linux bridge?

NAT

Which of the following Linux bridge modes is the default?

NAT

There are two types of hypervisors, Type 1 and Type 2. Which of the following accurately describes those two types? (Select two.)

1. A type 1 hypervisor runs on bare metal hardware and is referred to as a native hypervisor. 2. A type 2 hypervisor runs on an operating system.

Which of the following are facts about the snapd daemon? (Select two.)

1. You can use a command line tool to package your programs to run as a snap. 2. It runs in the background.

Which of the following BEST describes a Dockerfile?

A text file with instructions that tell Docker what to do when creating an image

When using templates to deploy virtual machines, one challenge is to make sure that all VMs have the same settings, such as hostname, security identifiers, and even the same IP address. Which of the following allows a VM to be provisioned with unique settings and configurations?

Bootstrapping

Which of the following is a function of a virtual network switch?

Connects the VM's virtual NIC and the host's physical NIC.

Which of the following is an application that's isolated in a lightweight package and allows you to run a program from one computing environment to another?

Container

Which of the following is installed on top of the host operating system and allows containers to use resources from the host operating system as well?

Container engine

You have several virtual machines that you want disconnected from the external network and from the host computer in order to test the performance of a new system with no external distractions. Which of the following Linux bridge modes should you be using?

Isolated

Which of the following is the BEST definition of sandboxing?

Isolating programs on your computer to keep them from interacting with other programs and systems.

Anna, a system administrator, created a new virtual machine to provision additional hypervisors. Which of the following will provide a VM template that is open and can be used by hypervisors from different vendors?

OVF

Which of the following is the process of automating, managing, scaling, and networking containers?

Orchestration

As the network administrator for a financial corporation, you've been asked to find a solution for running an older, company-produced application independently on various Linux distributions. You've decided to use container technology to run the company application and are looking for a container management software package that meets the following requirements: The software can run rootless. The software is modular. In addition, the software only needs to be run from the command line, and creating images is not important. Which of the following software packages BEST meets these requirements?

Podman

You have decided to virtualize several of your existing Linux hardware servers. Which of the following is a MAJOR benefit you can expect from virtualization?

Pooling of multiple operating systems on the same physical hardware.

Which of the following describes an OVA (open virtual appliance or application) file?

Provides a single file that archives all the files that make up an OVF using TAR.

You have several virtual machines located in a DMZ, and want the host machine to act as a gateway. The virtual machines will be configured with IP addresses in a different subnet than the external network. Which of the following Linux bridge modes should you be using?

Routed

You run a small home business and would like to store your files, run applications, and allow customers to run applications from the cloud. You are familiar with running a variety of applications but not experienced in developing apps. Which cloud service model would work BEST for your home business?

SaaS

In technology, what do you call a computer application that is contained from other applications or the underlining operating system?

Sandbox

Your company is deploying ten new virtual machines. You have planned the disk space for anticipated future growth. However, the hypervisor currently doesn't have enough disk space for all the disks that need to be allocated. You have placed an order for additional storage to be added to the hypervisor. You must have all ten servers operational before your order arrives. You determine that overbooking the storage space will work in the short term. Which of the following storage provisioning options should be selected?

Thin provisioning

Which of the following statements is TRUE about using multi-homed NICs?

You can connect each NIC to a separate virtual switch or multiple NICs to a single virtual switch.

Docker is a container management software package that uses the docker command at the shell prompt to manage containers. From the list on the left, drag each command to its correct description on the right.

docker log: View the logs of a container docker exec: Connect to running containers docker inspect: Gather detailed information about a container docker ps: List all the containers in Docker

Which of the following is an open-source application programming interface (API) that's used for creating, monitoring, migrating, starting, and stopping virtual machines?

libvirt

Anaconda is an installation program used by Fedora, RHEL, and other distributions. Which of the following does Anaconda do? (Select three.)

1. Creates a file system. 2. Identifies the computer's hardware. 3. Provides a user interface with guided installation steps.

Which of the following are facts about the AppImage utility? (Select two.)

1. It does not need root access to the system. 2. It does not depend on any libraries that are not part of the package.

Lynda, a network administrator, has been tasked with connecting the VMs on multiple virtual machine hosts in a way that doesn't expose the VMs to the external network. Which of the following should be implemented?

An overlay network

Which of the following cloud storage types is accessed through network drives or as a cloud computing resource?

Block

As the network administrator for a financial corporation, you've been asked to find a solution for running an older, company-produced application independently on various Linux distributions. You've decided to use container technology to run the company application and are looking for a container management software package that meets the following requirements: The software must be able to build and manage images. The software must run only as the root user. Which of the following software packages BEST meets these requirements?

Docker

There are three types of virtualization environments. Match the virtualization type on the left with the description on the right. Virtualization types may be used more than once.

Full virtualization: The virtual machine completely simulates a physical computer system. Full virtualization: Operating systems do not need modification to run within virtual machines. Partial virtualization: Only some of the components of a virtual machine are virtualized. Hardware-Assisted Virtualization: Handles some of the virtualization processing the hypervisor would normally perform.

You are looking for an orchestration engine for your network containers that allows you to do the following: Monitor the health of containers with a notification in the case that they are not running properly. Manage updates, including rolling back updates if necessary. Which of the following gives you the ability to perform these tasks?

Kubernetes

What command line tool can you use to package your programs to run as a snap? (Select the correct answer from the drop-down list.)

Snapcraft


Set pelajaran terkait

GENERAL CONCEPTS AND PRINCIPLES OF TAXATION

View Set

Chapter 11 (communication channels)

View Set

Principals of Marketing 240.60 Chapter 2

View Set

African American History: Chapter 12 Test

View Set

Chapter 25: Acquired Conditions and Congenital Abnormalities in the Newborn; O'Meara: Maternity, Newborn, and Women's Health; PREPU Level 5

View Set

Ch.16: Disorders in Immunity REVIEW QUESTIONS

View Set