Explain Connection Setup (SOCK STREAM) in socket programming? jacobb 26-October-2007 06:29:19 PMComments www.ece.tamu.edu/~reddy/ee602_00/socket_tutorial.pdf Posted by crouse remus.rutgers.edu/cs352/F02/lectures/sockets.pdf Posted by crouse www.unix.com/...programming/106672-c-http-socket-programming.html Posted by crouse www.jukie.net/~bart/slides/socket-intro/socket-intro.ps Posted by crouse download it from one of the unix-socket-faq www pages: http://www.ibrado.com/sock-faq ... Posted by waqasahmad 1. Recall: no connection setup for SOCK_DGRAM 2. A connection occurs between two kinds of participants - passive: waits for an active participant to request connection - active: initiates connection request to passive side 3. Once connection is established, passive and active participants are “similar” - both can send & receive data - either can terminate the connection Posted by Aadarsh |
Posted: 26-October-2007 06:39:24 PM By: Aadarsh 1. Recall: no connection setup for SOCK_DGRAM 2. A connection occurs between two kinds of participants - passive: waits for an active participant to request connection - active: initiates connection request to passive side 3. Once connection is established, passive and active participants are “similar” - both can send & receive data - either can terminate the connection | |
Posted: 30-December-2008 11:53:21 PM By: waqasahmad download it from one of the unix-socket-faq www pages: http://www.ibrado.com/sock-faq ... | |
Posted: 18-September-2009 03:28:57 AM By: crouse www.jukie.net/~bart/slides/socket-intro/socket-intro.ps | |
Posted: 18-September-2009 03:42:05 AM By: crouse www.unix.com/...programming/106672-c-http-socket-programming.html | |
Posted: 09-October-2009 07:28:21 AM By: crouse remus.rutgers.edu/cs352/F02/lectures/sockets.pdf | |
Posted: 09-October-2009 07:29:40 AM By: crouse www.ece.tamu.edu/~reddy/ee602_00/socket_tutorial.pdf |