Respuesta :

The use of ordinary pipes is effective when you want to establish communication between two processes on the same machine. The use of named pipes is more suitable when you want to establish communication with a network.

What is a pipe?

Corresponds to a unidirectional communication technique between processes with a common ancestor in Linux and UNIX operating systems. Each pipe is able to communicate by sending a sequence of bytes to the other system.

Therefore, to communicate with a network, it is necessary to use named pipes that are used for requests from other processes similar to TCP/IP ports.

Find out more information about computer programming here:

https://brainly.com/question/23275071