This module implements basic socket framework for end point communication between client and server. A socket is a communication mechanism that allows client/server systems to be developed either locally, on a single machine, or across networks. The socket mechanism can implement multiple clients attached to a single server. The Socket API was used using <sys/socket.h>
Client Server Communication