♻️
Boson Network
GitHubJoin the community
  • Welcome to Boson Network
  • Getting Started
    • The Overview
    • Kademlia DHT
    • Boson Protocol
      • Nodes
      • Values
      • Peers
    • Boson Services
      • Web Gateway
      • Active Proxy
      • Messaging Relay
      • Swarm Storage
      • Chord Identifier
    • The Practices
      • Deploying Super Node
      • Leveraging Active Proxy
      • The shell command
  • In-depth Tech
    • Protocols
  • Developer Kits
    • Java
    • C/C++
  • Operations
    • Super Nodes
    • pc2.net
  • Resources
    • FAQ
    • Trouble shootings
    • Links
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

The Overview

PreviousWelcome to Boson NetworkNextKademlia DHT

Last updated 1 year ago

Was this helpful?

The updated boson retains its decentralized essence and preserves the peer-to-peer encrypted communication feature from its inception. Evolving with a strategic restructuring, it now operates as a layered and permissionless communication network. This transformation aims to broaden the spectrum of potential applications beyond the secure P2P communication feature. The layered structure, presented from the bottom up, is as follows:

  • dApps

In this layered structure, it is composed of core protocols UDP/TCP that facilitate the transmission of messages. The upper Kademlia DHT serves as a distributed hash table for decentralized peer-to-peer networking. This layer is intricately designed to facilitate information exchange among nodes. Moving up, the Protocol layer encompasses a suite of network protocols that enable communication between nodes. The topmost layer, Boson Service, encompasses a series of services designed to cater to applications. These services include the Web Gateway, Active Proxy, Messaging, and dStore.

Overall, the layered structure offers the network greater scalability and flexibility in terms of application adoption, and also enables more efficient communication between devices, since each layer serves a distinct purpose for applications.

Related Links:

Web Gateway
Active Proxy
Federal based Messaging
Decentralized Storage
UDP/TCP
Kademlia DHT
Boson Protocol
Boson Service
A layer-designed permissionless peer-to-peer encrypted network
A layer-designed peer-to-peer encrypted communication network