C++ Network Programming Part 1: Sockets

Part 1 on Sockets: Part 2 on TCP and UDP: 0:00 Introduction 0:58 Introduction to WinSock 3:06 OSI Model 7:25 Client-Server Architecture 9:20 IP Addresses 13:26 Ports 16:12 Creating a Socket Illustration 23:47 Seven Steps of a Server 24:56 Five Steps of a Client 25:57 Server Step 1 - Load DLL 32:52 Server Step 2 - Create Socket 39:25 Server Step 3 - Bind Socket 47:23 Server Step 4 - Listen 50:54 Server Step 5 - Accept 55:13 Client Step 3 - Connect 1:01:38 Exercise - Setting up the Server 1:09:19 Exercise - Setting up the Client 1:12:41 Exercise - Connecting Client and Server
Back to Top