693 views
2 votes
2 votes

Say Client buffer is of 12000 Bytes and MSS is 1200 B and this info is sent to server and now server send the info in (SYN +ACK) segment as Server Buffer = 18000 B and MSS is 600 B 

Now in data transfer phase does both Client and Server will choose 600 Bytes data segments because both Client and server agree on minimum (MSS of Client, MSS of Server) = Min (1200, 600) = 600 Bytes?

Or does the sever will send 1200 Bytes segments to C and C sends 600 B segments to server?

2 Answers

0 votes
0 votes

According to me, the TCP window size is min (CnWD, RWnd).  

So firstly the size of window at both the sides will be 12000B. 

The MSS on both sides remain the same .

edited by
0 votes
0 votes

According to me, the TCP window size is min (CnWD, RWnd).  

So firstly the size of window at both the sides will be 12000B. 

The MSS on both sides remain the same .

 

edited by

Related questions