TCP Servers
Most TCP servers are concurrent i.e. separate process to handle each client - for ease of connection management
Server listens to well-known port.
- Socket pair distinguishes connections
- A separate “endpoint” in the ESTABLISHED state is associated with each connection
- One endpoint is used to listen (LISTEN state) for new connections