System Architecture Overview
2
Last updated
The KONET Network is designed with a multi-layered architecture to separate functions and responsibilities. The overall system consists of the following four layers:
This architecture is intended to structurally separate the fast execution processing required in high-frequency transaction environments from the consensus processes necessary to maintain global state consistency. Each layer can be scaled independently, and the system is designed so that failures in a specific layer do not compromise overall system state consistency.
Last updated