Socket Data Transfer

Most of the work performed by the sockets layer is in sending and receiving data. The sockets layer itself does not impose any structure on data transmitted or received through sockets. Any data interpretation or structuring is logically isolated in the implementation of the protocol family.

Once a connection is established between sockets, an application program can send and receive data.

Topics


[Back: Socket Options]
[Next: Sending and Receiving Data]