- 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.
- Python程序設計教程(第2版)
- Apache ZooKeeper Essentials
- JavaScript:Functional Programming for JavaScript Developers
- Mastering Kotlin
- Mastering Julia
- INSTANT CakePHP Starter
- JavaScript前端開發與實例教程(微課視頻版)
- Java設計模式及實踐
- SQL Server 2012數據庫管理與開發項目教程
- MATLAB 2020從入門到精通
- 零基礎Java學習筆記
- Creating Stunning Dashboards with QlikView
- Oracle GoldenGate 12c Implementer's Guide
- INSTANT Yii 1.1 Application Development Starter
- 零基礎學C++(升級版)