Socket Programming in C/C++.
In this video I have discussed about the accept system call. Accept system call can be used to accept the new connection request by the client. The accept call returns a new socket descriptor on which server gets the new service requests over the network and further communication with client only takes place using that socket only.