Socket and Port in TCP
A unique connection is a combination of 5 things that are TCP protocol, Source IP, Source Port, Destination IP and Destination Port; in short called a Tuple. A TCP listens on ONE port and communicate on that same port. If the client (Source IP) wants to make different TCP connections to a server; the client […]