List the two TCP control mechanisms, as defined in RFC 5681.

What will be an ideal response?


The two mechanisms, defined in detail in RFC 5681, are:
Slow Start/Congestion Avoidance
Fast Retransmit/Fast Recovery

Computer Science & Information Technology

You might also like to view...

How would you best describe the purpose of the following code?

``` f = 0; for (i = 1; i < N; ++i) if (a[i] >= a[f]) f = i; ``` a. Rearrange the first N components of array a in descending order. b. Rearrange the first N components of array a in ascending order. c. Place the largest component of array a in position N. d. Compute the value of the largest component in array a. e. Determine the subscript of the last occurrence of the largest of the first N components of array a.

Computer Science & Information Technology

Text content is the:

a. Information about the content. b. Meaning of the content. c. Bare text that appears on the page. d. Link to other HTML pages and assets.

Computer Science & Information Technology

Which rule of evidence ensures that evidence proves a material fact related to the crime in that it shows a crime has been committed, provides information describing the crime, provides information regarding the perpetuator's motives, or verifies what occurred?

A. reliable B. legally permissible C. properly preserved D. relevant

Computer Science & Information Technology

In either pretest or posttest loops, the controlling condition is evaluated with each repetition.

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

Computer Science & Information Technology