SlideShare a Scribd company logo
Understanding the Information
Architecture, Data Management, and
Analysis Challenges and Opportunities
of the Internet of Things
As the hodge-podge of IoT’s connected and instrumented devices
reaches maturity, organizations need a robust enterprise information
architecture to collect, manage and analyze its rich, real-time data.
Here’s how to get started, with a framework, implementation strategy
and use cases.
Executive Summary
We live in an age of information explosion,
driven by technology that has progressed from
monolithic mainframes, to distributed computing,
to on-premises and hybrid distributing computing,
and towards multi-tenant cloud environments.
Further, a new paradigm has emerged where con-
nectivity has a multitude of channels – mobile,
tablets, sensors and monitors – that yield an
abundance of data and intelligence about those
devices and their users.
This interconnected world of disparate devices,
communication and transmission of large
volumes of data across various formats is col-
lectively referred to as the Internet of Things
(loT). The great promise of IoT is that it will
allow these devices (“things”) to provide data
about themselves that can be communicated and
controlled remotely – even automatically. This
allows for more direct integration between com-
puter-based systems and the physical world.
Many have referred to IoT as the third wave of
the Internet’s evolution, moving beyond today’s
widespread mobile access that connects several
billion people, and on to a massive new world of
tens of billions of connected sensors and devices,1
according to Gartner Inc. research. These can
range from smart refrigerators, thermostats,
personal fitness equipment and cars, and on
to heart monitoring implants, railroad safety
monitors, field operation devices in a variety of
industries and even “smart cities.” It is a future
that will require the collection, storage and
real-time analysis of vast amounts of machine
data across various formats.
The question is, how can this powerful new
technology be practically and profitably set up and
deployed to benefit companies and customers? The
cognizant 20-20 insights | april 2016
• Cognizant 20-20 Insights
cognizant 20-20 insights 2
purpose of this white paper is to provide insights
on IoT, and to provide a blueprint for practical
courses of action. We’ll look at the following:
•	An IoT framework, as it’s key to building blocks
and capabilities.
•	Representative use cases by industry.
•	An IoT maturity model, which is critical in
gauging adoption approaches.
The IoT Framework
Most of IoT is machine-generated data, so it’s
useful to think of it as a large-scale information
architecture with complex spatial data, extremely
fast speeds of data movement and numerous
data sources.
Device Types
Three types of device data can be comingled with
enterprise data sets to achieve IoT insights. They
include data from the following:
•	Consumer home devices: These include items
used on a day-to-day basis by consumers, such
as appliances, meters and sensors that monitor
IoT Framework
DEVICES
Consumer Commercial Industrial
GATEWAYS
Wireless Cellular Ethernet WPAN
DEVICE
SECURITY
Connect Identity Authenticate Encryption
INGESTION,
INTEGRATION &
COMPUTING Event
Streaming
Rules &
Transformation
Third Party APIs Analytical Engine
(Correlation/
Modeling)
Alerts Engine
DATA
STORES
Raw
Streaming
Master (Device
+ Relevant)
Operational
Data
Analytical
Data
Discovery
Data
Time Series
Data
SERVICES
LAYERS
Real Time APIs Semantic Layer Analytical APIs
APPLICATIONS
Device
Operational
KPIs
Device
Performance
Dashboards
Device
Analytical
Applications
CONSUMPTION
Web/Desktops Search & Query Data Analysis Devices
</>
</>
Figure 1
cognizant 20-20 insights 3
and frequently communicate such things as
light and temperature.
•	Commercial-grade devices: This covers such
industries as automotive, healthcare, electron-
ics, high-tech and med-tech, where devices
transmit data based on consumer interaction
and usage.
•	Industrial-grade devices: These include
devicesthatassistincriticalbusinessoperations
for security, operations, logistics and control.
Examples here are healthcare diagnostic
machines, manufacturing equipment, transpor-
tation logistics, cameras and sensors.
Connectivity
IoT devices can connect to the network using
Bluetooth,cellular,Wi-Fiorahardwareconnection,
sending messages using a defined protocol.
One of the most popular and widely supported
protocols for IoT applications is message queue
telemetry transport (MQTT), but plenty of alter-
natives exist, including constrained application
protocol, XMPP and others.
Security
With the exponential increase in connected
devices interacting and exchanging data with
each other, security solutions are likely to
multiply. There is a need to ensure that com-
munication flows are authentic and authorized,
enabling system and device manufacturers, as
well as service providers, to integrate the right
level of security without compromising the user
experience. Here, it is critical to create layers
of security implementations, integrity checks,
authentication and secure key management at
the device level. Extremely important is the right
level of encryption and tokenization2
to securely
transmit hack-proof sensitive data. This will
become ever more important as IoT matures.
Standardization
In a true IoT system, diverse devices and systems
share information and interact across devices and
business applications. However, industrial control
today is dominated by proprietary interfaces
and equipment designs. Bridging these devices
will require some form of standardization of
messages, data and delivery formats without
disrupting the key functioning of the devices.
Ingestion and Integration
Machines and devices are not traditional IT
systems. In order to realize the full potential of
IoT, they will need to be configured to produce
data themselves, and not merely the other way
around. Integration technology needs to adapt as
well, making sure that it can deal with streaming
and unstructured data, including many instances
where data needs to be processed “in flight” as
it moves from a particular device to data reposi-
tories. And contrary to classical enterprise inte-
gration, IoT integration is based on time-series
processing and data correlation logic, along with
timely data synchronization. This requires a type
of integration where correlation of device data
with other device data leads to immediate noti-
fications. Only with this kind of integration can
users take tactical and strategic actions informed
by IoT intelligence.
Typically, IoT data sources feature velocity and
volume thousands of times greater than social
media sources. To substantiate this hypothesis, if
we take an order of magnitude of even 10 billion
devices, each generating millions of events per
second in click streams, logs, sensory data and
other forms of device data, compared to millions
of responses to posts/tweets on social media per
day (that also depends on the number of posts,
which usually don’t go over five), we can gauge
the disruption IoT brings to the table. It is often
too big to fit in memory – and most types of IoT
data analysis are not summarizations that allow
records to be discarded – which precludes the
use of NoSQL3
database platforms or in-memory
databases. Thus, a distributed platform is needed,
one that can reliably process and store many
gigabytes per second. Many valuable IoT data
sources individually generate tens of gigabytes
of complex records per second without inter-
ruption, and many applications of that data
combine multiple data sources. These records
must be parsed, processed, indexed and stored at
massively fast transmission rates if they are going
to be analyzed in real time or near real time.
Data Layer: Complex Spatial Data Models
and Analysis
A characteristic of most IoT data is that it captures
measurements of the real world. Most of this data
is sourced automatically from smart objects instru-
mented with sensing, computing and communica-
Contrary to classical enterprise
integration, IoT integration is based
on time-series processing and data
correlation logic, along with timely data
synchronization.
cognizant 20-20 insights 4
tion capabilities. Events in data streams can be
correlated and contextualized across diverse data
sources, based on when and where they happen.
The data typically involves complex geospatial
geometry, such as the paths people take or the
interactions of different types of sensors. Many
of these spatial data types are complex, and the
analytics are frequently spatial-join operations
across these data sources. Spatial joins involve
ways to link disparate data via context, semantics
or other probabilistic discovery mechanisms
compared to a deterministic approach in relational
database management systems.
It is important to identify the characteristics of
a database that make it suitable for typical IoT
applications. Requirements here fall into these
general categories:
•	Device master data repository housing
different types of devices, as well as necessary
relevant information that can be integrated
with other data repositories to gain insights.
•	Continuous machine-scale ingestion,
indexing and storage: Even a modest  data
source may generate  millions of complex
records per second  on a continuous basis,
which usually can continuously stream into a
data landing zone for storage and processing.
•	Operational (real-time) queries and
analytics, which extract value from IoT data.
This is all about minimizing the latency (time
lag) from data ingestion to online queries and
actionable analytics. For many applications,
the value of the data is highly perishable, with
an exponential decay measured in seconds. IoT
queries and analytics are rarely summariza-
tions, stream processing rarely works and
there is the need to support ad hoc queries in
something like a SQL interface. Depending on
the use case, these queries can be merged into
A characteristic of most IoT data is that it captures
measurements of the real world. Most of this data
is sourced automatically from smart objects instru-
mented with sensing, computing and communica-
tion capabilities. Events in data streams can be
correlated and contextualized across diverse data
sources, based on when and where they happen.
The data typically involves complex geospatial
geometry, such as the paths people take or the
interactions of different types of sensors. Many
of these spatial data types are complex, and the
analytics are frequently spatial-join operations
across these data sources. Spatial joins involve
ways to link disparate data via context, semantic
or other probabilistic discovery mechanisms
compared to a deterministic approach in relational
database management systems.
It is important to identify the characteristics of
a database that make it suitable for typical IoT
applications. Requirements here fall into these
general categories:
•	Device master data repository housing
different types of devices, as well as necessary
relevant information that can be integrated
with other data repositories to gain insights.
•	Continuous machine-scale ingestion,
indexing and storage: Even a modest  data
source may generate  millions of complex
records per second  on a continuous basis,
which usually can continuously stream into a
data landing zone for storage and processing.
•	Operational (real-time) queries and
analytics, which extract value from IoT data.
This is all about minimizing the latency (time
lag) from data ingestion to online queries and
actionable analytics. For many applications,
the value of the data is highly perishable, with
an exponential decay measured in seconds. IoT
queries and analytics are rarely summariza
Industry Representative Use Case
Manufacturing A manufacturing company can use all the data generated, processed and
gathered from IoT devices not only to implement manufacturing lean principles
but also to fine-tune methodologies, concepts (including Six Sigma), processes
and strategies to finally achieve maximum output with minimum input. Instances
where enablement can be provided include:
•	Real-time operational KPI monitoring of machine diagnostics for performance,
breakdown and timely maintenance extending its usability and throughput.
•	Provides 360-degree visibility into shop floors, supply chains, warehouses and
distribution, delivering real-time data streams that can be used to identify new
patterns, optimize processes, gain and maintain complete operational control
and drive new levels of efficiency across the manufacturing industry and
adjacent sectors.
Insurance Many automobile insurers can gain added insight into the driving habits of their
customers. Through the use of smart devices within customer vehicles, insurers
now have access to a breadth of data that will allow them to provide more
personalized service while simplifying their processes. By combining diverse
spatial data on vehicle speed, road conditions, accidents, driving distance,
time of day, weather conditions and vehicle make, insurers are able to build
new offerings, improve services and provide usage-based plans for better risk
coverage and smoother claims processes. Risks can be reduced with more
timely and accurate data.
Healthcare Health risks can be averted, and costs contained, via remote patient monitoring
of wearable devices for vital conditions, with data streamed quickly to
provide timely insights into patient progress. If there is a need for immediate
medical attention, real-time notifications can be sent to the nearest hospitals
or pharmacies.
Potential IoT Uses Across Industries
Figure 2
cognizant 20-20 insights 5
one type of database, or be kept separately in
their respective work areas.
•	 IoT data is all about spatio-temporal relation-
ships and join operations. To support speed
and scale, there is the need for a true spatial
database for normal complex operations, or a
true time-series database for very simple uses. 
•	Supporting data platforms for discovery.
Consuming Patterns for IoT: Real-Time
Operational Queries and Analytics
IoT implementations typically require timely
queries of live ingested and historical data.
The resulting analytics are not summariza-
tions of data sets or simple event graphs, nor
are they stream processing. This is real time in
the sense of an online transaction processing
(OLTP) database, without the complex trans-
actions, and requiring much greater scale.
The challenge of typical IoT architectures is not
that different from other technologies. The issue
revolves around finding components for the
architecture that weave together the above capa-
bilities simultaneously.
Potential Use Case Variants
Many excellent use cases and technology patterns
abound across industries, several of which are
good candidates for an IoT implementation.
Figure 2 (on page 4) details some of the possi-
Level Description Causes
0:
Use-Case-Based
Pilot Integration
Based on a use case, device
data will be integrated with the
enterprise ecosystem with the
right tenancy (on-premises/
cloud).
Synergies of device data are not yet
established and opportunities for seamless
integration are still in discovery mode.
1:
Stabilization
The ecosystem of device data
and enterprise data has been
harmonized with some level of
repeatable synergy successes.
Some multi-tenancy options are
in the exploration stage.
Device data has established some level
of integration with enterprise data, with
optimization in latency, storage and analysis.
2:
Standardization
Device data has been
standardized in acquisition,
integration and consumption
patterns. Coexistence with
enterprise data repositories is in
place, with tenancy guidelines.
Repeatable synergies and learnings ensure
that there are defined standards and norms
for onboarding device data from acquisition
to analysis. This ensures timeliness of the
onboarding-to-analysis process. There is some
interoperability among various resources and
data providers and consumers.
3:
Optimization
Onboarding, availability and
consumption of all device data
across NoSQL, master data
management (MDM) stores,
enterprise data platforms and
other types of data platforms
are available without much
delay, to address operational and
strategic insights on devices.
Organizations are continuously measuring
effectiveness of nonfunctional service level
agreements for device latency and operational
metrics, and are discovering newer insights to
enhance operability. Optimizations in effective
data access, integration and analytics is
accomplished.
4:
Governance
Agile governance to manage
technology, data and analytical
paradigms for newer devices,
their operational metrics and
analytical metrics are well
orchestrated with well-defined
guidelines for tenancy.
Device data is a governable asset and has
a defined set of processes and procedures,
especially when it comes to managing device
data assets with the right architectural patterns
and tenancy decisions. More increased focus is
on resource discovery, reasoning and knowledge
extraction on existing and new devices.
IoT’s Evolution, from Inception to a Well-Optimized State
Figure 3
cognizant 20-20 insights 6
bilities. In each case, potential technology consid-
erations include advanced analytics, in-memory
(high-speed computing), real-time ingestion, data
layer and semantic standardization of devices via
APIs and ontologies.
Assessing IoT Maturity
The various steps in maturity of an entire
IoT ecosystem involve realizing the optimal
synergy among such elements as devices,
sensors, networks, data repositories and stan-
dardization APIs, all with seamless integration,
and offering the ability to serve different types
of analytics. This synergy is illustrated by the
maturity progression shown in Figure 3 (on
preceding page).
Making Sense of Critical Technology
Intersections
There are numerous data management technolo-
gies that must be coordinated to enable proper
IoT functionality. Figure 4 details what these
technologies can accomplish and future potential
considerations for optimizing IoT deployments.
In dealing with large volumes of distributed
and heterogeneous IoT data, issues related
to interoperability, automation and data
analytics will require common description
and data representation frameworks
and machine-readable and machine-
interpretable data descriptions.
Technologies IoT Consideration
Real-Time
Ingestion
•	Continuous streaming of IoT device data in raw form. Potential technology
candidates for this category include open source: Apache Kafka.
•	Near-real-time event processing with some transformation, filtering and deci-
sion-driving rules. Apache Kafka or Flume with Yarn and HBase are potential
candidates for this category.
•	Complex event processing with correlations and aggregations at ultra-low
latency. SPARK with HBase and HDFs usually work better in this space.
Data
Repository
There are several options for storing IoT data. Depending on the needs for
throughput, latency and volume to add new event data types, NoSQL for the
lower latency and higher throughput and HDFS for batch mode analysis can be
considered. Time-series databases are also gaining popularity due to latency-based
analysis having high performance and clustering demands.
In-Memory
(High-Speed
Computing)
Operational intelligence for IoT requires a computing platform that can store, update
and continuously analyze data sets representing dynamic real-world entities or
business assets. In-memory computing, which can perform these functions at scale
and with extremely low latency, provides the computing power required.
Advanced
Analytics
Here, there is the need for a scalable machine-learning library consisting of
algorithms and utilities - including classification, regression and clustering – to
perform predictive analytics on large sets of device data. Depending on the
scalability and provisioning needs, the same could be done in a cloud environment.
In-memory analytics technologies such as SAP HANA and SPARK6
are potential
technology candidates here.
Semantic
Integration
To achieve IoT standardization, organizations will need a more intelligent way to
enable new devices to be recognized and profiled and to be able to transmit data
that can be consistently interpreted. A semantic model enabling rapid onboarding
via right device ontology and evolving rapidly without much overhead will provide
value here. In dealing with large volumes of distributed and heterogeneous IoT
data, issues related to interoperability, automation and data analytics will require
common description and data representation frameworks and machine-readable
and machine-interpretable data descriptions. Data annotations and semantic
descriptions can be used at different levels, and semantic annotations can be
applied to various resources in the IoT.
IoT Technology Challenges/Solutions
Figure 4
cognizant 20-20 insights 7
Looking Forward: Recommended
Approach
To leverage the IoT’s virtues, organizations need
an implementation framework informed by best-
of-breed use cases, influenced by a strategy
guided by continuous maturing, from technology
selection through implementation and testing
and ongoing refinement and governance. To
achieve these goals, we advise organizations to:
•	 Consider best-of-breed use cases. Each in-
dustry is unique; they rarely rely on the same
types of platforms. Moreover, most big data
management platforms are unable to ac-
commodate the scale and required real-time
speed of IoT. Custom implementations, each
built with specific technologies, are typically
required to bring IoT to its most effective ma-
turity.
•	 Determine agreed-upon standards of
connectivity and security. This is nec-
essary to ensure a viable IoT future,
one that can communicate and collabo-
rate rather than exist in ecosystem silos.
Assess appropriate technologies for par-
ticular uses. Integration and coexistence
of technology, platforms and locations is
critical since there is no one technology or
platform that can solve all IoT challenges
and requirements. Further, each of the par-
ticular functions of an IoT implementa-
tion – data gathering, storage, high-speed
computing and analytics – requires unique
sets of technologies best suited to the task.
Start small. There is a natural progression in
an IoT implementation, which should start with
a pilot use case. (For more, read “Transcend-
ing the Hype: A Transformative IoT Emerges.”)
Maturity and success will develop as device
data is added to the enterprise ecosystem, and
will progress through optimization and agile
governance.
Within the discipline known as the Internet
of Things, the opportunities inherent in
real-time data gathering, analysis and action
are abundant. Those companies that stake out
an IoT position in their respective industry
sectors will find themselves ahead of the com-
petition in product development, customer
service, risk avoidance and predictive analytics.
Footnotes
1	 http://www.gartner.com/newsroom/id/3165317.
2	 A process where a sensitive piece of data is substituted by its nonsensitive equivalent to prevent misuse
of confidential information.
3	 A NoSQL database environment is, simply put, a non-relational and largely distributed database system
that enables rapid, ad-hoc organization and analysis of extremely high-volume, disparate data types.
4	 A high-volume, low-latency throughput open source message brokering engine for real-time data feeds.
5	 A column-oriented database more suited for sparse data sets simplifying storage and performance needs
for data querying and analysis.
6	 An open source engine that combines SQL, streaming and complex analysis at high processing speeds.
About Cognizant
Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business
process outsourcing services, dedicated to helping the world’s leading companies build stronger business-
es. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction,
technology innovation, deep industry and business process expertise, and a global, collaborative work-
force that embodies the future of work. With over 100 development and delivery centers worldwide and
approximately 221,700 employees as of December 31, 2015, Cognizant is a member of the NASDAQ-100,
the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and
fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant.
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
Email: inquiry@cognizant.com
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD
Phone: +44 (0) 20 7297 7600
Fax: +44 (0) 20 7121 0102
Email: infouk@cognizant.com
India Operations Headquarters
#5/535, Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060
Email: inquiryindia@cognizant.com
­­© Copyright 2016, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is
subject to change without notice. All other trademarks mentioned herein are the property of their respective owners.
About the Author
Ajay Raina is a Principal Architect (Director) within Cognizant’s Analytics and Information Management
Practice. As a key leader, he advises banking, financial services, healthcare and life sciences clients, among
others, on enterprise information management strategies. His forte is establishing stability, optimization
and modernization of enterprise information architecture for data management and analytics initiatives.
In pursuit of enterprise information management excellence, Ajay provides strategic oversight, thought
leadership, delivery guidance, technology enablement and solution definitions, blending in leading and
proven practices in information management initiatives. He has 20-plus years of information management
experience in leading data warehousing, MDM, big data and analytics engagements. Ajay can be reached
at Ajay.Raina@cognizant.com.
Codex 1824

More Related Content

What's hot

Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Cognizant
 
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer ExperienceCMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
Cognizant
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
Cognizant
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
Cognizant
 
Big Data, Analytics and Data Science
Big Data, Analytics and Data ScienceBig Data, Analytics and Data Science
Big Data, Analytics and Data Science
dlamb3244
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
Cognizant
 
IDC Rethinking the datacenter
IDC Rethinking the datacenterIDC Rethinking the datacenter
IDC Rethinking the datacenter
Robèr van den Brink ★
 
The M2M platform for a connected world
The M2M platform for a connected worldThe M2M platform for a connected world
The M2M platform for a connected world
The Marketing Distillery
 
Data Derived Growth
Data Derived GrowthData Derived Growth
Data Derived Growth
Ericsson
 
Smart data transformation study
Smart data transformation studySmart data transformation study
Smart data transformation study
Infosys Consulting
 
The age of artificial intelligence
The age of artificial intelligenceThe age of artificial intelligence
The age of artificial intelligence
Infosys Consulting
 
Big Data: Where is the Real Opportunity?
Big Data: Where is the Real Opportunity?Big Data: Where is the Real Opportunity?
Big Data: Where is the Real Opportunity?
Cartesian (formerly CSMG)
 
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
RapidValue
 
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle MollotInterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
IBM Events
 
Managed IT as a Service White Paper
Managed IT as a Service White PaperManaged IT as a Service White Paper
Managed IT as a Service White Paper
Edel Creely
 
Connected Shipping: Riding the Wave of E-Commerce
Connected Shipping: Riding the Wave of E-CommerceConnected Shipping: Riding the Wave of E-Commerce
Connected Shipping: Riding the Wave of E-Commerce
Cognizant
 
Module 4 - Data as a Business Model - Online
Module 4 - Data as a Business Model - OnlineModule 4 - Data as a Business Model - Online
Module 4 - Data as a Business Model - Online
caniceconsulting
 
Business planning in digital age
Business planning in digital ageBusiness planning in digital age
Business planning in digital age
Infosys Consulting
 
Yncomp
YncompYncomp
From Data to Insights: How IT Operations Data Can Boost Quality
From Data to Insights: How IT Operations Data Can Boost QualityFrom Data to Insights: How IT Operations Data Can Boost Quality
From Data to Insights: How IT Operations Data Can Boost Quality
Cognizant
 

What's hot (20)

Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer ExperienceCMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
CMOs & CIOs: Aligning Marketing & IT to Elevate the Customer Experience
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
Big Data, Analytics and Data Science
Big Data, Analytics and Data ScienceBig Data, Analytics and Data Science
Big Data, Analytics and Data Science
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
IDC Rethinking the datacenter
IDC Rethinking the datacenterIDC Rethinking the datacenter
IDC Rethinking the datacenter
 
The M2M platform for a connected world
The M2M platform for a connected worldThe M2M platform for a connected world
The M2M platform for a connected world
 
Data Derived Growth
Data Derived GrowthData Derived Growth
Data Derived Growth
 
Smart data transformation study
Smart data transformation studySmart data transformation study
Smart data transformation study
 
The age of artificial intelligence
The age of artificial intelligenceThe age of artificial intelligence
The age of artificial intelligence
 
Big Data: Where is the Real Opportunity?
Big Data: Where is the Real Opportunity?Big Data: Where is the Real Opportunity?
Big Data: Where is the Real Opportunity?
 
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
Digitizing Insurance - Transforming Legacy Systems to Adopt Modern and Emergi...
 
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle MollotInterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
 
Managed IT as a Service White Paper
Managed IT as a Service White PaperManaged IT as a Service White Paper
Managed IT as a Service White Paper
 
Connected Shipping: Riding the Wave of E-Commerce
Connected Shipping: Riding the Wave of E-CommerceConnected Shipping: Riding the Wave of E-Commerce
Connected Shipping: Riding the Wave of E-Commerce
 
Module 4 - Data as a Business Model - Online
Module 4 - Data as a Business Model - OnlineModule 4 - Data as a Business Model - Online
Module 4 - Data as a Business Model - Online
 
Business planning in digital age
Business planning in digital ageBusiness planning in digital age
Business planning in digital age
 
Yncomp
YncompYncomp
Yncomp
 
From Data to Insights: How IT Operations Data Can Boost Quality
From Data to Insights: How IT Operations Data Can Boost QualityFrom Data to Insights: How IT Operations Data Can Boost Quality
From Data to Insights: How IT Operations Data Can Boost Quality
 

Similar to Understanding the Information Architecture, Data Management, and Analysis Challenges and Opportunities of the Internet of Things

IOT_BDA_Proposal_Draft (1).ppt
IOT_BDA_Proposal_Draft (1).pptIOT_BDA_Proposal_Draft (1).ppt
IOT_BDA_Proposal_Draft (1).ppt
StrangerStrangeinSno
 
IoT [Internet of Things]
IoT [Internet of Things]IoT [Internet of Things]
IoT [Internet of Things]
Er. Arpit Sharma
 
Fog computing and data concurrency
Fog computing and data concurrencyFog computing and data concurrency
Fog computing and data concurrency
Priyanka Goswami
 
F5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready InfrastructureF5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
inventy
 
The Five Essential IoT Requirements and How to Achieve Them
The Five Essential IoT Requirements and How to Achieve ThemThe Five Essential IoT Requirements and How to Achieve Them
The Five Essential IoT Requirements and How to Achieve Them
Cognizant
 
thomas.pptx
thomas.pptxthomas.pptx
thomas.pptx
ThomasJose43
 
IOT_PPT1.pdf
IOT_PPT1.pdfIOT_PPT1.pdf
IOT_PPT1.pdf
laxmikanth45
 
iot.docx
iot.docxiot.docx
Data dynamics in IoT Era
Data dynamics in IoT EraData dynamics in IoT Era
Data dynamics in IoT Era
Paddy Ramanathan
 
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
Data IQ Argentina
 
Unit 3 - Internet of Things - www.rgpvnotes.in.pdf
Unit 3 - Internet of Things - www.rgpvnotes.in.pdfUnit 3 - Internet of Things - www.rgpvnotes.in.pdf
Unit 3 - Internet of Things - www.rgpvnotes.in.pdf
ShubhamYadav73126
 
Smart city landscape
Smart city landscapeSmart city landscape
Smart city landscape
Samir SEHIL
 
Deep Learning and Big Data technologies for IoT Security
Deep Learning and Big Data technologies for IoT SecurityDeep Learning and Big Data technologies for IoT Security
Deep Learning and Big Data technologies for IoT Security
IRJET Journal
 
A Smart ITS based Sensor Network for Transport System with Integration of Io...
A Smart ITS based Sensor Network for Transport System with Integration of  Io...A Smart ITS based Sensor Network for Transport System with Integration of  Io...
A Smart ITS based Sensor Network for Transport System with Integration of Io...
IRJET Journal
 
Internet of Things Presentation to Los Angeles CTO Forum
Internet of Things Presentation to Los Angeles CTO ForumInternet of Things Presentation to Los Angeles CTO Forum
Internet of Things Presentation to Los Angeles CTO Forum
Fred Thiel
 
Internet of things (IOT) connects physical to digital
Internet of things (IOT) connects physical to digitalInternet of things (IOT) connects physical to digital
Internet of things (IOT) connects physical to digital
Eslam Nader
 
lee2015.pdf
lee2015.pdflee2015.pdf
lee2015.pdf
BabarHameed6
 
Unit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxUnit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptx
Bharat Tank
 
IOT DATA AND BIG DATA
IOT DATA AND BIG DATAIOT DATA AND BIG DATA

Similar to Understanding the Information Architecture, Data Management, and Analysis Challenges and Opportunities of the Internet of Things (20)

IOT_BDA_Proposal_Draft (1).ppt
IOT_BDA_Proposal_Draft (1).pptIOT_BDA_Proposal_Draft (1).ppt
IOT_BDA_Proposal_Draft (1).ppt
 
IoT [Internet of Things]
IoT [Internet of Things]IoT [Internet of Things]
IoT [Internet of Things]
 
Fog computing and data concurrency
Fog computing and data concurrencyFog computing and data concurrency
Fog computing and data concurrency
 
F5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready InfrastructureF5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready Infrastructure
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
The Five Essential IoT Requirements and How to Achieve Them
The Five Essential IoT Requirements and How to Achieve ThemThe Five Essential IoT Requirements and How to Achieve Them
The Five Essential IoT Requirements and How to Achieve Them
 
thomas.pptx
thomas.pptxthomas.pptx
thomas.pptx
 
IOT_PPT1.pdf
IOT_PPT1.pdfIOT_PPT1.pdf
IOT_PPT1.pdf
 
iot.docx
iot.docxiot.docx
iot.docx
 
Data dynamics in IoT Era
Data dynamics in IoT EraData dynamics in IoT Era
Data dynamics in IoT Era
 
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
¿Cómo puede ayudarlo Qlik a descubrir más valor en sus datos de IoT?
 
Unit 3 - Internet of Things - www.rgpvnotes.in.pdf
Unit 3 - Internet of Things - www.rgpvnotes.in.pdfUnit 3 - Internet of Things - www.rgpvnotes.in.pdf
Unit 3 - Internet of Things - www.rgpvnotes.in.pdf
 
Smart city landscape
Smart city landscapeSmart city landscape
Smart city landscape
 
Deep Learning and Big Data technologies for IoT Security
Deep Learning and Big Data technologies for IoT SecurityDeep Learning and Big Data technologies for IoT Security
Deep Learning and Big Data technologies for IoT Security
 
A Smart ITS based Sensor Network for Transport System with Integration of Io...
A Smart ITS based Sensor Network for Transport System with Integration of  Io...A Smart ITS based Sensor Network for Transport System with Integration of  Io...
A Smart ITS based Sensor Network for Transport System with Integration of Io...
 
Internet of Things Presentation to Los Angeles CTO Forum
Internet of Things Presentation to Los Angeles CTO ForumInternet of Things Presentation to Los Angeles CTO Forum
Internet of Things Presentation to Los Angeles CTO Forum
 
Internet of things (IOT) connects physical to digital
Internet of things (IOT) connects physical to digitalInternet of things (IOT) connects physical to digital
Internet of things (IOT) connects physical to digital
 
lee2015.pdf
lee2015.pdflee2015.pdf
lee2015.pdf
 
Unit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxUnit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptx
 
IOT DATA AND BIG DATA
IOT DATA AND BIG DATAIOT DATA AND BIG DATA
IOT DATA AND BIG DATA
 

More from Cognizant

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Cognizant
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Cognizant
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
Cognizant
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
Cognizant
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
Cognizant
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Cognizant
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
Cognizant
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
Cognizant
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Cognizant
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Cognizant
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
Cognizant
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
Cognizant
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
Cognizant
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
Cognizant
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Cognizant
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
Cognizant
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of Next
Cognizant
 
Realising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value ChainRealising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value Chain
Cognizant
 
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional ChessboardThe Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
Cognizant
 
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw NearUse AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
Cognizant
 

More from Cognizant (20)

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of Next
 
Realising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value ChainRealising Digital’s Full Potential in the Value Chain
Realising Digital’s Full Potential in the Value Chain
 
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional ChessboardThe Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
The Work Ahead in M&E: Scaling a Three-Dimensional Chessboard
 
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw NearUse AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
Use AI to Build Member Loyalty as Medicare Eligibility Dates Draw Near
 

Understanding the Information Architecture, Data Management, and Analysis Challenges and Opportunities of the Internet of Things

  • 1. Understanding the Information Architecture, Data Management, and Analysis Challenges and Opportunities of the Internet of Things As the hodge-podge of IoT’s connected and instrumented devices reaches maturity, organizations need a robust enterprise information architecture to collect, manage and analyze its rich, real-time data. Here’s how to get started, with a framework, implementation strategy and use cases. Executive Summary We live in an age of information explosion, driven by technology that has progressed from monolithic mainframes, to distributed computing, to on-premises and hybrid distributing computing, and towards multi-tenant cloud environments. Further, a new paradigm has emerged where con- nectivity has a multitude of channels – mobile, tablets, sensors and monitors – that yield an abundance of data and intelligence about those devices and their users. This interconnected world of disparate devices, communication and transmission of large volumes of data across various formats is col- lectively referred to as the Internet of Things (loT). The great promise of IoT is that it will allow these devices (“things”) to provide data about themselves that can be communicated and controlled remotely – even automatically. This allows for more direct integration between com- puter-based systems and the physical world. Many have referred to IoT as the third wave of the Internet’s evolution, moving beyond today’s widespread mobile access that connects several billion people, and on to a massive new world of tens of billions of connected sensors and devices,1 according to Gartner Inc. research. These can range from smart refrigerators, thermostats, personal fitness equipment and cars, and on to heart monitoring implants, railroad safety monitors, field operation devices in a variety of industries and even “smart cities.” It is a future that will require the collection, storage and real-time analysis of vast amounts of machine data across various formats. The question is, how can this powerful new technology be practically and profitably set up and deployed to benefit companies and customers? The cognizant 20-20 insights | april 2016 • Cognizant 20-20 Insights
  • 2. cognizant 20-20 insights 2 purpose of this white paper is to provide insights on IoT, and to provide a blueprint for practical courses of action. We’ll look at the following: • An IoT framework, as it’s key to building blocks and capabilities. • Representative use cases by industry. • An IoT maturity model, which is critical in gauging adoption approaches. The IoT Framework Most of IoT is machine-generated data, so it’s useful to think of it as a large-scale information architecture with complex spatial data, extremely fast speeds of data movement and numerous data sources. Device Types Three types of device data can be comingled with enterprise data sets to achieve IoT insights. They include data from the following: • Consumer home devices: These include items used on a day-to-day basis by consumers, such as appliances, meters and sensors that monitor IoT Framework DEVICES Consumer Commercial Industrial GATEWAYS Wireless Cellular Ethernet WPAN DEVICE SECURITY Connect Identity Authenticate Encryption INGESTION, INTEGRATION & COMPUTING Event Streaming Rules & Transformation Third Party APIs Analytical Engine (Correlation/ Modeling) Alerts Engine DATA STORES Raw Streaming Master (Device + Relevant) Operational Data Analytical Data Discovery Data Time Series Data SERVICES LAYERS Real Time APIs Semantic Layer Analytical APIs APPLICATIONS Device Operational KPIs Device Performance Dashboards Device Analytical Applications CONSUMPTION Web/Desktops Search & Query Data Analysis Devices </> </> Figure 1
  • 3. cognizant 20-20 insights 3 and frequently communicate such things as light and temperature. • Commercial-grade devices: This covers such industries as automotive, healthcare, electron- ics, high-tech and med-tech, where devices transmit data based on consumer interaction and usage. • Industrial-grade devices: These include devicesthatassistincriticalbusinessoperations for security, operations, logistics and control. Examples here are healthcare diagnostic machines, manufacturing equipment, transpor- tation logistics, cameras and sensors. Connectivity IoT devices can connect to the network using Bluetooth,cellular,Wi-Fiorahardwareconnection, sending messages using a defined protocol. One of the most popular and widely supported protocols for IoT applications is message queue telemetry transport (MQTT), but plenty of alter- natives exist, including constrained application protocol, XMPP and others. Security With the exponential increase in connected devices interacting and exchanging data with each other, security solutions are likely to multiply. There is a need to ensure that com- munication flows are authentic and authorized, enabling system and device manufacturers, as well as service providers, to integrate the right level of security without compromising the user experience. Here, it is critical to create layers of security implementations, integrity checks, authentication and secure key management at the device level. Extremely important is the right level of encryption and tokenization2 to securely transmit hack-proof sensitive data. This will become ever more important as IoT matures. Standardization In a true IoT system, diverse devices and systems share information and interact across devices and business applications. However, industrial control today is dominated by proprietary interfaces and equipment designs. Bridging these devices will require some form of standardization of messages, data and delivery formats without disrupting the key functioning of the devices. Ingestion and Integration Machines and devices are not traditional IT systems. In order to realize the full potential of IoT, they will need to be configured to produce data themselves, and not merely the other way around. Integration technology needs to adapt as well, making sure that it can deal with streaming and unstructured data, including many instances where data needs to be processed “in flight” as it moves from a particular device to data reposi- tories. And contrary to classical enterprise inte- gration, IoT integration is based on time-series processing and data correlation logic, along with timely data synchronization. This requires a type of integration where correlation of device data with other device data leads to immediate noti- fications. Only with this kind of integration can users take tactical and strategic actions informed by IoT intelligence. Typically, IoT data sources feature velocity and volume thousands of times greater than social media sources. To substantiate this hypothesis, if we take an order of magnitude of even 10 billion devices, each generating millions of events per second in click streams, logs, sensory data and other forms of device data, compared to millions of responses to posts/tweets on social media per day (that also depends on the number of posts, which usually don’t go over five), we can gauge the disruption IoT brings to the table. It is often too big to fit in memory – and most types of IoT data analysis are not summarizations that allow records to be discarded – which precludes the use of NoSQL3 database platforms or in-memory databases. Thus, a distributed platform is needed, one that can reliably process and store many gigabytes per second. Many valuable IoT data sources individually generate tens of gigabytes of complex records per second without inter- ruption, and many applications of that data combine multiple data sources. These records must be parsed, processed, indexed and stored at massively fast transmission rates if they are going to be analyzed in real time or near real time. Data Layer: Complex Spatial Data Models and Analysis A characteristic of most IoT data is that it captures measurements of the real world. Most of this data is sourced automatically from smart objects instru- mented with sensing, computing and communica- Contrary to classical enterprise integration, IoT integration is based on time-series processing and data correlation logic, along with timely data synchronization.
  • 4. cognizant 20-20 insights 4 tion capabilities. Events in data streams can be correlated and contextualized across diverse data sources, based on when and where they happen. The data typically involves complex geospatial geometry, such as the paths people take or the interactions of different types of sensors. Many of these spatial data types are complex, and the analytics are frequently spatial-join operations across these data sources. Spatial joins involve ways to link disparate data via context, semantics or other probabilistic discovery mechanisms compared to a deterministic approach in relational database management systems. It is important to identify the characteristics of a database that make it suitable for typical IoT applications. Requirements here fall into these general categories: • Device master data repository housing different types of devices, as well as necessary relevant information that can be integrated with other data repositories to gain insights. • Continuous machine-scale ingestion, indexing and storage: Even a modest  data source may generate  millions of complex records per second  on a continuous basis, which usually can continuously stream into a data landing zone for storage and processing. • Operational (real-time) queries and analytics, which extract value from IoT data. This is all about minimizing the latency (time lag) from data ingestion to online queries and actionable analytics. For many applications, the value of the data is highly perishable, with an exponential decay measured in seconds. IoT queries and analytics are rarely summariza- tions, stream processing rarely works and there is the need to support ad hoc queries in something like a SQL interface. Depending on the use case, these queries can be merged into A characteristic of most IoT data is that it captures measurements of the real world. Most of this data is sourced automatically from smart objects instru- mented with sensing, computing and communica- tion capabilities. Events in data streams can be correlated and contextualized across diverse data sources, based on when and where they happen. The data typically involves complex geospatial geometry, such as the paths people take or the interactions of different types of sensors. Many of these spatial data types are complex, and the analytics are frequently spatial-join operations across these data sources. Spatial joins involve ways to link disparate data via context, semantic or other probabilistic discovery mechanisms compared to a deterministic approach in relational database management systems. It is important to identify the characteristics of a database that make it suitable for typical IoT applications. Requirements here fall into these general categories: • Device master data repository housing different types of devices, as well as necessary relevant information that can be integrated with other data repositories to gain insights. • Continuous machine-scale ingestion, indexing and storage: Even a modest  data source may generate  millions of complex records per second  on a continuous basis, which usually can continuously stream into a data landing zone for storage and processing. • Operational (real-time) queries and analytics, which extract value from IoT data. This is all about minimizing the latency (time lag) from data ingestion to online queries and actionable analytics. For many applications, the value of the data is highly perishable, with an exponential decay measured in seconds. IoT queries and analytics are rarely summariza Industry Representative Use Case Manufacturing A manufacturing company can use all the data generated, processed and gathered from IoT devices not only to implement manufacturing lean principles but also to fine-tune methodologies, concepts (including Six Sigma), processes and strategies to finally achieve maximum output with minimum input. Instances where enablement can be provided include: • Real-time operational KPI monitoring of machine diagnostics for performance, breakdown and timely maintenance extending its usability and throughput. • Provides 360-degree visibility into shop floors, supply chains, warehouses and distribution, delivering real-time data streams that can be used to identify new patterns, optimize processes, gain and maintain complete operational control and drive new levels of efficiency across the manufacturing industry and adjacent sectors. Insurance Many automobile insurers can gain added insight into the driving habits of their customers. Through the use of smart devices within customer vehicles, insurers now have access to a breadth of data that will allow them to provide more personalized service while simplifying their processes. By combining diverse spatial data on vehicle speed, road conditions, accidents, driving distance, time of day, weather conditions and vehicle make, insurers are able to build new offerings, improve services and provide usage-based plans for better risk coverage and smoother claims processes. Risks can be reduced with more timely and accurate data. Healthcare Health risks can be averted, and costs contained, via remote patient monitoring of wearable devices for vital conditions, with data streamed quickly to provide timely insights into patient progress. If there is a need for immediate medical attention, real-time notifications can be sent to the nearest hospitals or pharmacies. Potential IoT Uses Across Industries Figure 2
  • 5. cognizant 20-20 insights 5 one type of database, or be kept separately in their respective work areas. • IoT data is all about spatio-temporal relation- ships and join operations. To support speed and scale, there is the need for a true spatial database for normal complex operations, or a true time-series database for very simple uses.  • Supporting data platforms for discovery. Consuming Patterns for IoT: Real-Time Operational Queries and Analytics IoT implementations typically require timely queries of live ingested and historical data. The resulting analytics are not summariza- tions of data sets or simple event graphs, nor are they stream processing. This is real time in the sense of an online transaction processing (OLTP) database, without the complex trans- actions, and requiring much greater scale. The challenge of typical IoT architectures is not that different from other technologies. The issue revolves around finding components for the architecture that weave together the above capa- bilities simultaneously. Potential Use Case Variants Many excellent use cases and technology patterns abound across industries, several of which are good candidates for an IoT implementation. Figure 2 (on page 4) details some of the possi- Level Description Causes 0: Use-Case-Based Pilot Integration Based on a use case, device data will be integrated with the enterprise ecosystem with the right tenancy (on-premises/ cloud). Synergies of device data are not yet established and opportunities for seamless integration are still in discovery mode. 1: Stabilization The ecosystem of device data and enterprise data has been harmonized with some level of repeatable synergy successes. Some multi-tenancy options are in the exploration stage. Device data has established some level of integration with enterprise data, with optimization in latency, storage and analysis. 2: Standardization Device data has been standardized in acquisition, integration and consumption patterns. Coexistence with enterprise data repositories is in place, with tenancy guidelines. Repeatable synergies and learnings ensure that there are defined standards and norms for onboarding device data from acquisition to analysis. This ensures timeliness of the onboarding-to-analysis process. There is some interoperability among various resources and data providers and consumers. 3: Optimization Onboarding, availability and consumption of all device data across NoSQL, master data management (MDM) stores, enterprise data platforms and other types of data platforms are available without much delay, to address operational and strategic insights on devices. Organizations are continuously measuring effectiveness of nonfunctional service level agreements for device latency and operational metrics, and are discovering newer insights to enhance operability. Optimizations in effective data access, integration and analytics is accomplished. 4: Governance Agile governance to manage technology, data and analytical paradigms for newer devices, their operational metrics and analytical metrics are well orchestrated with well-defined guidelines for tenancy. Device data is a governable asset and has a defined set of processes and procedures, especially when it comes to managing device data assets with the right architectural patterns and tenancy decisions. More increased focus is on resource discovery, reasoning and knowledge extraction on existing and new devices. IoT’s Evolution, from Inception to a Well-Optimized State Figure 3
  • 6. cognizant 20-20 insights 6 bilities. In each case, potential technology consid- erations include advanced analytics, in-memory (high-speed computing), real-time ingestion, data layer and semantic standardization of devices via APIs and ontologies. Assessing IoT Maturity The various steps in maturity of an entire IoT ecosystem involve realizing the optimal synergy among such elements as devices, sensors, networks, data repositories and stan- dardization APIs, all with seamless integration, and offering the ability to serve different types of analytics. This synergy is illustrated by the maturity progression shown in Figure 3 (on preceding page). Making Sense of Critical Technology Intersections There are numerous data management technolo- gies that must be coordinated to enable proper IoT functionality. Figure 4 details what these technologies can accomplish and future potential considerations for optimizing IoT deployments. In dealing with large volumes of distributed and heterogeneous IoT data, issues related to interoperability, automation and data analytics will require common description and data representation frameworks and machine-readable and machine- interpretable data descriptions. Technologies IoT Consideration Real-Time Ingestion • Continuous streaming of IoT device data in raw form. Potential technology candidates for this category include open source: Apache Kafka. • Near-real-time event processing with some transformation, filtering and deci- sion-driving rules. Apache Kafka or Flume with Yarn and HBase are potential candidates for this category. • Complex event processing with correlations and aggregations at ultra-low latency. SPARK with HBase and HDFs usually work better in this space. Data Repository There are several options for storing IoT data. Depending on the needs for throughput, latency and volume to add new event data types, NoSQL for the lower latency and higher throughput and HDFS for batch mode analysis can be considered. Time-series databases are also gaining popularity due to latency-based analysis having high performance and clustering demands. In-Memory (High-Speed Computing) Operational intelligence for IoT requires a computing platform that can store, update and continuously analyze data sets representing dynamic real-world entities or business assets. In-memory computing, which can perform these functions at scale and with extremely low latency, provides the computing power required. Advanced Analytics Here, there is the need for a scalable machine-learning library consisting of algorithms and utilities - including classification, regression and clustering – to perform predictive analytics on large sets of device data. Depending on the scalability and provisioning needs, the same could be done in a cloud environment. In-memory analytics technologies such as SAP HANA and SPARK6 are potential technology candidates here. Semantic Integration To achieve IoT standardization, organizations will need a more intelligent way to enable new devices to be recognized and profiled and to be able to transmit data that can be consistently interpreted. A semantic model enabling rapid onboarding via right device ontology and evolving rapidly without much overhead will provide value here. In dealing with large volumes of distributed and heterogeneous IoT data, issues related to interoperability, automation and data analytics will require common description and data representation frameworks and machine-readable and machine-interpretable data descriptions. Data annotations and semantic descriptions can be used at different levels, and semantic annotations can be applied to various resources in the IoT. IoT Technology Challenges/Solutions Figure 4
  • 7. cognizant 20-20 insights 7 Looking Forward: Recommended Approach To leverage the IoT’s virtues, organizations need an implementation framework informed by best- of-breed use cases, influenced by a strategy guided by continuous maturing, from technology selection through implementation and testing and ongoing refinement and governance. To achieve these goals, we advise organizations to: • Consider best-of-breed use cases. Each in- dustry is unique; they rarely rely on the same types of platforms. Moreover, most big data management platforms are unable to ac- commodate the scale and required real-time speed of IoT. Custom implementations, each built with specific technologies, are typically required to bring IoT to its most effective ma- turity. • Determine agreed-upon standards of connectivity and security. This is nec- essary to ensure a viable IoT future, one that can communicate and collabo- rate rather than exist in ecosystem silos. Assess appropriate technologies for par- ticular uses. Integration and coexistence of technology, platforms and locations is critical since there is no one technology or platform that can solve all IoT challenges and requirements. Further, each of the par- ticular functions of an IoT implementa- tion – data gathering, storage, high-speed computing and analytics – requires unique sets of technologies best suited to the task. Start small. There is a natural progression in an IoT implementation, which should start with a pilot use case. (For more, read “Transcend- ing the Hype: A Transformative IoT Emerges.”) Maturity and success will develop as device data is added to the enterprise ecosystem, and will progress through optimization and agile governance. Within the discipline known as the Internet of Things, the opportunities inherent in real-time data gathering, analysis and action are abundant. Those companies that stake out an IoT position in their respective industry sectors will find themselves ahead of the com- petition in product development, customer service, risk avoidance and predictive analytics. Footnotes 1 http://www.gartner.com/newsroom/id/3165317. 2 A process where a sensitive piece of data is substituted by its nonsensitive equivalent to prevent misuse of confidential information. 3 A NoSQL database environment is, simply put, a non-relational and largely distributed database system that enables rapid, ad-hoc organization and analysis of extremely high-volume, disparate data types. 4 A high-volume, low-latency throughput open source message brokering engine for real-time data feeds. 5 A column-oriented database more suited for sparse data sets simplifying storage and performance needs for data querying and analysis. 6 An open source engine that combines SQL, streaming and complex analysis at high processing speeds.
  • 8. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process outsourcing services, dedicated to helping the world’s leading companies build stronger business- es. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative work- force that embodies the future of work. With over 100 development and delivery centers worldwide and approximately 221,700 employees as of December 31, 2015, Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 Email: inquiry@cognizant.com European Headquarters 1 Kingdom Street Paddington Central London W2 6BD Phone: +44 (0) 20 7297 7600 Fax: +44 (0) 20 7121 0102 Email: infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060 Email: inquiryindia@cognizant.com ­­© Copyright 2016, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. About the Author Ajay Raina is a Principal Architect (Director) within Cognizant’s Analytics and Information Management Practice. As a key leader, he advises banking, financial services, healthcare and life sciences clients, among others, on enterprise information management strategies. His forte is establishing stability, optimization and modernization of enterprise information architecture for data management and analytics initiatives. In pursuit of enterprise information management excellence, Ajay provides strategic oversight, thought leadership, delivery guidance, technology enablement and solution definitions, blending in leading and proven practices in information management initiatives. He has 20-plus years of information management experience in leading data warehousing, MDM, big data and analytics engagements. Ajay can be reached at Ajay.Raina@cognizant.com. Codex 1824