Security Architecture第 33 / 100 题
Which principle grants users only the minimum access needed to perform their job?
a.Least privilege
b.Separation of duties
c.Defense in depth
d.Implicit deny
解析
Least privilege limits each user or process to only the permissions required for its role. This shrinks the attack surface and limits damage from compromised accounts. Regular access reviews keep privileges aligned with need.
免费刷完整 100 道题库 — 无需注册。
同考点相关题目
- In cloud computing, which concept defines who is responsible for securing which layers of the stack?
- Which technology allows multiple isolated operating systems to run on a single physical host?
- Which approach packages an application with its dependencies to run consistently across environments while sharing the host OS kernel?
- A firewall rule set ends with a rule that blocks anything not explicitly permitted. This is called:
- Which design ensures a system has no single point of failure by duplicating critical components?
- Which term describes an isolated environment where suspicious code can be executed and analyzed safely?