Does the port change when a TCP connection is accepted by a server?

Posted by zooropa on Stack Overflow See other posts from Stack Overflow or by zooropa
Published on 2010-06-08T13:38:21Z Indexed on 2010/06/08 14:02 UTC
Read the original article Hit count: 136

When a client connects to a server using TCP, a new socket is created for the TCP stream. Does the connection remain on the same port the connection was made or does it get changed to some other port?

© Stack Overflow or respective owner

Related posts about server

Related posts about network-programming