システム管理者は、ユーザーの責任に基づいて、ユーザーがデータにアクセスできないようにしたいと考えています。また、管理者は、必要なアクセス構造を簡略化された形式で適用したいと考えています。管理者は、次のどれをサイト回復リソース グループに適用する必要がありますか?
正解:A
RBAC stands for Role-Based Access Control, which is a method of restricting access to data and resources based on the roles or responsibilities of users. RBAC simplifies the management of permissions by assigning roles to users and granting access rights to roles, rather than to individual users. RBAC can help enforce the principle of least privilege and reduce the risk of unauthorized access or data leakage. The other options are not as suitable for the scenario asRBAC, as they either do not prevent access based on responsibilities, or do not apply a simplified format. References: CompTIA Security+ Study Guide: Exam SY0-701, 9th Edition, page 133 1