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 default STP hello BPDU interval?

A) 10 seconds B) 2 seconds C) 5 seconds D) 30 seconds

Computer Science & Information Technology

After a finally block has finished executing (and there are no exceptions to be handled), ________.

a. control proceeds to the first statement after the finally block. b. control returns to the throw point. c. the application exits. d. control proceeds to the first statement after the last catch block.

Computer Science & Information Technology