Research Article
Ferry Node Identification Model for the Security of Mobile Ad Hoc Network
Algorithm 4
Algorithm for identification of ferry nodes.
| Input: the set of time slice (T) | | Output: ferry nodes in the network | (1) | Ferry = {} | (2) | for : | (3) | G = nodes in t | (4) | FIR = CFIR(G) | (5) | | (6) | return Ferry |
|