What is the main distinction between an incident response plan and a disaster response plan?
A. One is used to recover from intrusions, while the other is used to recover from malicious code infections.
B. One prevents harm, while the other deters harm.
C. One seeks to detect attacks, while the other seeks to record details of an attack.
D. One focuses on protecting assets from being harmed, while the other focuses on restoring assets after harm has occurred.
Answer: D. One focuses on protecting assets from being harmed, while the other focuses on restoring assets after harm has occurred.
You might also like to view...
What is a good way to learn the names of different features in Word?
A) Hover your mouse over a button to view its description. B) Double click on a button to see its description. C) Right click on a button to see its description. D) Click on different buttons randomly.
If a problem of size n requires time that is directly proportional to n, the problem is ______.
a. O(1) b. O(n) c. O(n2) d. O(log2 n)