849 views
0 votes
0 votes
State True or False, Give Reason

I) If the sequence number of a transport layer segment is m, then application layer it's sequence number could also be m

II) If the sequence number of a transport layer segment is m, then the sequence number of the subsequent segment is always m+1.

1 Answer

1 votes
1 votes

II) If the sequence number of a transport layer segment is m, then the sequence number of the subsequent segment is always m+1.

 false

if client chooses 100 as sequence no, then its not always possible that the subsequent segment will have seq no 101

suppose client sent 100B of data , then subsequent segment no will be 201

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
1 answer
3
slowpoke asked May 17, 2018
372 views
Which of the flags don't consume any sequence number?FINPSHACKRST
2 votes
2 votes
1 answer
4
hem chandra joshi asked Dec 14, 2017
1,763 views
I have doubt1: Segment sequence number is equal to the first sequence number of byte in TCP . Is it right ?