Dinesh Beniwal
In the TCP client-servel model, how does the three-way handshake work in opening connection?
By Dinesh Beniwal in SQL Server on Jul 15 2006
  • Dinesh Beniwal
    Jul, 2006 15

    The client first sends a packet with sequence "x" to the server. When the server receives this packet, the server will send back another packet with sequence "y", acknowledging the request of the client. When the client receives the acknowledgement from the server, the client will then send an acknowledge back to the server for acknowledging that sequence "y" has been received.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS