InterviewSolution
Saved Bookmarks
| 1. |
(A)0.625(B)0.725(C)0.775(D)0.825 |
|
Answer» Answer: (D) Explanation: Threat = Probability that an attack will occur = 0.25 Security = Likelihood of repelling an attack = 0.30 We know that integrity = (1-threat*(1-security)) = (1-0.25(1-0.30)) =1-0.175 =0.825 |
|