What are the essential Types of Socket?
ravi 26-October-2007 05:13:23 PM

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



Posted: 26-October-2007 05:34:35 PM By: Sarvesh

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: 07-September-2009 02:38:11 PM By: crouse

www.ube.ege.edu.tr/~erciyes/CENG321/socket.ppt

Posted: 07-September-2009 02:41:11 PM By: crouse

www.cs.tau.ac.il/~davidraz/courses/comnet06/.../CN-recitation01.ppt