What is a disaster recovery plan? What are the key features?
What will be an ideal response?
A disaster recovery plan is a comprehensive statement of all actions to be taken before, during, and after a disaster, along with documented, tested procedures that will ensure the continuity of operations. The essential features are: providing second site backup, identifying critical applications, backup and off-site storage procedures, creating a disaster recovery team, and testing the disaster recovery plan.
PTS: 1
You might also like to view...
Alice function_______ takes three arguments—the direction of the movement, the amount of the movement in meters and the amount of time the movement should take in seconds.
a) Movement. b) Move. c) MakeMove. d) None of the above.
Use XSI message queues to implement a request system with two classes of requests: normal priority and high priority.Design the server to handle high-priority requests beforenormal-priority requests.
What will be an ideal response?
At the beginning of any method, it is the programmer's responsibility to ____ all variables that must start with a specific value.
A. internalize B. setup C. clear D. initialize
Which Validation Rule specifies that the date entered occurs before 2009?
A) <#01/01/2009# B) #<01/01/2009# C) <01/01/2009 D) BEFORE 2009