Stream socket
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (May 2008) |
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. SCTP can also be used for stream sockets.
[edit] See also
- Datagram socket
- XMLSocket, which allows ActionScript to communicate via stream sockets.