Multiple Choice
How does a system typically handle messages sent to a migrating process?
A) All messages must be sent to the receiving node once migration starts; all messages sent to the sending node are lost.
B) The sending node creates a dummy process that receives messages for the migrating process. Once migration completes, the sending and receiving nodes inform other nodes of the process's new location. The dummy process forwards messages to the migrated process, and the sending node terminates the dummy process.
C) All messages are sent to the sending node, which forwards the messages to the new node and informs the message's sender of the process's new location.
D) The sending node creates a message queue to hold all messages destined for the migrating process. Once migration completes, the sending and receiving nodes inform other nodes of the process's new location. The sending node forwards the messages in the message queue to the receiving node and destroys its instance of the process.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Consider a system containing 18 processors and
Q9: In which type of environment is a
Q10: A separate kernels multiprocessor organization is more
Q11: An adaptive lock is a mutual exclusion
Q12: _ is the most fault-tolerant type of
Q14: Master/slave multiprocessor organizations _.<br>A) exhibit high fault
Q15: _ is an example of a responsibility
Q16: A page that is _ is a
Q17: In which type of environment would static
Q18: A system might decide to migrate a