4 Server-side programming

On the server side, it takes some preparation to start to listen to incoming connection requests from clients.

 4.1 The socket call
 4.2 The bind call (more like a spell)
 4.3 The listen call
 4.4 The accept call