Question
Which IPC model lets processes communicate by reading and writing a region mapped into both address spaces?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Shared memory
Explanation:
Shared memory exposes a common memory region that cooperating processes access directly.
After setup, data exchange can occur without a kernel call for every individual item.
Leave a Reply