7,902 views
1 votes
1 votes
amount of time it would take to send 500 packets using 6-packet size window and without sliding window will be, when the time to send in one direction is 5 ms

31000, 5000

4600, 21600

5000, 30000

30000, 5000.......... pls explain the logic behind?

1 Answer

0 votes
0 votes

No. of BST = 2nCn/n+1 = 6C3/4 = 5 
 

No. of Binary tree = (2nCn/(n+1))n! = (6C3/4)*3!= 30

Related questions

0 votes
0 votes
2 answers
1
Rohit Gupta 8 asked Nov 18, 2017
4,023 views
The number of superkeys possible for the relation R(A B C D E) with {A, BC, CDE} as three candidate keys are _________.Please EXPLAIN the solution.
0 votes
0 votes
0 answers
3
Sanjay Sharma asked Jun 20, 2016
1,581 views
In a B tree of order m with p nodes the average number of splits is at most:$\frac{1}{(\lceil \frac{m}{2} \rceil -1)}$$(\lceil \frac{m}{2} \rceil -1)$$\frac{1}{\frac{m}{2...
4 votes
4 votes
5 answers
4
sripo asked Jan 16, 2019
6,841 views
Let us there are n nodes which are labelled.Then the number of trees possible is given by the Catalan Number i.e $\binom{2n}{n} / (n+1)$Then the binary search trees possi...