A physical host machine has four quad-core CPUs, 16GB of RAM, 1TB of hard drive space, and two 1Gbps NICs. If you need to create four Windows 2008 servers, what is the first bottleneck that you should upgrade?

a. CPU
b. RAM
c. Hard drive
d. NIC
Q


b. RAM

Computer Science & Information Technology

You might also like to view...

Which of the following will create the String r1 = "a TOYOTa"?

Consider the String below: String r = "a toyota"; a. String r1 = r.replace("toyot", TOYOT"); b. String r1 = r.replace('t','T'); r1 = r.replace('o','0'); r1 = r.replace('y','Y'); c. String r1 = r.replace('t','T').replace('o', '0').replace('y', 'Y'); d. String r1 = r.substring(2, 4).toUpperCase();

Computer Science & Information Technology

Most banks offer ________ on site, which provide many of the functions formerly provided by a person

A) wire transfers B) direct deposits C) currency converters D) ATMs

Computer Science & Information Technology

________ is a background color that appears behind text

A) Coloring B) Highlighting C) Shading D) Shadowing

Computer Science & Information Technology

The _____ contains the logic needed to reduce the size of the problem.

A. parameter list B. return statement C. base case D. general case

Computer Science & Information Technology