Introduction - If you have any usage issues, please Google them yourself
Network Programming
Topics in this section include:
• What a socket is
• What you can do with a socket
• The difference between TCP/IP, UDP/IP and Multicast sockets
• How servers and clients communicate over sockets
• How to create a simple server
• How to create a simple client
• How to create a multithreaded server