A user is trying to install new software on their company-issued computer but receives an error message stating they do not have sufficient rights. A help desk technician explains that, for security reasons, only certain accounts have the ability to install software. This security practice is a common example of differentiating between which two types of accounts?
This scenario illustrates the difference between an administrator account and a standard user account. Administrator accounts have elevated privileges that include the ability to install software and change system settings. Standard user accounts are intentionally limited in their permissions to prevent unauthorized changes and reduce the risk of malware causing system-wide damage. This aligns with the principle of least privilege, where users are only given the access necessary to perform their regular duties.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are some advantages of Discretionary Access Control (DAC)?
Open an interactive chat with Bash
Can you explain how Role-Based Access Control (RBAC) differs from DAC?
Open an interactive chat with Bash
What is Mandatory Access Control (MAC), and how does it work?