slide 17 of 37
TCP Sockets
-
Berkeley Sockets, TCP protocol (
SOCK_STREAM
)
-
Send byte stream through a connection
-
Read/write just get/put byte sequences
-
Buffering can delay transmission, but improves performance
by avoiding multiple small transmissions
-
Transmission is reliable
-
Used by most UNIX network utilities