Turbine
터빈
Network & Protocol
5 references
솔라나에서 사용하는 블록 전파 프로토콜로, 데이터를 더 작은 조각으로 나누고 계층화된 네트워크를 통해 전송합니다. 이는 대역폭 요구 사항을 줄이고 전파 속도를 향상시키는 것을 목표로 합니다.
5개 백서 섹션에 등장
$SOL
Solana
Abstract
...PoH with a Tower BFT consensus mechanism, a data plane optimized for streaming (Turbine), a mempool-less transaction forwarding protocol (Gulf Stream), a parallel smar...
Network Design
...─────┘ └────────────┘ └────────────┘
```
The data plane uses a protocol called Turbine, which is designed to maximize the use of network bandwidth while minimizing th...
System Architecture
...ion data and execution results, is then transmitted to other validators via the Turbine protocol and written to local persistent storage.
The Cloudbreak state storage...
Performance
...ers), this number rises to approximately 5 million transactions per second. The Turbine block propagation protocol ensures that the network's aggregate bandwidth is ut...
Conclusion
...tes the mempool by leveraging the predictable leader schedule that PoH enables. Turbine uses erasure coding and tree-structured propagation to distribute blocks effici...