medium
Single Answer
0Jim wants to ensure that users who are located in his organization’s London office have access to the building. What type of access control scheme should he select to best fit this specific need?
Answer Options
A
Rule BAC
B
ABAC
C
Role BAC
D
MAC
Correct Answer: B
Explanation
Attribute-based access control (ABAC) provides access based on attributes like location, age, rank, or other attributes of a user. Rule-based access control uses defined rules to make access decisions. Role-based access control uses a user’s role in an organization to make access control decisions, and mandatory access control (MAC) enforces access control using centralized control.