- The client
sends 10 bytes
to the server:
- The server
sends back a 30 byte message reply
to the client:
Notice that:
- The ACK message for
the client's 10 bytes is
piggy-backed
in the data message !!!
|
- When the clients
receive the 30 bytes from
the server,
the client sends back
an ACK:
- When the server receives
the ACK message from the
client, it
updates its
send seq no:
NOTE:
- This TCP segment (= ACK message)
contains
no data, so:
- The server
must not
send any ACK
for this message !
|
|
|