edited by
684 views
2 votes
2 votes
A TCP connection is transferring $6000$ bytes where the first byte is numbered $10010.$ If data is sent in five segments with the first four segments carrying $1000$ bytes and the last segment carrying $2000$ bytes then number of the last byte sent is ______
edited by

1 Answer

Best answer
3 votes
3 votes

The following shows the sequence number for each segment:

Segment 1 -> 10,010 (10,010 to 11,009)

Segment 2 -> 11,010 (11,010 to 12,009)

Segment 3 -> 12,010 (12,010 to 13,009)

Segment 4 -> 13,010 (13,010 to 14,009)

Segment 5 -> 14,010 (14,010 to 16,009)

Read page number 9

 https://users.cs.jmu.edu/aboutams/Web/Networking/Spring03/Lectures/Lecture%2012-%20TCP%20Part%201.pdf

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
Bikram asked Nov 26, 2016
491 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
400 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,809 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
836 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...