One feature of a capability-based protection system is the ability of one process to transfer a copy of a capability to another process. Describe a situation in which one process should be able to transfer a capability to another
What will be an ideal response?
Serially
executing
procedures:
Procedure
A
commences
an
activity,
then
invokes
and
passes
control
to
B,
with
control
never
to
return
to
B.
Procedure
A
needs
to
be
able
to
transfer
an
entire
capability
to
B.
Computer Science & Information Technology
You might also like to view...
What is the value of x after execution of the following code segment?
int ctr = 0; int x = 3; while (ctr < 2) { x = x + 4; ctr = ctr + 1; }
Computer Science & Information Technology
The acronym GUI stands for __________.
a. graphical user instrument b. graphics user interface c. graphical user interface d. graphics user instrument
Computer Science & Information Technology