This is an attempt to describe
Freenet, an adaptive peer-to-peer network application that permits the
publication, replication, and retrieval of data while protecting the anonymity
of both authors and readers. Freenet operates as a network of identical nodes
that collectively pool their storage space to store data files and cooperate to
route requests to the most likely physical location of data. No broadcast
search or centralized location index is employed. Files are referred to in a
location-independent manner, and are dynamically replicated in locations near
requestors and deleted from locations where there is no interest. It is
infeasible to discover the true origin or destination of a file passing through
the network and difficult for a node operator to determine or be held
responsible for the actual physical contents of his own node.
Networked computer
systems are rapidly growing in importance as the medium of choice for the
storage and exchange of information. However, current systems afford little
privacy to their users, and typically store any given data item in only one or
a few fixed places, creating a central point of failure. Because of a continued
desire among individuals to protect the privacy of their authorship or
readership of various types of sensitive information, and the undesirability of
central points of failure which can be attacked by opponents wishing to remove
data from the system or simply overloaded by too much interest, systems
offering greater security and reliability are needed.
Freenet is being
developed as a distributed information storage and retrieval system designed to
address these concerns of privacy and availability. The system operates as a
location-independent distributed file system across many individual computers
that allow files to be inserted, stored, and requested anonymously. There are
five main design goals:
• Anonymity for both producers and consumers
of information
• Deniability for storers of information
• Resistance to attempts by third parties to
deny access to information
• Efficient dynamic storage and routing of
information
• Decentralization of all network functions
The system is
designed to respond adaptively to usage patterns, transparently moving,
replicating, and deleting files as necessary to provide efficient service
without resorting to broadcast searches or centralized location indexes. It is
not intended to guarantee permanent file storage, although it is hoped that a
sufficient number of nodes will join with enough storage capacity that most
files will be able to remain indefinitely. In addition, the system operates at
the application layer and assumes the existence of a secure transport layer,
although it is transport-independent. It does not seek to provide anonymity for
general network usage, only for Freenet file transactions.
The Freenet network provides an effective
means of anonymous information storage and retrieval. By using cooperating
nodes spread over many computers in conjunction with an efficient adaptive
routing algorithm, it keeps information anonymous and available while remaining
highly scalable. Initial deployment of a test version is underway, and is so
far proving successful, with tens of thousands of copies downloaded and many
interesting files in circulation. Because of the anonymous nature of the
system, it is impossible to tell exactly how many users there are or how well
the insert and request mechanisms are working, but anecdotal evidence is so far
positive.
0 comments: