1) Create a directory in the system. 2) Create a file for server and client with .c extension. 3) Write the code accrodingly in the server and client files. 4) Run the server file first in the cmd. 5) After getting the output of the server.c then open a new tab in cmd and compile the client.c file. 6) Hello message from client will be displayed in the server side output.