Generate an overlay graph.
[Go] = NL_S_ISOverlay(N,D,T)
Number of nodes per line of the overlay network.
Number of slices.
Overlay topology according to the numbering based on information slicing.
Overlay graph.
NL_S_ISOverlay generates the overlay graph composed by D lines with ln nodes per line. T corresponds to the overlay matrix according to the numbering based on information slicing.
Information Slicing is a new approach to anonymous communication (WEB). The physical topology, where data are propagated, is called the underlay network. The virtual network named overlay, is built on top of the underlay network. It is working like a Peer-2-Peer network and its goal is to provide source and destination anonymity and churn resilience, without using any public key cryptography. For that purpose, a set of overlay nodes are selected and forms a lattice composed by D lines of ln overlay nodes.
In the previous example, D=3 and ln=5.