Continuation of server and client communication via a pipe. Server and client, in this case are a parent and child created by the fork() command. Pipe is used as an emulation of socket between real server and client. Pipe is a method of passing arguments from client to server and vice versa.