# 领域群

参与者希望进行合作和数据交换，同时又能维护隐私。为此，posemesh 允许形成领域群，即在领域内协作的安全私人对等网络。

该系统的核心是一个分布式哈希表，复制到每个参与者。它列出了群组中的其他参与者及其性能。这样，每个参与者都能知道自己的同伴，并了解每个同伴能为集群做出什么贡献。

当这些参与者聚集在一起，形成一个领域群时，它们会自动创建一个对等网络，而无需中央机构来管理它们的连接。只要不丧失基本功能，参与者可以加入或退出，而不会中断网络的功能。

领域群中的所有参与者交换一对加密密钥，以便在群内进行私人通信。该密钥不为更广泛的 posemesh 所知晓，可防止窃听和未经授权的加入。

" 每个领域中有一个参与者可以担任领域管理系统的角色，即负责存储和向其他参与者提供领域数据的特殊参与者。"领域管理系统还负责集群内的发现和协调，帮助协调任务和数据交换。

领域管理系统不接收参与者之间交换的任何数据，它只负责促进域内供应方和需求方之间私密、安全的配对。


---

# 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://auki.gitbook.io/whitepaper/cn/technical-overview/the-domain-cluster.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.
