Ask Question
27 March, 17:12

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?

+4
Answers (1)
  1. 27 March, 21:10
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers