772 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

1.1k
views
1 answers
3 votes
Arunav Khare asked Feb 6, 2018
1,059 views
It is known that any network can only transmit data packet size equal to (or less than) MTU allowed in the network. If that is the case, and ... Network Layer with fragmentation overhead. Is there any significant advantage of using MSS ?
3.0k
views
1 answers
0 votes
Rahul Jain25 asked Feb 8, 2017
2,991 views
Are these definations of MSS and MTU correct??MSS is maximum payload of TCP segment.TCP segment (MSS + TCP header)For IPpacket, it consists of (MSS + TCP header ... it be done by source??I am really confused about these terms. Plz verify.
2.3k
views
3 answers
0 votes
Shubhanshu asked Aug 23, 2017
2,326 views
I am reading Forouzan in that I have stuck here, I know that.TCP is connection oriented service, means it all segments follow same path, and segments ... .Consider this screen shot of Forouzan:-Please explain the proper reason behind it.
1.2k
views
2 answers
0 votes
tusharb asked Jan 24, 2022
1,158 views
In the connection termination phase, suppose the FIN segment from the client-side contains data ranging from sequence no 100 to 200,So will the ACK no from the ... 99, before the beginning of the data segment or 201, after the data segment