Socket is an end point communication between two systems on a network. Socket is a combination of IP address an port on one system. socket(int domain, int type, int protocol) => creates an unnamed socket inside the kernel and returns … Continue reading