Jump to user comments
virtual connection between processes. Sockets interface
facilities. They can be of two types, stream (bi-directional)
or
datagram (fixed length destination-addressed messages).
The socket library function socket() creates a communications
to access that socket. The socket has associated with it a
socket address, consisting of a
port number and the local
host's network address.
(1995-01-31)