Differences between revisions 12 and 13
Revision 12 as of 2008-12-18 11:57:09
Size: 2637
Editor: alpt
Comment:
Revision 13 as of 2008-12-18 11:57:49
Size: 2433
Editor: alpt
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
 * Beta testing

 * Write more documentation
Line 44: Line 40:

 * Draw pictures to explain the basic concepts of the procotol

 * Animation of the various mechanisms of the Npv7

 * Looking for new TODOs, bugs

TODO

  • accurate study, tests and enhancement of the performance of the Netsukuku addressing system:
    • the hierarchical topology of Netsukuku is dependent on the addresses associated to each node. Since the network is dynamic, the addresses can change over time, thus the topology must be updated. When the topology changes, other parts of the network must be updated too, f.e. the routing tables of the affected nodes. Therefore, an efficient minimisation of the number of topology updates is critical for the success and scalability of the Netsukuku network
  • addressing algorithms that minimise the measurement inaccuracies:
    • the hierarchical topology helps to organise a large number of nodes, however this structure hides some information about the routes; as a consequence, the routing table known by a node is an approximation of the best absolute routing table available to it. The approximation is dependent on the particular addresses assigned to each node, therefore it is possible to develop methods that minimise it
  • software implementation of ANDNA:
    • a distributed, non hierarchical and decentralised system of hostname management
  • secure QSPN:
    • a node could easily forge an entry in the routing table of a neighbouring node, injecting false information about links in the network. The attack would just create a temporary local damage, thanks to the distributed nature of the QSPN. However the optimal solution is to prevent these attacks using a cryptographic signature scheme
  • improvement, test and implementation of the Caustic Routing:
    • the multipath routing is a method which sends packets of a same connection through different paths. Caustic Routing is a multipath generalization which aims to redistribute the network traffic in an efficient way, imposing a small load on the interested nodes
  • stable implementation of the Netsukuku software
  • software implementation of Viphilama, an Internet tunnelling system that connects nodes which aren't physically linked
  • software implementation of a system of distributed Internet connections through Netsukuku:
    • a node can connect to the Internet using, at the same time, multiple nodes which are sharing their connection.
  • experimental tests
  • Ultimate the incomplete RFCs: Netsukuku_RFC

  • Translate the documentation

Ntk_TODO (last edited 2009-09-18 18:23:05 by alpt)