Question 79
Explanation
Which of the following interprocess communication model is used to exchange messages among co-operative processes?
Answer : 3. Shared memory and message passing model Explanation
Previous | Next |
UGC NET CS December 2019 - Question 78 | UGC NET CS December 2019 - Question 80 |
-
Independent process: It is not affected by the execution of other processes
-
Co-operating process: It can be affected by other executing processes.
Interprocess communication (IPC) method which will allow them to exchange data along with various information among co-operative processes.There are two primary models used for interprocess communication (communication among the processes) :
-
Shared Memory Model
-
Message Passing Model for sender and receiver process
So, option 3 is correct answer