In the context of Inter-Process Communication (IPC), what does a 'pipe' do?
A. It blocks unauthorized external network incoming data packets.
B. It defragments the master storage drive blocks.
C. It routes the standard output of one process directly into the standard input of another process.
D. It amplifies audio outputs to peripheral speakers.
Answer: Option C
Solution (By JKExamLibrary)
A pipe is an IPC mechanism that channels the data output sequence of one system process into the data input stream of another process.
This question belongs to:
Computer
Operating Systems
No comments yet. Be the first to start the discussion!