Perform the list of all IP slices forwarded between the overlay nodes i and j.
[K,S] = NL_S_ISOLNiNjSlice(I,J,O,N,D)
Node index.
Node index.
Underlay paths for each direct overlay link between overlay nodes ([path length|underlay path]).
Quantity of nodes of the overlay topology.
Number of slices.
Vector of overlay indexes.
Vector of slices indexes.
NL_S_ISOLNiNjSlice performs the list of all IP slices (node index (K) : slice index(S)) forwarded between the overlay nodes I and J. Values of S belong to [1,2,..,D]. Values of K belong to [1,..,N]. O provides the underlay paths for each direct overlay link between overlay nodes ([path length|underlay path]). N corresponds to the quantity of nodes of the overlay topology.
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.