A company recently received accreditation for a secure network, In the accreditation letter, the auditor specifies that the company must keep its security plan current with changes in the network and evolve the systems to adapt to new threats. Which of the following security controls will BEST achieve this goal?

A. Change management
B. Group Policy
C. Continuous monitoring
D. Credential management

Answer: D. Credential management

Computer Science & Information Technology

You might also like to view...

Explain the difference between method overloading and method overriding.

What will be an ideal response?

Computer Science & Information Technology

Identify the types of register data dependencies in the following piece of code;

L1: mul r2, r3, r4
L2: add r3, r2, r4
L3: add r4, r2, r4
L4: sub r3, r4, r3

Computer Science & Information Technology