Stream socket
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (May 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
In computer networking, a stream socket is a type of internet socket which provides a connection-oriented, sequenced, and unduplicated flow of data without record boundaries, with well-defined mechanisms for creating and destroying connections and for detecting errors.
This internet socket type transmits data on a reliable basis, in order, and with out-of-band capabilities.
Traditionally, stream sockets are implemented on top of TCP so that applications can run across any networks using TCP/IP protocol.