1,633 views
0 votes
0 votes
Two hosts A and B are communicating with each other using TCP. Assume the sequence number field starts at 0 and the receiver employs cumulative ack. A has successfully sent 465 bytes of data which were also acked by B. Suppose A were now to send 3 segments of size 100, 40 and 60 each. What sequence number will the third segment carry?

Suppose the second segment was received before the first and third segment, what will the ack value be in the ack generated as a consequence of receiving this second segment?

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
1 answer
2
slowpoke asked May 17, 2018
371 views
Which of the flags don't consume any sequence number?FINPSHACKRST
2 votes
2 votes
1 answer
3
hem chandra joshi asked Dec 14, 2017
1,756 views
I have doubt1: Segment sequence number is equal to the first sequence number of byte in TCP . Is it right ?
0 votes
0 votes
1 answer
4
srestha asked Dec 12, 2017
847 views
State True or False, Give ReasonI) If the sequence number of a transport layer segment is m, then application layer it's sequence number could also be mII) If the sequenc...