Logical Layout Of A TCP Client Translate the logical address of a server into an IP address. Create a socket (see below) to support a connection to the server. Connect to the server using the translated IP address and the server's port. Send requests to the server over the socket, and receive responses, possibly showing them to the user. Close the connection when done.