Which of the following is a basic difference between DAS and NAS?
A. NAS requires fibre channel; DAS does not.
B. NAS is faster than DAS when using NFS.
C. DAS operates its own OS; NAS does not.
D. DAS is directly connected to a server; NAS is connected via IP networking.
Answer: D. DAS is directly connected to a server; NAS is connected via IP networking.
Computer Science & Information Technology
You might also like to view...
The timer in PowerPoint Presenter View displays the running time, a pause timer, and a reset timer options
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following function declarations correctly expect an array as the first argument?
a. void f1(int array, int size); b. void f1(int& array, int size); c. void f1(int array[100], int size); d. void f1(float array[], int size); e. All of the above f. C and D g. A and B
Computer Science & Information Technology