Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top