retagged by
21,472 views
32 votes
32 votes
Consider a long-lived $\text{TCP}$ session with an end-to-end bandwidth of $1\; \text{Gbps}\; (=10^9$ bits-per-second$).$ The session starts with a sequence number of $1234$. The minimum time (in seconds, rounded to the closet integer) before this sequence number can be used again is _________.
retagged by

6 Answers

1 votes
1 votes
In question i think BW is 1Gbps... 1 Giga bits per second

and as we know TL is byte streaming protocol and it has 32 bits for sequence number ..

so ..its wrap around time = sequence number / BW

BW in GBps= 1Gbps/8   ( convert bits into bytes)

so wrap around time = (2^32)*8 /(10^9) seconds = 34.35 seconds ...
Answer:

Related questions

23 votes
23 votes
5 answers
2
gatecse asked Feb 14, 2018
10,390 views
Match the following:$$\begin{array}{|l|l|}\hline \textbf{Field} & \textbf{Length in bits} \\\hline \text{P. UDP Header's Port Number} & \text{I. 48} \\ \text{Q. Ethern...
41 votes
41 votes
9 answers
4