# 产品优势

IoT 的方案相较于传统开发平台有着下表所列的优势。

| 设备接入 | 需要搭建基础设施，联合嵌入式开发人员与云端开发人员共同开发。开发工作量大、效率低。              | 提供设备端SDK，快速连接设备上云，效率高。同时支持全球设备接入、异构网络设备接入、多环境下设备接入和多协议设备接入。 |
| ---- | ------------------------------------------------------ | ----------------------------------------------------------- |
| 性能   | 自行实现扩展性架构，极难做到从设备粒度调度服务器、负载均衡等基础设施。                    | 具有百万级设备的长连接能力、百万级并发处理能力，架构支撑水平性扩展。                          |
| 安全   | 需要额外开发、部署各种安全措施，保障设备数据安全是个极大挑战。                        | 提供多重防护，保障设备数据安全。设备认证保障设备安全与唯一性。传输加密保障数据不被篡改。                |
| 简单易用 | 需要购买服务器搭建负载均衡分布式架构，需要花费大量人力物力开发"接入 + 计算 + 存储"一整套物联网系统。 | 一站式设备管理，实时监控设备运行状态。快速、灵活、简便的搭建复杂物联网应用。                      |


---

# 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://doc.yuncitys.com/ping-tai-jie-shao/chan-pin-you-shi.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.
