Introduction - If you have any usage issues, please Google them yourself
Network program and procedures biggest difference is the network program is divided into two parts: the client and server side. The network program is a server-side first start, waiting for a client connection. General server-side is bound to a port listener, until a client sent the request.