Question
click below
click below
Question
Normal Size Small Size show me how
ITC 191
Week 9 (9.04, 11.08 - .09)
Question | Answer |
---|---|
Private cloud | Provides resources to single organization |
Hybrid cloud | Combines public, private, and community cloud resources from different services providers |
Community cloud | Designed to be share by several organizations |
Public cloud | Provides computing resources that are accessible to general public |
Private cloud | Keeps an organization's data separate and secure from any other organization using the same service provider |
Which of the following BEST describes a community cloud implementation? | Designed to be shared by several organizations |
Company currently has on-premises cloud solution that provides services to its employees/ However, company would like to begin offering some services to public from the cloud. Which of the following cloud computing solutions would best meet your company's | Hybrid cloud |
You were recently hired by a small startup 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 company's current size but would also be able to scale as t | laaS |
Which of the following BEST describes Platform as a Service cloud computing service model? | PaaS delivers everything a developer needs to build an application on existing cloud infrastructure |
What does the term cloud mean when referring to cloud computing? | Metaphor for internet based on the basic cloud drawing used to represent a telephone network |
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 for these additional employees with | Rapid elasticity |
Which of the following cloud computing solutions delivers software applications to client either over the internet or on a local area network? | SaaS |
Your company cloud service currently provides data storage, processing, and network connectivity that hosts several services and applications used by your employees. You want to transition to a cloud service that provides many of these services and applic | Saas with simple multi-tenancy implementation |
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? | Growing demand for storage; Need to bring costs down |
Host machine | Provides hardware necessary to create a virtualized environment |
Hypervisor | Thin layer of software that resides between virtual machine and hardware |
Virtual machine | Software implementation of a computer |
Virtual hard disk | File created to store data |
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 | Sandbox virtualization |
What is another name for virtual machines? | Guest operating systems |
You want to create virtual machine environment in which you can develop and test new software. Which virtualization benefit BEST describes testing environment that you wan to implement? | Sandbox |
You want to create virtualization environment that runs directly on host machine's hardware to manage the virtual machines. Which of the following virtualization types should you use? | Type 1 hypervisor |
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 requireme | VDI |
While creating 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? | Select NIC using virtual switch manager |
Which of following accurately describes hypervisor? | Allows virtual machines to interact directly with the hardware; A layer of software that resided between the virtual operating system and the hardware |
Which of the following factors significantly determine the number of virtual machines that a host can accommodate? | What has been allocated by the Hyper-V manager; The components installed on host machines |
What are the benefits of installing integration services on Hyper-V Windows virtual machine? | Lets you cut and paste between virtual machine and host; Dramatically improves performance by installing Hyper-V aware drivers |
Which tool would you use to configure the paging file location and size on a Windows system? | Advanced System Settings in Control Panel |
Which aspects of virtual memory can you configure on a Windows workstation? | The paging file's maximum size; The paging file's location |
You want to improve the performance of your virtual memory in Windows. Which of the following is a step you can take to do this? | Configure the paging file to be divided between two drives |
Which of the following is generally accepted rule for manually setting initial and maximum paging file size? | One and a half times the size of the physical RAM for the initial size and three times for the maximum size |
You notice that your applications are loading and running slowly when you switch between them, You also notice that your hard disk drive light is constantly lit. Which of the following is BEST option to stop this problem from happening frequently on your | Install more physical RAM |
What happens in Windows when physical RAM is being used to its full capacity and user runs new application? | Kernel moves the data from an app not currently being accessed from RAM to paging file |
Which of the following is another name for the paging file? | Virtual memory |
Which configuration change could you make to the paging file to BEST increase system performance given that this Windows 11 system has 16 GB of system RAM and three hard disks installed? | Adding paging files to E: and F: volumes |
You have been having trouble with your laptop crashing. You would like you computer to create a memory dump file when it crashes. Where should you place the paging file? | On the system volume |
Which of the following is simulated memory that is created through paging file on hard drive? | Virtual memory |