Which of the following grants users and systems a predetermined level of access?
A. Accountability
B. Authentication
C. Authorization
D. Assurance
Answer: C
Explanation: Authorization involves granting user and systems a predetermined level of access to information and resources. Accountability is the process of tracing actions to their source. Assurance is defined as the processes, policies, and controls used to develop confidence that security measures are working as intended. Authentication is the positive identification of the person or system seeking access to resources.
You might also like to view...
A(n) ____________________ is a network of robot, or zombie, computers, which can harness their collective power to do considerable damage or send out huge amounts of junk e-mail.
Fill in the blank(s) with the appropriate word(s).
Assume int[] scores = {1, 20, 30, 40, 50}, what value does java.util.Arrays.binarySearch(scores, 3) return?
a. 0 b. -1 c. 1 d. 2 e. -2