Which of the following are the common access control mechanisms?
-
Hierarchies
-
Lists
-
Both 1 and 2
-
None of these
C
Correct answer
Explanation
Common access control mechanisms include hierarchical approaches (like protection rings or multilevel security) and list-based approaches (like Access Control Lists). These represent two fundamental paradigms for managing permissions. Hierarchies organize by privilege levels, while lists enumerate explicit permissions.