previous | start | next

TCP Servers and Clients

Initially:
A server process waits for connection
Note that the port number is used to name processes. Because the client establishes communication, it does not need a well-known port number, and so an unused one (> 1023) is randomly allocated by the TCP software, eg:
Server and client processes


previous | start | next