|
|
|
|
What's a Socket?When a client program wishes to connect to a host machine, on a specific port number, using TCP, it makes a connection request using a socket. A socket is a low-level communication mechanism on which other, higher level, protocols are based. Sockets are both client-side and server-side.
|
| The page was last updated February 19, 2008 |