The security administrator at your company suggests that auditing is configured on all servers. Management decides to make this part of the company's security policy. Which tenet will this cover?
A. Confidentiality
B. Integrity
C. Availability
D. Accountability
D
Explanation: Configuring auditing on all servers will cover the accountability tenet. Auditing is used to log certain actions that are performed by users. Administrators can then review these logs to provide user accountability.
You might also like to view...
If the printf function is passed a character array that is not null terminated it will:
a. cause a syntax error b. print the contents of the character array and stop c. print the contents of the character array and keep printing characters in memory until it encounters a null character d. the behavior is system dependent e. none of the above
Which of the following statements about the switch statement is false?
a. You can use Strings in a switch statement’s controlling expression. b. You can use a String in a switch statement's case label. c. You can use a comma-separated list of Strings in a switch statement’s case label. d. You cannot use a String in a switch statement’s default case label.