What Windows Server 2016 feature leverages the storage contained on a network of servers and adds a new level of fault tolerance to server storage because fault tolerant volumes can now be spread among multiple servers?

A. Storage Replica
B. Storage Spaces
C. Storage Spaces Direct
D. Storage Console


Answer: C

Computer Science & Information Technology

You might also like to view...

MC Which of the following results in a fatal logic error?

a) attempting to add numbers that have not been converted from string format. b) dividing by zero. c) forgetting a colon in an if structure. d) All of the above.

Computer Science & Information Technology

Given the class below, tell to what value the default constructor initializes the data member. Name this initialization technique and give another way to write the constructor.

``` class A { public: A(); private: int a; }; A::A() : a(17) { //deliberately empty } ```

Computer Science & Information Technology

Describe the purpose of change management.

What will be an ideal response?

Computer Science & Information Technology

A query within a query is using the technique called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology