Research Article

Blockchain-Based Automated System for Identification and Storage of Networks

Algorithm 4

Merging option calculation.
Input: T  collection of traces
 paths of virtual topology
 TO  virtual topology
Output: X merged table options
Y endpoint compatibility table
(1)Function  compute_merge():
(2)E edges in path
(3)Z merge_table (TO)
(4)Preserve_trace (E, Z)
(5)D_Preservation (TO, paths, E)
(6)Y  compatible table()
(7)Endpoint compatible  (Y, X, TO)
(8)Return (X, Y)