edited by
688 views
3 votes
3 votes
Let the source has sent four TCP segments to Destination with the sequence numbers $50, \ 74, \ 97,\ 120$ ($1$st, $2$nd, $3$rd and $4$th segment) if the first and fourth segments arrive at destination successfully then the negative acknowledgement that destination sends to source is _______
edited by

1 Answer

Best answer
2 votes
2 votes

TCP only acknowledges bytes upto first missing byte in the stream(cumulative acknowledgements). Here given the segment with sequence number $74$ and $97$ is lost so the NAK send to the source is $74$ (the next expected sequence number).

http://www2.ic.uff.br/~michael/kr1999/3-transport/3_05-segment.html

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
Bikram asked Nov 26, 2016
531 views
The bandwidth in a CSMA/CD network is $10$ Mbps. The minimum frame size required in the network when RTT is $384$ microsecond _______ in Bytes.
1 votes
1 votes
1 answer
2
Bikram asked Nov 26, 2016
421 views
A selective repeat ARQ uses a window size of $26$ to send the data. The number of bits needed to define the sequence number is _____.
6 votes
6 votes
3 answers
3
Bikram asked Nov 26, 2016
1,925 views
A sliding window protocol uses Selective Repeat. The sender sliding window size is $32$. After receiving the first $100$ frames, the acknowledgement number that is piggyb...
8 votes
8 votes
2 answers
4
Bikram asked Nov 26, 2016
891 views
Consider a sliding window protocol that uses Selective Repeat, the sender sliding window size is $32$. The sequence number of the frame to be sent after sending $200$ fra...