ocr: Server Client Open a socket (socket) Name the socket Open a socket (bind) (socket) Listen for incoming Connect to server client connections (connect) (listen) Accept client connections (accept) Send and receive data Send and receive data (send receive) (send receive) Close connection Close connection (close) (close)