A storage system that uses high-speed networking technologies to give servers fast access to large amounts of shared disk storage
What will be an ideal response?
Storage area network (SAN)
You might also like to view...
The ____ dialog in a browser allows you to view the pages you have visited in the last user-defined number of days.?
A. ?bookmarks B. ?history file C. ?cookies D. ?cache
You need to enable Client Hyper-V on a virtual machine; what feature do you need to use?
A. tunneling protocol B. live migration C. nested virtualization D. Hyper-V replica
You can encrypt someone else's files for a different user
Indicate whether the statement is true or false
Which of the following would define a two dimensional structure to store temperature during three periods of a day for seven days?
A. int [ , ] temp = new int [7, 3]; B. int [ , ] temp = new int [6, 2]; C. int temp[7] [3 ] = new temp [7] [3]; D. int temp[6] [2 ] = new temp [6] [2];