Social Sciences, asked by pMahajan897, 1 year ago

Pipe provides a way of communication among processes. Which one of the following statements does not hold true for pipe?
(1) Ordinary pipes provide a simple communication mechanism between a pair of processes. Once a named pipe is established, several processes can use it for communication.
(2) In named pipes, communication can be bidirectional.
(3) No parent-child relationship is required in ordinary pipes.
(4) None of the above

Answers

Answered by Anonymous
0

Hey Mate!

✓✓ Your Answer ✓✓

################

Good Question

**********************

Option : 1)

_____________________

Pipe provides a way of communication among processes. Which one of the following statements does not hold true for pipe?

(1) Ordinary pipes provide a simple communication mechanism between a pair of processes. Once a named pipe is established, several processes can use it for communication.

.........

Answered by mindfulmaisel
3

option (3) is correct

Explanation:

  • A pipe acts as a conduit, allowing two processes to communicate. Pipes were one of the first IPC mechanisms in early UNIX systems. They typically provide one of the simpler ways for processes to communicate with one another.

  • Ordinary pipes allow communication between parent and child processes.

  • while named pipes permit unrelated processes to communicate.

  • In named pipes, communication can be bidirectional.

hence, option (3) is correct

Similar questions