Together to the avg Hops I have a bar-plot to show the occurrence of each hopCount.
E.g.
1 hop query - occurrence 3 times
2 hops query - occurrence 7 times
... etc
The plot should assume a shape of a "gaussian" where the peak is on the avgHopCount
Same thing for queries received: I count the occurrence of n. of queries received by each node
E.g.
0 queries received - by 90 nodes
1 query received - by 80 nodes
2 queries received - by 65 nodes
... etc
The (bar-)plot should assume the shape of a "hyperbola", at least it does for me for a sparse network (few nodes compared to the maximum number of identifiers available).
Does the latter look like "count the number of nodes that are also endnodes for a query" that you thought/suggested?
Or do you mean "1000 / 3400 nodes are endNodes for a query", indipently from how many queries received each of these 1000 nodes?