6.4.8 Practice Questions TestOut PC Pro

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

You have been tasked with creating a new software application and test the development of the software. You want an environment that can be isolated from the production network for the development and testing. What virtualization feature will BEST meet your application development requirements? Answer Cross-platform virtualization Application virtualization Sandbox virtualization Hardware optimization

Sandbox virtualization Explanation Sandbox virtualization is the process of creating an isolated testing environment. Virtualization lets you easily create a sandbox by isolating components from the production network. Using a virtualized sandbox (sometimes known as a playground) gives you a safe place to create new software, test software development, install new software, or upgrade existing software without risking the production network. Application virtualization is the process of installing and accessing applications virtually to help reduce licensing costs, increase accessibility for local and remote employees, and make it easier to install and maintain applications. Cross-platform virtualization is the process allowing an operating system to access an application designed to run on a different operating system. Hardware optimization is the process of making the most efficient use of physical hardware. For example, instead of being idle, the processor is optimized to process several tasks at a time.

You want to create a virtualization environment that runs directly on the host machine's hardware to manage the virtual machines. Which of the following virtualization types should you use? Answer Container virtualization Type 2 hypervisor VDI Type 1 hypervisor

Type 1 hypervisor Explanation A hypervisor is a virtualization component that allows virtual machines to interact with hardware on the host machine. Type 1 runs directly on the host machine's hardware to manage the guest VMs. Type 2 runs on an operating system to manage the guest VM(s) and does not run directly on the host machine's hardware. A VDI (virtualization desktop infrastructure) is designed to be the end user's main computer system, which can be accessed from something like a tablet or thin client. In addition, a VDI can be hosted by a cloud service provider. A VDI does not run directly on the host machine's hardware. Container virtualization is focused on providing a virtual environment for a single application and requires a host machine operating system to run.

Which of the following accurately describes a hypervisor? (Select two.) Answer A layer of software that resides between the virtual operating system and the hardware. Controls the number of virtual machines a host can accommodate. Allocates the storage space for a virtual machine. Manages access to software programs on the host. Allows virtual machines to interact directly with the hardware.

Allows virtual machines to interact directly with the hardware. A layer of software that resides between the virtual operating system and the hardware. Explanation A hypervisor is a thin layer of software that resides between the virtual operating system and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. The hypervisor does not allocate the storage space for a virtual machine, control the number of virtual machines a host can accommodate, or manage access to software programs on the host.

What is another name for virtual machines? Answer Hypervisors Guest operating systems Sandbox Host machines

Guest operating systems Explanation With virtualization, you can pool multiple operating systems on the same physical hardware. Each OS runs independently and runs its own set of applications. These independent operating systems are called virtual machines, or VMs. You will also hear them called guest operating systems. A host machine has the hardware necessary to run a virtualized environment with virtual machines. A host machine is not the virtual machine itself. A hypervisor is a thin layer of software that resides between the virtual machine and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A hypervisor is not the virtual machine itself. Sandboxing is a benefit of using a virtual machine to run tests without impacting the production environment. Sandboxing is not the virtual machine itself.

What are the benefits of installing integration services (IS) on a Hyper-V Windows virtual machine? (Select two.) Answer Lets you cut and paste between the virtual machine and host. Lets you select a NIC if you have configured an external virtual network. Lets you increase the amount of RAM used by the virtual machine. Makes it possible to decrease the virtual machine storage space. Dramatically improves performance by installing Hyper-V aware drivers.

Lets you cut and paste between the virtual machine and host. Dramatically improves performance by installing Hyper-V aware drivers. Explanation The following are benefits of installing IS on a Hyper-V Windows virtual machine: Dramatically improves VM performance by installing (in the VM) modified disk, network, and mouse drivers that are Hyper-V aware. Lets you cut and paste between the host and guest Windows operating systems installed within VMs. The ability to increase the amount of RAM used by the virtual machine is a fundamental feature of a Hyper-V virtual machine. It is not a feature of IS. Virtual Switch Manager is the Hyper-V utility that allows you to select a NIC if you are configuring an external virtual network. Virtual machine storage space is almost impossible to decrease without destroying the virtual machine. Installing IS does not change that limitation.

Listen to exam instructions Match each virtualization component on the left with the appropriate description on the right. Each type of component may be used once, more than once, or not at all. Drag Host machine Hypervisor Virtual machine Virtual hard disk Drop Provides the hardware necessary to create a virtualized environment. A thin layer of software that resides between the virtual machine and hardware. A software implementation of a computer. A file created to store data. Allows virtual machines to interact with hardware.

Provides the hardware necessary to create a virtualized environment. Host machine A thin layer of software that resides between the virtual machine and hardware. Hypervisor A software implementation of a computer. Virtual machine A file created to store data. Virtual hard disk Allows virtual machines to interact with hardware. correct answer: Hypervisor Explanation The following are descriptions of the virtualization components: A host machine provides the hardware necessary to create a viable, virtualized environment. A hypervisor is a thin layer of software that resides between the virtual operating system and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A virtual machine is a software implementation of a computer that execute programs like a physical machine. A virtual hard disk is a file created within the host operating system that simulates a hard disk for storing data.

You want to create a virtual machine environment in which you can develop and test new software. Which virtualization benefit BEST describes the testing environment that you want to implement? Answer Sandbox Hardware virtualization Hypervisor Cross-platform virtualization

Sandbox Explanation Because a virtual machine is easy to delete or create, you can run tests without permanent impact, giving you a playground (or sandbox) to create and test new software. Virtualization can provide access to software running on a different OS from the host machine. This is known as cross-virtualization, but does not describe the advantage of having a testing (or sandbox) environment. Hardware virtualization describes the ability to use your physical hardware efficiently, but does not describe the advantage of having a testing (or sandbox) environment. A hypervisor is a thin layer of software that resides between the virtual operating system (VM) and the hardware (think of it as a type of OS for the host machine). A hypervisor is a component of the virtualization environment, not a benefit of virtualization.

While creating a virtual machine, you decide to set it up to use an external network. What else do you need to do to enable the eternal network configuration? Answer Make sure that you are using a Type 1 hypervisor. Configure the virtual machine to use Remote Desktop Protocol (RDP). Set the RAM on the virtual machine to match the host. Select a NIC using the virtual switch manager.

Select a NIC using the virtual switch manager. Explanation If you choose an external network configuration, you need to use the virtual switch manager to select a NIC. Matching the RAM on the host and configuring the virtual machine to use RDP are not requirements for enabling an external network configuration. A Type 1 hypervisor acts as an OS on a physical host machine. The type of hypervisor (Type 1 or Type 2) does not impact the external virtual network configuration.

Which of the following factors significantly determine the number of virtual machines that a host can accommodate? (Select two.) Answer The VHD file you want to use. What has been allocated by the Hyper-V manager. The components installed on host machine. Installation of integration services (IS) on the virtual machine. The number of software applications installed on the host machine.

The components installed on host machine. What has been allocated by the Hyper-V manager. Explanation The number of virtual machines a host can accommodate depends on the components installed on the host machine and what has already been allocated by the Hyper-V manager. The number of software applications installed on the host machine, the VHD file you want to use, and the installation of IS have little or no impact on determining the number of virtual machines that a host can accommodate.

As the network engineer for a large financial institution, you have been given the responsibility to provide a new financial desktop to the financial advisors in all company branch offices. The requirements for the software desktop include: It must be a virtualization solution. It must be hosted in the cloud by a third party. It must run on a tablet. Which of the following virtualization types BEST meets your desktop software requirements? Answer VDI Container virtualization Type 1 hypervisor Type 2 hypervisor

VDI Explanation A VDI (virtualization desktop infrastructure) is designed to be the end user's main computer system, which can be accessed from something like a tablet or thin client. In addition, a VDI can be hosted by a cloud service provider. A hypervisor is a virtualization component that allows virtual machines to interact with hardware on the host machine. Type 1 runs directly on the host machine's hardware to manage the guest VM(s). Type 2 runs on an operating system to manage the guest VM(s). These virtualization types do not determine whether a virtualized software desktop must run on a desktop or be hosted in the cloud. Container virtualization is focused on providing a virtual environment for a single application. In this scenario, you need to have multiple application tools running on a single desktop.


संबंधित स्टडी सेट्स

Ch 35 Assessment of Immune Function

View Set

Bacteria and Archaea: The Prokaryotic Domains Ch. 26

View Set

MICROBIOLOGY LECTURE AND LAB FINAL REVIEWS

View Set

The Crucible Acts 1 and 2 Study Guide.

View Set

Unit 4 Lead Generation and Advertising

View Set

Yearbook Copy: Traditional Copy records the event of the year

View Set

Practice Guidelines on Nonrestorative Treatments for Carious Lesions

View Set