# 产品架构

IoT 是一款物联网云操作系统，为万物互联提供可靠安全稳定的终端接入、协议适配、消息路由、数据存储和分析、应用使能等核心功能。其 ***功能架构*** 如下：

![ ](https://hy.hekr.me/iot-docs-test/web/images/%E5%B9%B3%E5%8F%B0%E7%AE%80%E4%BB%8B/%E5%9F%BA%E7%A1%80%E6%9E%B6%E6%9E%84.png)

上图中各层服务负责的功能分别如下：

* 连接服务：提供设备联网功能，支持设备通过各种无线或有线的通信方式接入网络，并支持各种网络传输协议；
* 设备服务：提供设备基础管理功能，包括设备的鉴权管理、数据协议解析、消息路由、设备影子数据及元数据管理功能；
* 数据服务：提供设备数据的基本管理功能，包括设备的上下行日志存储，以及一些数据指标的聚合分析，如平均值、最大、最小值等；
* 使能服务：提供应用使能服务，主要是为上层或第三方应用提供按规则和条件进行数据订阅和数据转发的服务。包括应用注册、规则引擎、数据流转服务；
* 其他：包括基础的安全服务、控制台和监控服务。安全服务提供基本物联网安全机制；可视化控制台提供IoT 与客户交互的界面；可视化监控提供服务可用性及风险监控能力。

IoT 在物联网应用中常处于如下图所示位置：

![ ](https://hy.hekr.me/iot-docs-test/web/images/%E5%B9%B3%E5%8F%B0%E7%AE%80%E4%BB%8B/%E8%AE%BE%E5%A4%87%E6%8E%A5%E5%85%A5%E6%8B%93%E6%89%91.png)

IoT OS本质上是一系列物联网微服务的集合，采用分布式架构，应用程序和服务组件均不存在单点风险。其 ***技术架构*** 如下：

![](/files/-MPgUIOrfXGoZkXobaCQ)


---

# 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-jia-gou.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.
