Which of the following statements best describes data duplication?
A. The process of copying data to another drive weekly
B. The process of copying data to a second location that is available for immediate use
C. The process of copying and storing data that could be restored to its original location
D. The process of copying data to the cloud
Answer: B
Explanation: Data replication is the process of copying data to a second location with the data available for immediate use without the need of restoring it.
You might also like to view...
Are broad long-term hopes that are clear and concise
What will be an ideal response?
What is k after the following block executes?
{ int k = 2; nPrint("A message", k); } System.out.println(k); a. 0 b. 1 c. 2 d. k is not defined outside the block. So, the program has a compile error