Definition under: Definitions

What is FreeNet?

FreeNet is a decentralized and anonymous peer-to-peer network designed for sharing information and data. It operates on the principles of preserving user privacy, anonymity, and resistance to censorship. FreeNet provides a platform where users can access and share content without revealing their identities and ensures that information remains accessible even in the face of attempts at censorship or control.


Dissecting FreeNet

FreeNet, launched in March 2000, was the brainchild of Ian Clarke, a computer science undergraduate at the University of Edinburgh. Developed with a group of volunteers, FreeNet emerged as a decentralized platform aimed at ensuring free, uncensored communication and information exchange. 

Its creation was motivated by a growing concern over internet surveillance and the need to protect user privacy. Designed as a bulwark against external control and censorship, FreeNet offered a secure space for users to communicate and share information, reflecting Clarke's belief in the vital role of unimpeded communication in a healthy democracy.


FreeNet Architecture

FreeNet's architecture is built upon several key components and processes that are designed to provide a decentralized and anonymous platform for sharing information.

  • Distributed Hash Table (DHT): This data structure is the backbone of FreeNet's architecture, enabling efficient and decentralized storage and retrieval of content. It organizes data across the network in a way that facilitates quick location and access without central coordination.
  • Network of Nodes
  • Role and Function: Each node, representing an individual computer running FreeNet software, contributes to the network's storage capacity and data transmission. Nodes collectively handle the storage, retrieval, and routing of data.
  • Data Management: Nodes store data in encrypted chunks, but the architecture does not delve into the specifics of data handling, which is part of FreeNet's operational processes.
  • Cryptography: This aspect of FreeNet's architecture focuses on the use of strong encryption techniques to secure data stored in the network, ensuring that content is unreadable to unauthorized parties.
  • Dynamic Content Support: FreeNet incorporates a markup language similar to HTML, named FreeNet Reference (FREF), enabling users to create dynamic, interactive content within the network.
  • Censorship Resistance: The architecture is designed to be resistant to censorship efforts. The decentralized and encrypted nature of the network makes it challenging to block or remove specific content.
  • Eviction and Aging Policies: FreeNet employs policies to manage data storage efficiently. These policies determine how data is retained or removed over time, ensuring that the network can adapt to changing storage demands and content popularity.
  • Caching Mechanisms: The architecture includes caching strategies to improve access speeds and network efficiency. Frequently accessed data may be stored in a way that reduces retrieval time and network load.


How FreeNet works

To emphasize anonymity, privacy, and censorship resistance, FreeNet functions by dividing content into encrypted chunks, distributing them across a network of nodes, and routing user requests through intermediary nodes to retrieve and decrypt the content.

  1. Content Chunking and Encryption
  2. Initial Process: When a user uploads content to FreeNet, the system breaks it down into smaller, fixed-size pieces, known as chunks.
  3. Encryption: Each chunk is encrypted with robust cryptographic algorithms. This ensures that the content is secure and can only be accessed by users who have the appropriate decryption key.
  4. Distributed Storage and Node Functionality
  5. Storing Chunks: The encrypted chunks are distributed across various nodes in the FreeNet network. Each node stores a portion of these chunks.
  6. Dynamic Storage Allocation: Nodes dynamically adjust the chunks they store, based on factors like storage capacity, network demand, and data retention policies.
  7. Content Insertion and Retrieval
  8. Insertion: When inserting content, a user sends the encrypted chunks to the network. Alongside, a unique content key, typically a cryptographic hash of the content, is generated for later retrieval.
  9. Retrieval Process: To retrieve content, a user requests it using the content key. This request is passed through the network, hopping from node to node.
  10. Collaborative Retrieval: Nodes work together to locate the requested chunks. Once found, these chunks are passed back through the network to the requester.
  11. Routing Mechanism for Anonymity
  12. Multiple Hops: Requests and data transfers in FreeNet typically pass through multiple nodes. This multi-hop routing makes it difficult to trace back to the original requester, enhancing anonymity.
  13. Randomized Paths: The paths that requests and data take through the network are randomized, further obscuring the connection between requesters and the content they access.
  14. Caching for Efficiency
  15. Frequent Access Optimization: Nodes may cache frequently accessed content, making it quicker to retrieve in future requests.
  16. Dynamic Caching: The caching strategy is dynamic, adapting to changing access patterns to optimize network performance.
  17. Redundancy and Data Availability
  18. Multiple Copies: Chunks of content are stored on multiple nodes, ensuring redundancy. This means if one node goes offline, the content can still be retrieved from others.
  19. Resilience to Node Variability: The network is designed to handle nodes going offline or being added, maintaining data availability and network stability.
  20. Eviction and Aging for Data Management
  21. Automatic Data Management: Nodes automatically manage their storage, deleting less frequently accessed data to make room for new or more popular content.
  22. Aging Policy: Content that is not accessed for an extended period may be phased out, reflecting the network's dynamic nature and evolving content landscape.
  23. User Experience in Content Access
  24. Accessing Published Content: Users can access published content by requesting it through the FreeNet interface using the associated content keys.
  25. Decentralized Web Browsing: For content like websites hosted on FreeNet, users can browse in a way that is analogous to the traditional web but within the decentralized confines of the FreeNet network.
Recently Added Definitions