News

Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket (node) listens on a particular port at an IP, while other socket reaches out to the other to ...
4.Listen: It puts the server socket in a passive mode, where it waits for the client to approach the server to make a connection. 5.Accept: It extracts the first connection request on the queue of ...