400 views
0 votes
0 votes
Hi Guys,

I know 1 new sequence number is consumed consumed for  SYN, FIN or 1 byte of Data (means for 100 Byte 100 sequence number will be used).

But sometimes TCP sends Dummy packet for example when receivers window size is zero sender keeps polling receiver about it's window size (it is also know as Silly window Syndrome problem). So in  such kind of cases does new sequence number is used for every dummy packet ?

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
hem chandra joshi asked Dec 14, 2017
1,804 views
I have doubt1: Segment sequence number is equal to the first sequence number of byte in TCP . Is it right ?
2 votes
2 votes
1 answer
2
biranchi asked Jan 24, 2017
687 views
3 votes
3 votes
1 answer
3
shane.126 asked Oct 13, 2017
5,236 views
TCP operates over a 40 Gbps link. If TCP uses the full bandwidth continuously, how long (in msec) would it take the sequence number to wrap around completely?
3 votes
3 votes
2 answers
4
bts asked Jun 18, 2018
798 views
An ACK number of $1000$ in TCP always means that$999$ bytes have been successfully received$1000$ bytes have been successfully received$1001$ bytes have been successfully...