- Architecting the Industrial Internet
- Shyam Nath Robert Stackowiak Carla Romano
- 392字
- 2021-07-02 23:59:25
Information domain
The information domain consists of functions concerned with gathering data predominantly from, but not limited to, the control domain. However, while the control domain monitors data in real time, analyzes it, and applies rules to perform local control of systems, the data gathered in the information domain is stored, or persisted, and transformed for analysis. It could also be applied to machine learning, potentially discovering deeper intelligence about the overall system and operations.

Data functions consist of ingestion, data quality, syntax, or formatting; that is, date formats, semantics, or context transformation, data persistence and storage, and data distribution.
IIoT data is typically generated and transmitted in online streaming mode, and the data is processed as it is received to provide real-time and near real-time analytics and feedback. Data collected in locations lacking sufficient connectivity may be collected and accumulated locally, and can be processed in offline batch mode.
The information domain also deals with data governance, including security, privacy, access control and rights management, and resilience. These functions may involve data replication, backup and recovery, snapshotting, and so on. Big data systems incorporate data replication as a fundamental part of their architecture, and are useful for inexpensive storage and the processing of very large data sets.
Analytics encompasses functions for data modeling, statistical and trend analysis, classifications, machine learning, data science, and other advanced processing. Analytics may be applied to data at rest in batch mode or on demand or on streaming data in motion, as it is received. Batch mode analytics are typically performed for consumption by the business domain, while streaming data analysis is typically performed for the operations and control domains.
IIoT systems typically generate large volumes of data at high speed. The volume and granularity of the data can quickly overwhelm networks, storage systems, and databases. Therefore, raw data can be stored on big data systems, and data that is known to have value for the business or operations domain can be extracted, typically as aggregated summaries, calculated key performance indicator (KPI), or snapshots. As there may be undiscovered value in the raw data, big data systems can store and process very large data volumes and can be analyzed and mined by advanced analytic tools and data scientists for insight into the operations.
- Drupal 8 Blueprints
- Ceph Cookbook
- OpenCV 3和Qt5計算機視覺應用開發
- TestNG Beginner's Guide
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 零基礎學Java程序設計
- MongoDB,Express,Angular,and Node.js Fundamentals
- C++ Fundamentals
- 算法設計與分析:基于C++編程語言的描述
- Kotlin進階實戰
- 微前端設計與實現
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 用Go語言自制編譯器
- Game Development Patterns and Best Practices