Role-based access control (RBAC) is a common method for _______ in large systems.
- Authorization
- Authentication
- Encryption
- Decryption
Role-based access control (RBAC) is a common method for authorization in large systems. It defines access levels based on a user's role within an organization. The correct option aligns with the purpose of RBAC.
Loading...
Related Quiz
- What are CSS preprocessors and why are they used in web development?
- You're designing a responsive website. Which CSS technique would you use to ensure the layout adjusts according to the screen size?
- What is a merge conflict in version control systems like Git?
- You're designing a software system where you need to model different types of vehicles. Explain how you would utilize OOP concepts such as inheritance and polymorphism in this scenario.
- The Strategy design pattern defines a family of _______ algorithms and encapsulates each one, making them interchangeable.