# 数据去中心化

去中心化设计是SmartPing的一大特点，这里的去中心化并非集群概念，而是与分布式更加接近，简单点理解及数据分布式存储，各节点通过互相调用保持数据展示的统一性。

## 实例

如在我们的网络中存在三个对等节点A，B，C；三个节点之间将产生3!(3*2*1)=6条交互数据，在SmartPing中，每个节点存储相同的配置数据(Conf)，检测数据只存储目标为其他节点的数据，及A存储 A->B|A->C , B存储B->C|B-A，C存储C->A|C->B的数据， 当用户访问任意一个节点时，用户在前端进行各节点的数据汇总使各节点的数据展示在前端上保持一致。

![](/files/-LilIyAOATxaOhu5UdGz)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smartping.org/arch/decentralized.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
