Your company hosts multiple virtualized client servers on a single host. Management is considering adding a new host to create a cluster. The new host hardware and operating system will be different from the first host, but the underlying virtualization technology will be compatible. Both hosts will be connected to a shared iSCSI storage solution. What is your company MOST likely trying to

achieve?

A. Increased customer data confidentiality
B. Increased customer data availability
C. Increased customer data integrity
D. Increased security through provisioning


B
Explanation: Your company is most likely trying to achieve increased customer data availability. Clusters paired with iSCSI storage solutions improve availability.
The solution provided does not improve confidentiality or integrity. In addition, it does not provide increased security.

Computer Science & Information Technology

You might also like to view...

Handy spreadsheet software ____________________ include AVERAGE, SUM, PMT, STDEV and ROUND.

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

Computer Science & Information Technology

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first << " " << iter->second << endl; } ```

Computer Science & Information Technology

A(n) ________ list uses graphic elements to identify items in a list

Fill in the blank(s) with correct word

Computer Science & Information Technology

In which panel does speech analysis appear?

What will be an ideal response?

Computer Science & Information Technology