Multiple choice technology architecture

Which of the following is used to make access control decesions ?

  1. Resource manager

  2. Reference monitor

  3. Suspended program

  4. Access control matrix

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The reference monitor is the security concept that mediates all accesses to objects by subjects, making access control decisions. It enforces security policies by checking each access request against authorization rules. Resource managers handle resource allocation, suspended programs are inactive processes, and access control matrix is a model for organizing permissions, not the decision mechanism itself.