<< NL_S_ISMultiPath NL_S: Security NL_S_ISOLNiNjSlice >>

NARVAL >> NL_S: Security > NL_S_ISOLKnowledge

NL_S_ISOLKnowledge

Perform the set of IP slices collected by a defined overlay node.

Calling Sequence

[I,S,K] = NL_S_ISOLKnowledge(J,L,N,D,W)

Arguments

J :

Overlay node index where route information is studied.

L :

Collection of all slice crossing each overlay node.

N :

Quantity of nodes of the overlay topology.

D :

Number of slices.

W :

Window index.

I :

Index vector of each overlay node IP slice crossing the node J.

S :

Slice index of the IP address (from 1:D).

K :

Normalized vector of information collected in node J.

Description

NL_S_ISOLKnowledge performs the set of IP slices (IP: I, Slices: S) collected by the defined overlay node J within the overlay graph composed by N nodes. L represents the collection of all slices crossing each overlay node (for global routing information retrieved by overlay nodes). d is the number of slices.

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.

Examples

n=200;//network size
l0=3;//a maximum of 5 links are created for each created node
Ls=1000;//network square area side 
[g,dist]=NL_T_BarabasiAlbert(n,l0,Ls);//generation of a network topology: underlay
ln=5;//number of nodes per line
L=ln-1;//hop length
d=3;//number of slices
np2p=ln*d;//quantity of nodes of the overlay topology
[go,p2plist,routetab,T]=NL_S_ISUL2OL(g,np2p);//selection of the overlay nodes
[gol]=NL_S_ISOverlay(ln,d,T);//creation of the overlay topology
w1=1;//window index
NL_G_ShowGraph(go,w1);//graph visualization
w2=2;//window index
NL_G_ShowGraphN(gol,w2);//graph visualization
[OLRT,OLpres]=NL_S_ISOLSliceProp(np2p,d,T);//propagation of slices
sn=NL_F_RandInt1n(np2p);//node of interest at the overlay: study of all IP information crossing this node
w3=3;//window index
[ind,subind,kl]=NL_S_ISOLKnowledge(sn,OLpres,np2p,d,w3)//application of NL_S_ISOLKnowledge

Report an issue
<< NL_S_ISMultiPath NL_S: Security NL_S_ISOLNiNjSlice >>