Ask Question
11 May, 04:00

A TCP Sender is just about to send a segment of size 100 bytes with sequence number 1234 and ack number 436 in the TCP header. What is the highest sequence number up to and including which this sender has received from the receiver?

+1
Answers (1)
  1. 11 May, 04:28
    0
    The highest sequence number is

    1334

    Explanation:

    The sequence number of segment = 1234

    The data size = 100 bytes

    The highest sequence number will be the sum of the Sequence number of segment and the data size which is = 1234 + 100 = 1334.

    Therefore the highest sequence number is 1334.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A TCP Sender is just about to send a segment of size 100 bytes with sequence number 1234 and ack number 436 in the TCP header. What is the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers