Do you observe delayed acknowledgements? Why is the outcome expected?
What will be an ideal response?
We do not observed any delayed ACKs. This is because the link was so slow that when data containing packets arrived, there was always data available to be sent and ACKs could be piggybacked immediately without the need to wait. Almost all acknowledgements are piggybacked in the next segment which send new characters or send echo of the characters. Because of the fast input, the receiver does not need to wait until delay interval reaches. There are always some characters in the buffer to send and the ACKs are piggybacked.
You might also like to view...
For greater flexibility and control, a filter is sometimes more helpful than a query.
Answer the following statement true (T) or false (F)
Video player software deals with only one video file format.
Answer the following statement true (T) or false (F)
Filtering the Last_Name field to show only records that begin with the letter P is an application of a(n) ________ filter
Fill in the blank(s) with correct word
A sequential search of an n-element list takes ____ key comparisons on average to determine whether the search item is in the list.
A. 0 B. n/2 C. n D. n2