During an office move a sever containing the employee information database will be shut down and transported to a new location. Which of the following would BEST ensure the availability of the employee database should happen to the server during the move?
A. The contents of the database should be encrypted; the encryption key should be stored off-site
B. A hash of the database should be taken and stored on an external drive prior to the move
C. The database should be placed on a drive that consists of a RAID array prior to the move
D. A backup of the database should be stored on an external hard drive prior to the move
Answer: D. A backup of the database should be stored on an external hard drive prior to the move
You might also like to view...
Why is it better to use su to become the super-user than to simply login as “root?”
What will be an ideal response?
Create a class ShuffleCipher that implements the interface MessageEncoder, as described in Exercise 15. The constructor should have one parameter called n. Define the method encode so that the message is shuffled n times. To perform one shuffle, split the message in half and then take characters from each half alternately. For example, if the message is “abcdefghi”, the halves are “abcde” and “fghi”. The shuffled message is “afbgchdie”. Hint: You may wish to define a private method that performs one shuffle.
What will be an ideal response?
VBA code within a database can be secured by providing a separate ________
A) username B) password C) key D) keyword
Name the JavaScript event where the visitor clicks the form's reset button or presses the Return or Enter key while focused on the button.
a. onsubmit b. onselect c. onreset d. onchange e. onclick