PT2 Objective 4.0 Virtualization-MISSED/GUESSED

Primary tabs

No Description Set

Bookmark to learn: Login to use bookmarks.

Bookmark to learn: Login to use bookmarks.

Add to collection ... add PT2 Objective 4.0 Virtualization-MISSED/GUESSED to your collections:

Help using Flashcards ...just like in real life ;)

  1. Look at the card, do you know this one? Click to flip the card and check yourself.
  2. Mark card Right or Wrong, this card will be removed from the deck and your score kept.
  3. At any point you can Shuffle, Reveal cards and more via Deck controls.
  4. Continue to reveal the wrong cards until you have correctly answered the entire deck. Good job!
  5. Via the Actions button you can Shuffle, Unshuffle, Flip all Cards, Reset score, etc.
  6. Come back soon, we'll keep your score.
    “Repetition is the mother of all learning.”
  7. Signed in users can Create, Edit, Import, Export decks and more!.

Bookmark to learn: Login to use bookmarks.

Share via these services ...

Email this deck:

Right: #
Wrong: #
# Right & # Wrong of #

You are developing a web based application. You have decided that the storage of all media files for the application should be at an S3 storage location rather than with your web host. Which type of an account do you need to create to use S3 for storage?

Amazon
[An Amazon account is required to use AWS (Amazon Web Services). S3 (Simple Storage Service) is one of the most popular and oldest offerings in AWS. S3 is used for object based storage in the cloud.]

You are working on a project that requires virtualizing an operating system (OS) for an end user to test an application. It has been requested that you use a type-2 hypervisor to accomplish this. Which of the below would fulfill that requirement?

KVM
[KVM is an open-source Linux-based type-2 hypervisor that is used with most Linux operating systems including Ubuntu, Debian, and SUSE. A type-2 hypervisor installs on top of a host operating system and does not have direct access to the underlying hardware.]

You need to do some application testing. You have a Windows 10 desktop and decide to use Hyper-V to create virtual environments to test the applications in. You do not want the guest virtual machines to be able to communicate with any other physical system on the network: however, communication between the guests and the hosts is allowed. Which type of virtual switch should you create in Hyper-V?

Internal
[An internal switch created with Microsoft Hyper-V is a switch that is usable by the guest virtual machines and the host. For example, with this type of switch a Linux guest and a Windows guest could communicate with each other and with the host, but not any other physical machines on the network.]

Which of the following is NOT a system requirement for a Hyper-V host?

X86
[X86 is a 32-bit processor (CPU) technology. Hyper-V guest virtual machines (VM) can be 32-bit. However, the host requirement is 64-bit architecture.]

Modern guest virtual machine disk images created with Microsoft Hyper-V have what file extension?

vhdx
[A vhdx file extension is associated with newer Hyper-V virtual machine disk images. Originally the file extension was vhd. The change between the two types brought many improvements, the most notable being a capacity increase. A vhd has a limit of 2 TB whereas a vhdx has a limit of 64 TB]

With Microsoft Hyper-V, different types of virtual switches can be created. Which switch type is only usable by the guest virtual machines on the Hyper-V host?

Private
[With this type of switch a Linux guest and a Windows guest could communicate with each other but not with the host or any other physical machines on the network.]