monero-site/_i18n/tr/resources/moneropedia/network-database.md
2019-04-15 10:49:26 +02:00

1.1 KiB

tags terms summary
kovri
Network-Database
A distributed database which contains needed router information so the network can stay intact

The Basics

@network-database is a distributed database which contains router information that peers must use so the network can stay intact.

In-depth information

From @Java-I2P:

@I2P's @network-database is a specialized distributed database, containing just two types of data - router contact information (@Router-Infos) and @destination contact information (@LeaseSets). Each piece of data is signed by the appropriate party and verified by anyone who uses or stores it. In addition, the data has liveliness information within it, allowing irrelevant entries to be dropped, newer entries to replace older ones, and protection against certain classes of attack.

The @network-database is distributed with a simple technique called "@floodfill", where a subset of all routers, called "@floodfill routers", maintains the distributed database.

Notes

Read Network-Database for details.