Comments
www.cs.tau.ac.il/~davidraz/courses/comnet06/.../CN-recitation01.ppt
Posted by crouse
www.ube.ege.edu.tr/~erciyes/CENG321/socket.ppt
Posted by crouse
SOCK_STREAM essentials
1. a.k.a. TCP sockets
2. Reliable delivery
3. In-order guaranteed
4. connection-oriented
5. Bidirectional
SOCK_DGRAM essentials
1.UDP sockets
2.unreliable delivery
3.no in-order guarantees
4.no notion of “connection”
5.can send and receive
Posted by Sarvesh