Concept Flow - Inter-process communication (pipes, shared memory)
Process A wants to send data
Choose IPC method
Pipes
Write data
Data flows
Process B reads data
Communication complete
This flow shows how two processes communicate by choosing either pipes or shared memory, then sending and receiving data.