Question
Which IPC mechanism commonly connects the output of one related process to the input of another using a byte stream?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Ordinary pipe
Explanation:
An ordinary pipe provides a byte-stream channel often used between related processes such as a parent and child.
It is not a memory-protection or storage-allocation structure.
Leave a Reply