vault backup: 2024-11-06 22:02:06

This commit is contained in:
Marco Realacci 2024-11-06 22:02:06 +01:00
parent fdb098f09e
commit 6121c334e5

View file

@ -51,4 +51,4 @@ Every time a collision is generated, rags randomly increments their counter. The
As each time the tags are split into two sets, we can "see" it as a binary tree, so we can count the node of the tree to get an estimation.
$$BS_{tot}(n)=\begin{cases}1,n\le1\\ 1+\sum_{k=0}^{n}\binom{n}{k}\left(\frac12\right)^{k}\left(1-\frac12\right)^{n-k}\left(BS_{tot}\left(k\right)+BS_{tot}\left(n-k\right)\right),n>1\end{cases}$$
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages
#### Q: explain the differences between proactive and reactive routing in sensor networks. Discuss the advantages and disadvantages