On Sat, Nov 04, 2006 at 06:51:29PM +0000, <[EMAIL PROTECTED]>:
~> #1: how are the routes stored? Does Ntk just save the "next hop" or the
~> entire route until *every* other node?
The first one, because every node has a route to reach the desired
destination.
~> #2: can someone show us how to calculate the numbers ("in the ipv4, all
~> the maps needs 144K of memory, while in the ipv6 1996K are required")
~> shown in the main_doc?
Here there are some numbers:
http://lab.dyne.org/Netsukuku_scalability
Briefly, to calculate them:
1) go in map.h
2) calculate the sizeof `struct map_node'
3) multiply it per MAXGROUPNODE
4) sum it to `(sizeof map_rnode) *MAXRNODEBLOCK`
5) do the same things for gmap.h (map_gnode) and bmap.h
~> #3: Is a gnode a group of "physically near" nodes?
A gnode of level 0 is. If you're are talking of higher levels, then it is not
necessarily true.
~> #5: in a qspn round of a higher level (i.e. level 2), who answers for
~> every gnode?
The bnodes (border nodes) replies for their own gnodes.
They know if the gnode has the all links closed, because the bnodes are
coordinated, i.e. each bnode knows the number of closed links of the gnode.
~> #6: how exactly is the RSA key used for ANDNA long?
I don't understand what are you meaning with `long'.
For how long:
It is used forever, i.e. until its owner deletes it and generates a new one.
The same key is used to register all the other hostnames of the same node.
How long is the key (what's the key size):
[EMAIL PROTECTED]:src$ grep PRIVKEY andna_cache.h
#define ANDNA_PRIVKEY_BITS 1024
[EMAIL PROTECTED]:src$
~> #7: where are the fractals? Isn't all this just recursive? And the chaos
~> theory?
Isn't a fractal just recursive?
Chaos here is meant only as: ``live algorithm "executed" on the network'' &&
``minimum variations of inputs --> great variations of output''.
It is not strictly related to the golden Chaos Theory.
In the QSPN v2 the `chaos' thing isn't mentioned anymore to avoid such
misunderstoods. Sorry about that.
0;
--
:wq!
"I don't know nothing" The One Who reached the Thinking Matter '.'
[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9 5277 BFF8 037E 441C F0EE ]
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku