Networking Protocols
The Ixian network operates on a layered protocol stack. This design separates the concerns of core ledger synchronization from high-level, end-to-end encrypted communication, allowing for specialization and robustness.
This section provides the complete on-wire specification for both primary protocol layers and defines the common data types used throughout the system.
Protocol Layers
The foundational protocol for peer-to-peer communication between DLT nodes. It handles node discovery, block and transaction propagation, consensus messages, and state synchronization.
A secure, end-to-end encrypted overlay network built on top of the DLT Master Node network. It enables features like direct messaging, file transfers, and real-time data streaming for applications.