In the TCP client-servel model works in opening connection?
victor 23-December-2007 01:41:02 PM

Comments


www1.cs.columbia.edu/~luca/research/nocCODES_ISSS08.pdf
Posted by crouse


stackoverflow.com/.../client-server-both-give-up-after-1-connection
Posted by crouse


The client first sends a packet with sequence "A" to the server. When the server receives this packet, the server will send back another packet with sequence "B", ack the request of the client. When the client receives the ack from the server, the client will then send an acknowledge back to the server for acknowledging that sequence "B" has been received. This is the best answer I could browse and give if some finds a better one please post. Hudson

Posted by hudson



Posted: 23-December-2007 01:58:44 PM By: hudson

The client first sends a packet with sequence "A" to the server. When the server receives this packet, the server will send back another packet with sequence "B", ack the request of the client. When the client receives the ack from the server, the client will then send an acknowledge back to the server for acknowledging that sequence "B" has been received. This is the best answer I could browse and give if some finds a better one please post. Hudson

Posted: 17-September-2009 07:32:49 AM By: crouse

stackoverflow.com/.../client-server-both-give-up-after-1-connection

Posted: 17-September-2009 07:35:47 AM By: crouse

www1.cs.columbia.edu/~luca/research/nocCODES_ISSS08.pdf