CERTIFIED-IN-CYBERSECURITY · Question #684
What is the purpose of access controls in cybersecurity?
The correct answer is C. To ensure that only authorized individuals are able to access specific resources, systems, or data. Access controls enforce the principle of least privilege by ensuring only authorized individuals can access specific resources, systems, or data (C). They are a fundamental security mechanism covering authentication (verifying identity) and authorization (granting permissions)…
Question
What is the purpose of access controls in cybersecurity?
Options
- ATo limit the number of users in a system
- BTo improve system performance
- CTo ensure that only authorized individuals are able to access specific resources, systems, or data
- DTo prevent software attacks
How the community answered
(54 responses)- A2% (1)
- B2% (1)
- C93% (50)
- D4% (2)
Explanation
Access controls enforce the principle of least privilege by ensuring only authorized individuals can access specific resources, systems, or data (C). They are a fundamental security mechanism covering authentication (verifying identity) and authorization (granting permissions). Option A is a misconception - access controls manage who has permission, not simply limit user count. Option B (system performance) is unrelated to access control's security purpose. Option D (preventing software attacks) is the role of antimalware, firewalls, and patching - not access controls specifically.
Topics
Community Discussion
No community discussion yet for this question.