Explain the meaning of CONNECT socket primitive.
The connect Primitive:
Clients utilize procedure connect to establish connection with an exact server.
The form is connect (socket, saddress, saddresslen)
Argument socket is the descriptor of a socket upon the client's computer to utilize for the connection. Argument saddress is a sockaddr structure which identifies the server's address and protocol port number. Argument saddresslen identifies the length of the server's address measured in octets.