What are the two model of interprocess communication?
Answers
Answered by
0
Different Models of Interprocess Communication. Interprocess communication is the mechanism provided by the operating system that allows processes to communicate with each other.
Thank you pls... Mark my answer as brainliest
Answered by
1
Answers: Two models of interprocess communication are:
(i) Share Memory Access
(ii)Message Passing
Explanation:
In shared memory access two process use shared memory area to communicate to each other. The main disadvantage in this is incosistency of data. For ex. one process reading data from shared memory which is not available.
In Message passing system two processes communicates throw messages.
Similar questions