An organization wants to move non-essential services into a cloud computing Environment. Management has a cost focus and would like to achieve a recovery time objective of 12 hours. Which of the following cloud recovery strategies would work BEST to attain the desired outcome?

A. Duplicate all services in another instance and load balance between the instances.
B. Establish a hot site with active replication to another region within the same cloud provider
C. Set up a warm disaster recovery site with the same cloud provider in a different region.
D. Configure the systems with a cold site at another cloud provider that can be used for failover.


Answer: C. Set up a warm disaster recovery site with the same cloud provider in a different region.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) Consider a reference declared in the following manner. ``` Animal a; ``` This reference may only point to an object that created by instantiating the Animal class. 2) Let Animal be an interface. Then it is possible to create an object by instantiating the Animal interface. 3) The compareTo method of the Comparable interface returns a boolean value. 4) Compile-time binding is more efficient than dynamic binding 5) A parameter to a method can be polymorphic.

Computer Science & Information Technology

What information is most important to describing a network?

What will be an ideal response?

Computer Science & Information Technology

To check whether a CGI program works, you can test the URL in your Web browser. Which of the following directories should you save the program to on your Web server before you check the URL in your Web browser?

A. bin B. cgi-bin C. cgi D. scripts

Computer Science & Information Technology

The process of naming program variables and assigning a type to them is called ____ variables.

A. initializing B. declaring C. identifying D. proclaiming

Computer Science & Information Technology