An administrator is determining hardware requirements for a new, virtualized test environment. The vendor requires 8Gb of RAM for each host and 2Gb of RAM for each guest. If the server has a total of 32Gb of RAM, which of the following describes how many hosts and guests the server can support?

A. 4 hosts and 0 guests
B. 2 hosts and 8 guests
C. 1 host and 12 guests
D. 1 host and 16 guests


Answer: C. 1 host and 12 guests

Computer Science & Information Technology

You might also like to view...

Review the previous labs. List one or more command lines in each of the following categories: a command line with zero arguments, one argument, two arguments, one option, and one option and one argument.

What will be an ideal response?

Computer Science & Information Technology

If NEW_TIME is a constant equal to 86400, which of the following will set a cookie to expire in a day?

a. ``` time() + NEW_TIME ``` b. ``` time() + NEW_TIME + 1 ``` c. ``` time() + (NEW_TIME * 24) ``` d. ``` time() = NEW_TIME + 24 ```

Computer Science & Information Technology

What is the contrast ratio in relationship to an LCD?

A) The maximum angle you can view the LCD and still see the entire image B) The measurement of light intensity between the brightest white and the darkest black C) The amount of light the monitor can produce D) The time it takes a pixel to change colors

Computer Science & Information Technology

The four general techniques that firewalls use to control access and enforce the site's security policy are: service control, direction control, user control, and __________ control. ?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology