what does role - based access control aim to ...

what does role - based access control aim to achieve? limit permissions based on administrative roles. increase the number of administrators. reduce the complexity of permissions. allow all users equal access.

Answer

# Brief Explanations: Role - based access control (RBAC) groups users into roles and assigns permissions to those roles. This simplifies permission management by reducing the complexity of directly assigning permissions to individual users. It doesn't aim to increase the number of administrators or give all users equal access. While it limits permissions based on roles, it's not just administrative roles but all defined roles in an organization. # Answer: C. Reduce the complexity of permissions.