Distributed Balanced Tree (distributed b-tree): A distributed data-structure, where the data is accessed with get(key), put(key, value), delete(key), getNext(key), getPrev(key) - can be used as foundation for distributed databases, filessystems, P2P.