Question about maximum byte send without exhausting sequence number (TCP)

Status
Not open for further replies.

danesh

Full Member level 3
Joined
Nov 24, 2003
Messages
184
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
1,343
guys,

having some doubt on tcp hope someone can help me understanding it. Assume L byte is send from node A to B. Assume MSS=1460 byte and sequence number feild has 4bytes. How can i calculate the maximum L value so the sequence number are not exhausted? thanks guys. apreciate your help.
 

TCP

4 bytes = 4*8 =32 bit meaning there will be 2^32 sequence numbers, and since the window should be less than 1/2 * 2^32, i.e. 2^22, so L = 1460 * 2^22 =...bytes
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…