In the context of security, what does the principle of "least privilege" mean?
- Giving users the fewest privileges necessary to perform their tasks
- Giving users all possible privileges
- Giving administrators fewer privileges than regular users
- Giving privileges based on user seniority
The principle of "least privilege" means giving users the fewest privileges necessary to perform their tasks. This reduces the risk of unauthorized access and potential security breaches. The other options do not align with this security principle.
Loading...
Related Quiz
- How can you destructure nested properties in objects using JavaScript?
- Where should you ideally store your static files like images, CSS, and JavaScript in an Express.js project?
- Which of the following is the primary goal of input sanitization?
- What is the first line of defense against injection attacks in web applications?
- You are designing a microservices architecture where different services need to access shared data. How would you implement caching to ensure data consistency across services?