What is the difference between a privilege and a role?
What will be an ideal response?
A privilege is the ability to perform a specific action or read a specific property. Examples include powering on a virtual machine and creating an alarm. A role, however, is a collection of privileges. Roles provide a way to aggregate all the individual privileges that are required to perform a higher-level task, such as administering a virtual machine.
You might also like to view...
Which statement is generally false?
a) Initializing pointers is optional. b) Dereferencing an uninitialized pointer could lead to a fatal execu-tion time error. c) Deferencing an uninitialized pointer could accidentally modify im-portant data. d) Derefencing an uninitialized pointer causes a syntax error.
Which of the following is not one of the three phases that a program is typically split into using pseudocode?
a) termination phase b) initialization phase c) processing phase d) action phase