A method used to establish IPC between processes of the parent and child.
- Children share the same pipe. Allows for child-parent process communication

- Pipes are unidirectional. You can read and write from the same pipe
A method used to establish IPC between processes of the parent and child.
