Introduction - If you have any usage issues, please Google them yourself
1. create a simple SOCKET programming flow as follows for a connected socket programming server: 1) creating a socket (socket) 2) binding the socket to a local address and port (bind) 3) setting the socket to be a listening mode, ready to accept the client