252 views
0 votes
0 votes
suppose we are given the congestion window 30KB and TO occurs than new th=15 and mss given =2 so when we start with slow start than sequence goes like:-

2 → 4 → 8 → 15 → 17 and so on

or

2 → 4 → 8 → 14 → 16 → 18 and so on?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Sagar475 asked Jan 28, 2022
163 views
If it’s written that some synchronization construct statisfies bounded waiting than it means the process is going to wait nearly forever fo it’s turn to execute?
2 votes
2 votes
1 answer
2
Sagar475 asked Jan 26, 2022
416 views
if we write in C char a[]=”TAJ”;char b[]=”TAJ”;and on comparing (a==b) false is returnedwhere as in char *p=”TAJ”;char *q=”TAJ” it return TRUE why??
0 votes
0 votes
0 answers
3
srestha asked Apr 27, 2019
286 views
How bottom-up parser like Operator-Precedence parser parse some ambiguous grammar?According to stanford diagram , ambiguous grammar cannot be parsed and it is separate fo...