subject

In TCP congestion control, a loss event is detected when the congestion window cwnd = 12 and the threshold ssthresh = 8. What are the values of cwnd and ssthresh after they are updated? A. 1, 6
B. 6, 4
C. 1, 8
D. 6, 8

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 12:30
Which of the choices sean are not true when considering virus behavior
Answers: 1
question
Computers and Technology, 22.06.2019 14:30
If the polar bear were taken out of the food chain what would happen to the seal population the seal population would diminish the seal population would grow dramatically the seal population would stay the same the seal population would decrease slightly
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
You know the right answer?
In TCP congestion control, a loss event is detected when the congestion window cwnd = 12 and the thr...
Questions
question
Mathematics, 02.06.2021 22:10
question
Mathematics, 02.06.2021 22:20
question
Mathematics, 02.06.2021 22:20
question
Geography, 02.06.2021 22:20
question
Physics, 02.06.2021 22:20
question
Mathematics, 02.06.2021 22:20
question
Mathematics, 02.06.2021 22:20
Questions on the website: 13722363