IOT Unit 4 Data and Analytics For IoT by Dr.M.K.Jayanthi Kannan
IOT Unit 4 Data and Analytics For IoT by Dr.M.K.Jayanthi Kannan
By
Staff Room: 324- 8. Dr. M.K. Jayanthi Kannan, M.E.,MS.,MBA., M.Phil., Ph.D.,
Office Hours : 8.30 AM -4 PM Professor,
Department of Computer Science Faculty of Engineering & Technology,
and Engineering, JAIN Deemed To-Be University,
FET Block, Bengaluru.
13
Internet of Things(Elective 2) Prepared by Dr.M.K.Jayanthi Kannan
Internet of Things(Elective 2) Prepared by
14
Dr.M.K.Jayanthi Kannan
Semi-Structured Data
• A third data classification, semi-structured data, is sometimes
included along with structured and unstructured data.
• semi-structured data is a hybrid of structured and
unstructured data and shares characteristics of both.
• While not relational, semi-structured data contains a certain
schema and consistency.
• Email is a good example of semi-structured data as the fields
are well defined but the content contained in the body field
and attachments is unstructured.
• JavaScript Object Notation (JSON) and Extensible Markup
Language (XML), which are common data interchange formats
used on the web and in some IoT data exchanges.
Data in Motion Versus Data at Rest
• As in most networks, data in IoT networks is either in transit
(“data in motion”) or being held or stored (“data at rest”).
• Examples of data in motion include traditional client/server
exchanges, such as web browsing and file transfers, and email.
• Data saved to a hard drive, storage array, or USB drive is data
at rest.
• From an IoT perspective, the data from smart objects is
considered data in motion as it passes through the network
en route to its final destination.
• This is often processed at the edge, using fog computing.
When data is processed at the edge, it may be filtered and
deleted or forwarded on for further processing and possible
storage at a fog node or in the data center.
Internet of Things(Elective 2) Prepared by
16
Dr.M.K.Jayanthi Kannan
Data at rest