Domain 4- Virtualization and Cloud Computing

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

Question 1: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 should you use? · DaaS · PaaS · IaaS · SaaS

1 Explanation Infrastructure as a Service (IaaS) delivers infrastructure to the client, such as processing, storage, networks, and virtualized environments. The client deploys and runs software without purchasing servers, data center space, or network equipment. Software as a Service (SaaS) delivers software applications to the client either over the Internet or on a local area network. Platform as a Service (PaaS) delivers everything a developer needs to build an application onto the cloud infrastructure. The deployment comes without the cost and complexity of buying and managing the underlying hardware and software layers. Data as a Service (DaaS) stores and provides data from a centralized location without the need for local collection and storage.

Question 10: Google Cloud, Amazon Web Services, and Microsoft Azure are some of the most widely used cloud storage solutions for enterprises. Which of the following factors prompt companies to take advantage of cloud storage? (Select TWO.) · Need for a platform as a service for developing applications · Growing demand for storage · Need for a software as a service for managing enterprise applications · Need to bring costs down · Need for a storage provider to manage access control

10 Explanation Some of the most widely used cloud storage for enterprises are Google Cloud, Amazon Web Services, and Microsoft Azure. Because of the growing demand for storage and desire to bring costs down, many companies have been taking advantage of cloud storage.

Question 11: Which of the following statements about virtual NICs are true? (Select TWO.) · The type of NIC installed in the physical machine determines the type of virtual NIC that is emulated. · Virtual NICs need the appropriate driver installed to function. · Virtual NICs don't have a MAC address. · Virtual NICs can communicate only with other virtual NICs. · Multiple virtual NICs can be added to a virtual machine.

11 Explanation Within each virtual machine, you can configure one or more virtual network interfaces, which function in much the same manner as physical network interfaces. Virtual interfaces use Ethernet standards to transmit and receive frames on the network. The operating system within the virtual machine must have the appropriate driver installed to support the virtual network interface, just as with a physical network interface.When you configure a virtual network interface within a virtual machine's configuration, you can specify: · The type of physical network interface to emulate. This allows for the best possible driver support by the operating system within the virtual machine. · A MAC address. Most hypervisors automatically assign a MAC address to each virtual network interface. However, some hypervisors allow you to use a custom MAC address, if needed. · The network to connect to. Most hypervisors allow you to define many different virtual networks. · When you configure a virtual network interface, you will select which virtual network you want it to be connected to.

Question 23: You want to be able to monitor and filter VM-to-VM traffic within a virtual network. What should you do? · Implement a virtual firewall within the hypervisor. · Route VM-to-VM traffic through a physical firewall and back to the virtual network. · Define VLAN memberships on each VM. · Create a virtual router with VRF technology.

23 Explanation Virtualized hosts are susceptible to the same network exploits as physical network hosts and need to be protected by a firewall. By implementing a virtual firewall within the hypervisor itself, you can monitor and filter traffic on the virtual network as it flows between virtual machines. While routing VM-to-VM traffic through a physical firewall would work, it is very inefficient. A virtual router with VRF is used to create multiple networks from a single router interface. Configuring VLAN membership would not allow you to monitor and filter traffic.

Question 12: Which of the following are true concerning the Virtual Desktop Infrastructure (VDI)? (Select TWO) · User desktop environments are provided by individual desktop systems instead of by remote servers. · User desktop environments are centrally hosted on servers instead of on individual desktop systems. · In the event of a widespread malware infection, the administrator can reimage user desktops by pushing an image out to each user desktop system over the network. · Roaming profiles must be configured to allow mobile users to keep their same desktop environment across systems. · In the event of a widespread malware infection, the administrator can quickly reimage all user desktops on a few central servers.

12 Explanation Virtual Desktop Infrastructure (VDI) is a service that hosts user desktop environments on centralized servers. Users access their desktops from low-end systems over a network connection using a remote display protocol such as Remote Desktop or VNC. This allows users to access their desktop environment with their applications and data from any location and from any client device. Roaming profiles are not needed. VDI provides administrators with a centralized client environment that is easier and more efficient to manage. For example, if a widespread malware infection hits multiple user desktops, the affected systems can be quickly reimaged on the VDI server. There is no need to push large images down to client systems over the network.

Question 13: Which term refers to a software implementation of a computer system that executes programs like a physical machine? · Physical host · Virtual machine · Workload management · Hypervisor

13 Explanation A virtual machine is a software implementation of a computer system that executes programs like a physical machine. A virtual machine functions as a self-contained and autonomous system. A hypervisor is a thin layer of software that resides between the virtual operating system(s) and the hardware. The physical host is the actual hardware that the hypervisor software runs on. Workload management relates to the portability of virtual machines.

Question 14: Match the virtualization implementations on the left with the appropriate characteristic on the right. Each type of implementation may be used once, more than once, or not at all. · The virtual machine completely simulates a physical computer system. o Full virtualization · Operating systems do not need modification to run within virtual machines. o Full virtualization · Only some of the components of a virtual machine are virtualized. o Partial virtualization · Guest operating systems directly access hardware resources in the hypervisor host system. o Paravirtualization

14 Explanation In full virtualization, the virtual machine completely simulates a real physical host. This allows most operating systems and applications to run within the virtual machine without being modified in any way. In partial virtualization, only some of the components of the virtual machine are virtualized. The operating system uses some virtual components and some real physical hardware components in the actual device where the hypervisor is running. In paravirtualization, the hardware is not virtualized. All of the guest operating systems running on the hypervisor directly access various hardware resources in the physical device; components are not virtual.

Question 15: Cloud services can also offer virtual network infrastructures, which include a variety of virtual components.Match each virtual component on the left with the appropriate description on the right. (Each component may be used only once.) · Uses Ethernet standards to transmit and receive frames on the network o Virtual network interface · Implemented within the hypervisor to monitor and filter traffic on the virtual network as it flows between virtual machines o Virtual firewall · Can be defined within the virtual switch and associated with specific hosts o Virtual VLAN · Can support multiple networks on each of its interfaces, unlike the physical version o Virtual router · Builds a table that identifies which MAC addresses are connected to each of its ports o Virtual switch

15 Explanation Virtual network interfaces--one or more virtual network interfaces can be configured within each virtual machine. Virtual interfaces function in much the same manner as physical interfaces. Virtual interfaces use Ethernet standards to transmit and receive frames on the network. The operating system within the virtual machine must have the appropriate driver installed to support the virtual network interface, just as with a physical network interface.Virtual switches--allow one virtual machine to communicate with another in much the same way that a physical switch allows physical hosts to communicate with each other. A virtual switch functions in the same manner as a physical switch: after initially coming online, a virtual switch floods each frame it receives until it builds a table that identifies which MAC addresses are connected to each port.Virtual routers--unlike a physical router, a virtual router can support multiple networks on each router interface. A different routing table is used for each network. This is useful in situations where multiple virtual networks exist on the same physical network. As with physical routers, a routing protocol is used by the virtual router to route data between networks.Virtual firewalls--virtual hosts are susceptible to the same network exploits as physical network hosts and need to be protected by a firewall. Protecting communications between virtual hosts is challenging because the data never leaves the virtual network, so it can't be protected with a physical firewall. One strategy is to implement a virtual firewall within the hypervisor to monitor and filter traffic on the virtual network as it flows between virtual machines.Virtual VLANs--most virtual switch implementations support VLANs. You can define VLANs within a virtual switch and associate specific hosts with a specific VLAN. However, because virtual hosts are not physically connected to switches with cables, VLAN membership is defined within the configuration of each virtual machine.

Question 16: You have been tasked with designing a workstation that will run VMware Workstation virtualization software. It will be used by a software engineer to run virtual machines for application development and testing. Which criteria should be included in your design for this system? (Select TWO.) · HTPC form factor · Video card with HDMI output · 64-bit processor with eight cores · RAID 5 disk array · RAM configured to run in quad-channel mode

16 Explanation Virtual machines place a very heavy load on the host system's RAM and CPU. Therefore, the most important criteria to be included in the design for this workstation would be: · RAM configured to run in quad-channel mode · 64-bit processor with 8 cores A video card with HDMI output and an HTPC form factor would be more appropriate for a home theater system. A RAID 5 disk array would be appropriate for a virtualization workstation, but is less important than the choice of processor and RAM.

Question 17: You need to provide DHCP and file share services to a physical network. These services should be deployed using virtualization. Which type of virtualization should you implement? · Virtual servers · Virtual desktops · Virtual networks · Network as a Service (NaaS)

17 Explanation Server virtualization runs multiple instances of a server operating system on a single physical computer. With server virtualization, you can migrate servers on older hardware to newer computers, or add virtual servers to computers with extra unused hardware resources. Virtual desktops do not provide DHCP services. Virtual networks allow virtual servers and desktops to communicate with each other, and they can also allow communication (via the host operating system) to network devices out on the physical network. Network as a Service (NaaS) servers and desktops that are all virtualized and managed by a contracted third party.

Question 18: A technician is unable to install virtualization software on a host computer. The host has more free disk space than required. Which of the following is MOST likely to be the cause? · The motherboard UEFI/BIOS doesn't support hardware assisted virtualization. · There is insufficient physical memory on the host to support both the host and the VM. · The CPU doesn't have multiple core processors. · There is no auxiliary hard drive to store the VM files.

18 Explanation Most virtualization software requires that the motherboard UEFI/BIOS supports hardware assisted virtualization. While a CPU with multiple core processors will increase performance, it is not usually a requirement for virtualization software. Virtualization software may require a minimum amount of physical memory. However, it is not likely that it would not install if there were not enough memory to support both the host and any VM. While placing VM files on an auxiliary hard drive may increase performance, it is unlikely to be a requirement to install the virtualization software.

Question 19: Rachel, an employee in the support department, wants to run a virtual machine on her computer from which she can troubleshoot customer issues. Which of the following must you complete before virtualization will work on her computer? · Flash the computer's BIOS to add virtualization support. · Install the extra hard disk from the new virtual machine will run on. · Install additional memory. · Enable virtualization support in the BIOS settings.

19 Explanation For virtualization to work on Rachel's PC, you must ensure that the virtualization support is enabled in the BIOS settings. Some CPUs will have Virtualization Support turned on by default, and others will not. Although additional memory will increase performance of a computer using virtualization, it may not be required depending on the amount of memory currently installed. Likewise, an additional hard disk may be advantages in storing or running virtual machines, but they are not a requirement. Most modern CPUs support virtualization and do not require the BIOS to be flashed.

Question 2:Which of the following cloud computing solutions delivers software applications to a client either over the internet or on a local area network? · PaaS · IaaS · DaaS · SaaS

2 Explanation Software as a Service (SaaS) delivers software applications to the client either over the internet or on a local area network. Infrastructure as a Service (IaaS) delivers infrastructure to the client, such as processing, storage, networks, and virtualized environments. The client deploys and runs software without purchasing servers, data center space, or network equipment. Platform as a Service (PaaS) delivers everything a developer needs to build an application onto the cloud infrastructure. The deployment comes without the cost and complexity of buying and managing the underlying hardware and software layers. Data as a Service (DaaS) stores and provides data from a centralized location without the need for local collection and storage.

Question 20: You use a 64-bit version of Windows 10 Professional on your desktop computer. This system has a 500 GB hard disk installed and 4 GB of system RAM. Using Hyper-V, you plan to test a network design that will have multiple virtual servers and virtual workstations. Does your system meet the requirements for the test you plan to run? · No. You must be running the 64-bit version of Windows 10 Enterprise to meet the requirements for Client Hyper-V. · Yes. Your system meets the minimum requirements for running Client Hyper-V. · No. Hyper-V can only be implemented on Windows Servers. · No. You need more RAM if you plan to run multiple virtual machines using Client Hyper-V.

20 Explanation If you plan to run multiple virtual machines, your Windows 10 Professional or Enterprise system needs far more than the minimum requirement of 4 GB of RAM for Hyper-V. Virtual machines use the physical RAM that is installed on the host machine. For example, if you're running four virtual machines, and if each has been assigned at least 1 GB of RAM to maintain a decent level of performance, a host machine that only has 4 GB of RAM will not have any RAM left for its own operating system.System requirements for Client Hyper-V include the following: · A 64-bit CPU · A modern Intel and AMD microprocessor that includes Second Level Address Translation (SLAT) technology · Virtualization enabled in the BIOS/UEFI configuration · At least 4 GB of RAM in the system (however, much more RAM than this will be required if you choose to run multiple virtual machines)

Question 21: Which type of VHD file allocates additional physical disk space in the file as virtual disk storage is used? · Dynamically expanding · Fixed size · Thick provisioned · VHDX

21 Explanation A dynamically expanding disk allocates physical disk space in the VHD file as virtual disk storage is used by the system. The size of the VHD file grows as more disk space is used. This disk type makes the most efficient use of hard disk space. However, be aware that it is possible for the physical disk to run out of space as the VHD file size grows. A fixed disk occupies a set amount of hard disk space. Thick provisioning is, essentially, the same technology as fixed disk; however, this terminology is not commonly used when working with VHD files. VHDX is an improved version of the traditional VHD file format used by newer versions of Hyper-V.

Question 22: You currently use a Windows 7 Ultimate desktop system. You have been asked to evaluate Windows 10 as a possible upgrade for the Windows 7 systems you manage. You decide to install Windows 10 in a VHD file on your Windows 7 system. To ensure that the evaluation is realistic, you need to ensure the best possible performance. Which type of VHD file should you use? · VHDX · Dynamically expanding · Thin provisioned · Fixed size

22 Explanation A fixed disk VHD file occupies a set amount of hard disk space on the physical hard disk. The size of the virtual hard disk file is the total storage capacity of the virtual disk. The entire disk size, including empty space within the virtual hard disk, is reserved on the physical disk. This disk type takes longer to create than other disk types. However, performance is improved because the entire virtual disk is a contiguous block. A dynamically expanding disk allocates physical disk space in the VHD file as virtual disk storage is used by the system. This disk type makes the most efficient use of hard disk space. However, it does not provide the same level of performance as a fixed disk VHD file. Thin provisioning uses essentially the same technology as a dynamically expanding disk. However, this terminology is not commonly used when working with VHD files. VHDX is an improved version of the traditional VHD file format used by newer versions of Hyper-V.

Question 24: You need to create a virtualization environment on your Windows 10 system using Client Hyper-V to test potentially rogue applications that end users' downloads from the internet. Because the applications may be malicious, you need to isolate the virtual machines from your production network and the host system; however, you need the virtual machines to be able to communicate with each other. Which type of virtual network should you implement? · An external virtual network · An internal virtual network · A private virtual network · A bridged virtual network

24 Explanation You should implement a private virtual network on your Windows 10 system. A private virtual network allows communication only between virtual machines on the same host. A private virtual network is not bound to a physical network adapter. A private virtual network is isolated from all external network traffic on the virtualization host and any network traffic between the host operating system and the external network. This type of network implementation allows you to create a sandbox environment that is very useful for protecting your network from testing or troubleshooting on a virtual host. An internal virtual network is used to allow communication between virtual machines on the same virtualization host and between virtual machines and the host operating system. An external virtual network is used to provide virtual machines with access to a physical network, allowing them to communicate with externally located servers and clients. A bridged network is another term for an external virtual network.

Question 25: What key advantage does a virtual router have over a physical router? · Allows the Virtual Router Redundancy Protocol (VRRP) to be used. · Multiple networks can be connected to a single interface. · Faster routing performance. · Routing protocols are not needed to route data between networks.

25 Explanation The key advantage of a virtual router is it can support multiple networks on a single router interface. It does this by using a different routing table for each network. Physical routers are limited to a single network on each interface. Like physical routers, virtual routers use routing protocols to route data between networks. The Virtual Router Redundancy Protocol is used by physical routers to specify backup routers in the case of a failure. Virtual routers do not offer significant performance increases.

Question 26: You have configured a virtual network that includes the following virtual components: · Four virtual machines (Virtual OS1, Virtual OS2, etc.) · One virtual switch The virtual switch is connected to a physical network to allow the virtual machines to communicate with the physical machines out on the physical network. Given the port configuration for the virtual switch and the physical switch in the table below, click on all of the virtual and physical machines that Virtual OS1 can communicate with.

26 Explanation Virtual OS1 can communicate with the following machines: · Virtual OS2 · Virtual OS3 The virtual switch port configuration allows these three virtual machines to communicate as if the machines were part of a real, physical network. Virtualized networks allow virtual servers and desktops to communicate with each other, and can also allow communication (via the host operating system) to network devices out on the physical network. Virtual networks typically include the following components: · Virtual switches allow multiple virtual servers and/or desktops to communicate on virtual network segments and/or the physical network. Virtual switches are often configured in the hypervisor. · Virtual network adapters are created and assigned to a desktop or server in the hypervisor. o Multiple network adapters can be assigned to a single virtual machine. o Each network adapter has its own MAC address. o Each network adapter is configured to connect to only one network at a time (i.e., a virtual network or the physical network, but not both). Virtual OS4 and all of the other Physical OS machines are configured to communicate on the physical network.

Question 27: Which component is most likely to allow physical and virtual machines to communicate with each other? · Virtual desktop · Virtual switch · VHD · Host operating system

27 Explanation Virtual switches allow multiple virtual servers and/or desktops to communicate on virtual network segments and/or the physical network. Virtual switches are often configured in the hypervisor. A virtual hard disk (VHD) is a file that is created within the host operating system and simulates a hard disk for the virtual machine. A physical machine (also known as the host operating system) has the actual hardware in place on the machine, such as the hard disk drive(s), optical drive, RAM, motherboard, etc. A virtual desktop is a virtual machine in a software implementation of a computer that executes programs like a physical machine.

Question 28: Which term describes the layer of software that resides between the virtual operating system and the physical hardware it runs on in a virtualization environment? · Workload management · Hypervisor · Virtual hard disk · Virtual machine

28 Explanation A hypervisor is a thin layer of software that resides between the virtual operating system(s) and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A hypervisor manages access to system resources such as: · CPU · Storage · RAM A virtual machine is a software implementation of a computer system that executes programs like a physical machine. A Virtual hard disk is a disk file used by a virtual machine. Workload management relates to the portability of virtual machines.

Question 29: Which term describes the layer of software that resides between the virtual operating system and the physical hardware it is running on in a virtualization environment? · Hypervisor · Virtual hard disk · Virtual machine · Workload management

29 Explanation A hypervisor is a thin layer of software that resides between the virtual operating system(s) and the hardware. A hypervisor allows virtual machines to interact with the hardware without going through the host operating system. A hypervisor manages access to system resources such as: · CPU · Storage · RAM A virtual machine is a software implementation of a computer system that executes programs like a physical machine. A Virtual Hard Disk is a disk file used by a virtual machine. Workload management relates to the portability of virtual machines.

Question 3: Which of the following best describes the Platform as a Service (PaaS) cloud computing service model? · PaaS delivers infrastructure to the client, such as processing, storage, networks, and virtualized environments. · PaaS stores and provides data from a centralized location without the need for local collection and storage. · PaaS delivers everything a developer needs to build an application onto the cloud infrastructure. · PaaS delivers software applications to the client either over the internet or on a local area network.

3 Explanation Platform as a Service (PaaS) delivers everything a developer needs to build an application onto the cloud infrastructure. The deployment comes without the cost and complexity of buying and managing the underlying hardware and software layers. Software as a Service (SaaS) delivers software applications to the client either over the internet or on a local area network. Infrastructure as a Service (IaaS) delivers infrastructure to the client, such as processing, storage, networks, and virtualized environments. The client deploys and runs software without purchasing servers, data center space, or network equipment. Data as a Service (DaaS) stores and provides data from a centralized location without the need for local collection and storage.

Question 4:Match each cloud computing definition on the left with the appropriate characteristic on the right. Each characteristic may be used once, more than once, or not at all. · Provides resources to a single organization. o Private cloud · Combines public, private, and community cloud resources from different service providers. o Hybrid cloud · Designed to be shared by several organizations. o Community cloud · Provides computing resources that are accessible by the general public. o Public cloud · Keeps one organization data separate and secure from any other organization using the same service provider. o Private cloud

4 Explanation In a public cloud, computing resources such as platforms, applications, and storage are made available to the general public by a cloud service provider. A private cloud provides resources to a single organization. The cloud service provider ensures the organization's data is kept separate and secure from any other organization using the same service provider. A community cloud is designed to be shared by several organizations. A hybrid cloud combines public, private, and community cloud resources from different service providers.

Question 5: When referring to cloud computing, what does the term cloud mean? · It is a metaphor for a data storage service with an ever-growing capacity, like storm clouds. · It refers to the virtual hardware that cloud computing is built on. · It is the name of an operating system that is very flexible and easy to use so anyone can design, build, and provide cloud services, such as Infrastructure as a Service, Platform as a Service, and Software as a Service. · It is a metaphor for the internet based on the basic cloud drawing used to represent the telephone network.

5 Explanation The term cloud is a metaphor for the internet based on the basic cloud drawing used to represent the telephone network. It is now used to describe the internet infrastructure in computer network diagrams. Question 6: What type of resources offer the following advantages? · Flexibility of access · Ease of use · Self-service provisioning of resources · API availability · Metering of services · Ability to try out software applications

Question 7: You have a virtual machine and have installed the Windows 10 operating system on it. You want this machine to be able to communicate with the physical network using a bridged connection over the physical host's network adapter. Which of the following connection types will you use when configuring the virtual switch in Hyper-V Manager? · Physical network · Private network · External network · Internal network

7 Explanation You must use the external network connection type when you configure the virtual switch in Hyper-V Manager. This connection type allows the virtual machine to communicate with the physical network using a bridged connection over the physical host's network adapter. An internal network connection only allows the virtual machine to communicate with the host machine and other virtual machines running on the same host. A private network connection allows virtual machines running on the same host to communicate with each other, but not with the host.

Question 8: What are the main types of cloud services? · Infrastructure cloud services · External cloud services · Software cloud services · Internal cloud services · Platform cloud services

8 Explanation The two main types of cloud services are: · Internal cloud services, which are located within the private network of an organization. · External cloud services, which are located outside an organization's private network.

Question 9:A company has subscribed to a cloud service that offers cloud applications and storage space. Through acquisition, the number of company employees quickly doubled. The cloud service vendor was able to add cloud services to these additional employees without requiring hardware changes. Which of the following cloud concepts does this represent? · Resource pooling · On-demand · Measured service · Rapid elasticity

9 Explanation Rapid elasticity describes the cloud provider's ability to increase or decrease service levels to meet customer needs without requiring hardware changes. Measured service refers to the way cloud services are measured or metered for billing purposes or according to a service level agreement. An on-demand cloud service is available to user at any time. Cloud services providers use resource pooling to supply services to multiple customers using shared physical resources


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

Section 12 Quiz Database Programming With SQL

View Set

EMT - Prehospital Emergency Care: Part 2: Anatomy, Physiology, and Medical Terminology: Chapter 7: Anatomy, Physiology, and Medical Terminology

View Set

Football (soccer) Vocabulary Nouns

View Set

A&P Ch 9: The Nervous System: The Brain & Cranial Nerves

View Set

ISTQB - Automation - 1.1 Purpose of Test Automation

View Set