253 views

1 Answer

0 votes
0 votes
128 Gbps

Therefore,

1 sec -> 2^7 * 2^30 bits

1 sec -> 2^37 bits

1 sec -> 2^37 / 2^3  Bytes

1 sec -> 2^34 Bytes

As TCP is Byte stream protocol,

1 sec -> 2^34 sequence numbers.

But, we have only 32 bits in sequence no. field,

Therefore,

2^34 seq nos. ->  1 sec

2^32 seq nos -> Time for wrap around

Time for wrap around = 2^32 / 2^34 sec

Time for wrap around = 0.25 sec.

Related questions

1 votes
1 votes
1 answer
1
arch asked Dec 11, 2017
1,294 views
0 votes
0 votes
2 answers
2
Neal Caffery asked Jan 12, 2017
1,041 views
2 persons are using a channel like TCP. In their link they have used 64-bit sequence numbers with a link speed of 75 Tbps. How long can a packet stay in link without worr...
6 votes
6 votes
5 answers
4
Ankit Chourasiya asked Oct 19, 2015
7,649 views
Consider 100 mbps network with 24 bit sequence number field find the wrap around time for sequence no?