Describe the two types of recovery objectives you should build for each production database under different risk scenarios.

What will be an ideal response?


Recovery time objective (RTO)-The amount of downtime that should be expected by the business before the system is restored; for a single database, this may vary depending on the type of risk.

Recovery point objective (RPO)-The maximum amount of data that may be lost; this is expressed as a time frame (e.g., loss of up to one hour of changes to the database) rather than as a quantity of data.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is not true of a constructor and destructor of the same class?

a. They both have the same name aside from the tilde (~) character. b. They are both usually called once per object created. c. They both are able to have default arguments. d. Both are called automatically, even if they are not explicitly defined in the class.

Computer Science & Information Technology

By default, the Ribbon is automatically visible is Word 2010

Indicate whether the statement is true or false

Computer Science & Information Technology

Draw a flowchart for the program fragments (no need to show start and stop)

``` DO UNTIL n = 3 LET sum = sum + n LET n = n + 1 LOOP ```

Computer Science & Information Technology

A Java ______ specifies behaviors that are common to a group of classes.

a) package b) final class c) interface d) subclass

Computer Science & Information Technology