medium
Single Answer
0

Which of the following access control methods grants permissions based on the user’s position in the organization?

Answer Options

A

MAC

B

RBAC

C

DAC

D

ABAC

Correct Answer: B

Explanation

Role- based access control (RBAC) grants permissions based on the user’s position within the organization. Mandatory access control (MAC) uses security classifications to grant permissions. Discretionary access control (DAC) allows data owners to set permissions. Attribute-based access control (ABAC) considers various attributes such as location, time, and computer, in addition to username and password.