Which of the following is NOT an advantage of a Storage Area Networks (SANs)?

A. Scalability
B Ability to leverage legacy investments
C. Availability
D. Easier physical security

B
Explanation: The inability to leverage legacy investments is one of the disadvantages of SANs.

Computer Science & Information Technology

You might also like to view...

The following 4 lines of C++ code, use strings.

``` string firstName; // Define a string object char lastName[7]; // Define a C-string firstName = "Abraham"; // Assign a value to the string object lastName = "Lincoln"; // Assign a value to the C-string ```

Computer Science & Information Technology

Failure to release resources when the program is no longer using them can cause .

a) buffer overflows b) resource leaks c) exceptions d) None of the above.

Computer Science & Information Technology