A Quadtree Based Synchronization Protocol for Inter Server Game State Synchronization
- url: https://www.sciencedirect.com/science/article/pii/S1389128620313177
- Mention Named Data Networking Quad Tree Synchronization Protocol
- repo: https://github.com/phylib/QSPArtifacts
Highlights
- "the quadtree is built as a Merkle tree, meaning that every non-leaf node of the tree is assigned a cryptographic hash value, which is calculated by hashing the child nodes of the corresponding node. Thereby, a single changed object somewhere in the overall region is recognized by a change of the tree’s root hash. Starting from the root, it is possible to track the change down to the single leaf node that changed."
Backlinks