Exercise 1 - Part 1

Represent the establishment of a TCP connection between two entities, where the client initiates the connection setup. The client reserves 512 bytes for its reception window, while the server reserves 256 bytes. The MSS (Maximum Segment Size) of the client is 128 octets, whereas that of the server is 64 bytes. Assume that the randomly generated sequence number by the client is 89 and the server generates 139. Additionally, assume a propagation time of one 'tick'.

Client Server
SN AN SYN ACK FIN W MSS Data Len SN AN SYN ACK FIN W MSS Data Len