In addition to RAID 0, what type of RAID configuration is available for Windows XP, 2000, and NT servers and workstations?

a. RAID 1
b. RAID 4
c. RAID 2
d. RAID 5


ANSWER: a

Computer Science & Information Technology

You might also like to view...

Suppose we write a function for a class which is not supposed to change any data members in the class. When we test the class, we get a runtime error. After tracking down the source of the runtime error, we realize that this function mistakenly changed the value of a data member. To make things easier, we should have:

A. passed parameters into the function using const reference B. declared all the data members as constant (using const at the front of their declarations) C. used const at the end of the function prototype D. used a Peterson Language Modifier

Computer Science & Information Technology

Which OSI layer is responsible for adding a header that includes routing information?

What will be an ideal response?

Computer Science & Information Technology

What are two safeguards used by 802.11n that can protect against interference caused by channel bonding?  (Choose two.)

A. convolutional coding rate B. Dynamic Frequency Selection C. Phased Coexistence Operation D. variable guard interval

Computer Science & Information Technology

To match any number of characters, you would use the ________ wildcard character

Fill in the blank(s) with correct word

Computer Science & Information Technology