Question
Which IPC model exchanges discrete messages through send and receive operations?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Message passing
Explanation:
Message passing transfers information as messages using operating-system communication primitives.
It is especially useful when processes do not share an address space.
Leave a Reply