Assume a TCP sender receives an acknowledgement (ACK), that is, a TCP segment with the ACK flag set, where the acknowledgement number is set to 34567 and the window size is set to 2048. Which sequence numbers can the sender transmit?

What will be an ideal response?


The sender can transmit packets with sequence numbers ranging from 34567 to 36614 depending on the number of byte received.
SeqNo = AckNo, AckNo+1, …, AckNo+WinSize-1. : 34567, …., 34567+2048-1.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. When an exception is thrown by a method that is executing under several layers of method calls, a stack trace indicates the method executing when an exception occurred and all of the methods that were called in order to execute that method. 2. The throws clause causes an exception to be thrown. 3. When you deserialize an object using the readObject method, you must cast the return value to the desired class type. 4. In a try statement, the try clause must appear first, followed by all of the catch clauses, followed by the optional finally clause. 5. A catch clause that uses a parameter variable of the Exception type is capable of catching any exception that extends the Error class.

Computer Science & Information Technology

Formulas start with a plus sign (+) and can contain numbers, mathematical operators, and cell references.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not true about sizing handles?

A) They are an easy way to copy and paste a formula. B) There are eight of them for each object. C) They look like small squares. D) They are used to change the height and width of objects.

Computer Science & Information Technology

When you encrypt a PowerPoint file, you assign a ____ to the file.

A. password B. username C. reader name D. keyword

Computer Science & Information Technology