Computer Science, asked by bunty2307, 11 months ago

Explain what message passing and shared memory is in inter-process communication

Answers

Answered by Anonymous
2

Answer:

Explanation:

In shared memory model, memory is shared by cooperating processes, which can exchange information by reading and writing data but in message passing communication takes place by means of messages exchanged between the cooperating processes. Shared memory helps run processes concurrently but message passing cannot

Answered by Anonymous
0

Explanation:

Shared memory helps run processes concurrently but message passing cannot

Similar questions