c - How does a server distinguish multiple connections from a single client? -
i doing c programming on client server socket examples. lets server listens on port80, client on port 4321. tuple used distinguish between multiple connections. how server distinguish between connections same client? mean there multiple apps client accessing same server on same port.
can please explain?
thanks
two clients cannot use same port. if 1 client uses port 4321 other has use different port.
Comments
Post a Comment