SlideShare a Scribd company logo
1 of 48
Download to read offline
Cisco Connect Toronto
Canada • 18 October 2018
Global vision.
Local knowledge.
Cisco Kinetic:
Enabling Data Analytics for
the Internet of Things
Robert Barton, Distinguished Systems Engineer
October 18, 2018
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
A Quick
Introduction to
Data Analytics
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
A Quick Introduction to Data Analytics
Automation for Faster
Results
Reveal
Hidden Patterns
Make Data
Driven Decisions
Focus on
Important Things
• The goal is to uncover correlation and connections in large data sets
• We need to understand how to communicate with customers differently
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Value
Complexity
Descriptive
Analysis
Diagnostic
Analysis
Predictive
Analysis
Prescriptive
Analysis
The Increasing Value of Data Analytics
What is
Happening?
Why did it
Happen?
What is Likely to
Happen?
What Should I do
About it?
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
From Big Data
How Do we Get to Business Insights from Data?
Provide Actionable Insight
Reports and Dashboards
Extract Intelligence
Enhance the data
Quality Check the data
Transform the data
Connect the data
To Insightful Decisions
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Big Data is the term for a collection of data sets so
large and complex that it becomes difficult to
process using traditional data processing tools
So, What is Big Data ?(per Wikipedia definition)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
3Vs of Big Data
Big Data refers to distributed computing architectures specifically
aimed at the “3 V’s” of data: Volume, Velocity, and Variety
VELOCITY VARIETYVOLUME
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Unstructured vs. Structured Data
Unstructured data is a poor fit for traditional relational databases
2005 20152010
•More than 90% is unstructured data
•Quantity doubles every 2 years
•Most unstructured data is neither
stored nor analyzed!
10,000
0
GBofData
(INBILLIONS)
STRUCTURED DATA
UNSTRUCTURED DATA
Source: Cloudera
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Batch vs. Real-Time Analytics
Batch: Data at Rest
• Requires Batch-style analytics
• Huge volumes of data on disk
• Structured or semi-structured
• No rush to return the results
• Analysis is typically ”batch style”
Real-Time: Data in Motion
• Requires Real-time/Streaming style
analytics
• Typically processed in memory
• Tremendous velocity, high bandwidth
• Diverse data sources
• Low-latency processing required
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Data Management Systems Need Flexibility
Traditional Data
Warehouse
Big Data Store
Structured Data Unstructured Data Data Streaming at the Edge
Short and/or
Long Term
Make a Decision Today
Real Time
Make a Decision RIGHT NOW
Long Term
Plan for a Business
Decision
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Data
Preparation
Analyze Data
(Machine
Learning)
Connect to Data
Data
Visualization
Normalization of data flows
with context information, etc.
Data is
collected from
sensors
Process the data to derive
appropriate insights
GUI, REST API,
Kafka, Policy Export,
…
How do we Get Business Insights from Data?
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Big Data and The Data Management Lifecycle
Data
Preparation
Analyze The DataConnect Data
Data
Visualization
Cisco Provides Enablement Platforms
Supporting this architecture
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Understanding the Roles
Analytics / BI Software
Packages
Selection of the Right
analytics Tools
SQL Developers
Visual Analytics Tools
Users of Data Mining Tools
Data Acquisition
Data Manipulation
Data Movement
Machine Learning Methods
Connecting Data Insights to
the Business
Data
Scientist
Expertise
Data
Analyst
Expertise
Network Engineers build the platform supporting the business
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Types of Big Data Management Systems
NoSQL (Not Only SQL)
Fast key-value
store/retrieve in real time
Hadoop
Distributed batch,
query, and processing
Massive Parallel
Processing (MPP)
Shared-nothing
Structured and Unstructured
Unstructured Data
Structured Data (SQL)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Example: Hadoop Cluster in the DC or Cloud
Rack 1 Rack 2 Rack 3 Rack N
Name
Node
Rack
Switch
Data
Nodes
Distribution Switch• Big Data systems (such as
Hadoop) are primarily batch-type
analytics systems and are
centralized in the cloud of DC
• Not well suited for distributed IoT
devices
Name
Node
Name
Node
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Distributed
Analytics and
Data Movement
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
How do you Access all the Data ?
• Imagine a mega-field of oil with no
way to extract it from the ground
• Data needs to be extracted before
it can be refined, and then used
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
In IoT, the “Things” are Distributed
App
App
App
App
App
App
App
App
AppApp
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
The OpenFog Reference Architecture
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
• Data is collected and consolidated from various
sources by a “message broker”
• Think of the broker as a “Router” for data
• Aggregates data
• Uses standard protocols for data transmission,
such as MQTT or AMQP (Advanced Message
Queuing Protocol)
• Apache Kafka is well-known distributed
messaging system designed to scale for Big Data
Aggregating and Moving Data Around
Message Brokers
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
MQTT
• Clients Subscribe to topics to publish and receive messages
• Broker (MQTT Server) receives subscriptions from client topics
• Broker receives messages from clients and forwards to interested clients
Model
Publisher SubscriberTopic
Message Message
Broker
Subscribes to an MQTT
“topic” e.g. “temperature”
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cisco Kinetic
Building Blocks
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cisco Industrial IoT Networking Portfolio
Embedded
Networks
ESS, 5900 ESR
5921 SW ESR
IoT
Gateways
IR809, 829, 819H
Industrial
Security
ISA 3000
Industrial
Wireless
AP1552, AP1572,
IW3702
Industrial
Switching
IE 1K,2K,3K,4K,5K,
CGS
LoRaWAN
Industrial
Routing
ASR 902/903,
CGR 1000, CGR 2000
Edge
Computing
IOx
Fog Director
Management and
Automation
Field Network Director
Industrial Network
Director
Transportation Manufacturing Public SectorEnergy
IXM-LPWA
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IOX + Kinetic
IOX
IOS GOS (Linux)
Hypervisor
IR 8x9 HW
Kinetic
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IOX / Kinetic Network Infrastructure
IR829IR809 IE4000
Compute Module
CGR1240
§ Ethernet
§ Cellular 3G, 4G LTE
§ Wi-Fi
Broad Connectivity
§ HW Accelerated
Encryption
§ IPSec VPN
§ 802.1x
§ Firewall
§ Identity Services
Proven Security
§ Ruggedized for
shock/vibration,
humidity, temperature,
dust
§ DC power supplies
Industrial Grade
§ Centralized control
§ Network
§ Security
§ Fog applications
Policy-based
Management
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IoT Edge | Industrial
Compute Gateway IC3000
• Cisco IOx edge computing framework
• Developer tools for fast onboarding of container and VM
applications
• End-to-End Security
• Anti-tamper proof hardware and Secure bootloader
• Secure Cisco Linux Kernel
• Signed and trusted applications
• Management
• Zero touch deployment of thousands of gateways
• Remote upgrades of firmware and edge applications
• Remote monitoring, diagnostics, and troubleshooting of
gateways and edge applications
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
The Cisco
Kinetic Platform
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
What Does Kinetic do?
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Intent-Based Network
Cisco Networking
IoT Data Fabric
Cisco Kinetic is the Industry Leading IoT
Analytics Enablement Platform
Gateway Management
Module (GMM)
Edge & Fog
Processing Module (EFM)
Data
Control Module (DCM)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
§ Rapid deployment of gateways at scale
with minimum technical knowledge;
limited training required
§ Gateway management from single
pane of glass
§ Reduce upfront deployment and
ongoing maintenance cost
§ Improve the efficiency of operations
and utilization of assets and operators
§ Real-time status allows issues to be
identified and resolved in timely
manner
Cisco Kinetic – Gateway Management Module
Gateway Management Module
Intent-Based Network
Cisco Networking
Automatic
Onboarding
Configuration
& Management
Location
Tracking
Real-time
Monitoring
OS
Upgrades
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Kinetic Gateway Management Module
Secure connectivity for OT
• Secure connection of IoT Devices
• Simplified GW management at scale
• Secure IoT app lifecycle management
Cisco Kinetic
APPconfig
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
LTE Provider 1
Provider 2
Jasper Control
Center
Dual-SIM Mobile
Router (e.g. IR829)
on vehicle
LTE 2LTE 1
Provider 1
Jasper Control
Center
Cisco Kinetic (GMM)
FlexVPN Control
Tunnel
Kinetic GMM is the
FlexVPN Control
Plane
The vehicle
has one active
LTE backhaul
Kinetic GMM Deployment Example
Large Transit Operator in Canada
LTE Provider 2
FlexVPN Data
Tunnel
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Easy On-Boarding with Kinetic Mobile App
Large Transit Operator in Canada
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Intent-Based Network
Cisco Networking
IoT Data Fabric
Edge and Fog Fabric Module (EFM)
Gateway Management
Module (GMM)
Edge & Fog
Processing Module (EFM)
Data
Control Module (DCM)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Multiple raw
input Streams
from different
sensor types
The DSA message broker
consolidates IoT data and
forwards to cloud
Big Data storage
and deeper
analytics in the
cloud (HDFS,
etc.)
…ABBC
Cisco Kinetic Edge Fog Module (EFM)
DS Links (data connector)
• Data acquisition and protocol translation
• facilitating communication between edge
device and message broker
• MQTT, Modbus,
Note: Model is Based on Distributed Services Architecture (DSA) – http://www.iot-dsa.org
Fog / Edge Node (router or UCS C-Series)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Real-Time / Streaming Analytics at the Fog Layer
• Performs analytics in real-time data
as it is produced by devices
• Allows near-instant response to
changing conditions
• Aggregate data from many types of
sensors
• Use local storage for time-series
analysis (a data Historian)
Example: Analyze if data is outside
“Bollinger Bands” – a measurement of
volatility (standard deviations)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Cisco Kinetic Edge and Fog Processing Module (EFM)
Network
Products
Admin/Control
Runtime
System
Monitor
ParStream
(Historian Database)
DSLinks
Dataflow (analytics)
DSA Message Broker
System
Administrator
Development
IoT Gateway/Routers
Dataflow
Editor
Visualization
BI and Data
Visualization
Real-time
Data
Visualization
Acuity DGLux5
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Visual, Object
Oriented Data
Flows that Map
to Process are
the future
Drag and drop data policy
Kinetic EFM (Edge & Fog Module)
Intuitive, visual data policy editor to accelerate IoT projects
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Example: Data Management for Oil Drilling
7,000 Oil Wells x 1TB Data/Day/Well = 7PB Data/Day
Edge
Processing
Data Center
Fog
Processing
300 Platforms
7,000 Oil Wells
40
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Kinetic EFM and End-to-End IoT Analytics
Edge Processing
Temp Link
Flow Link
Flow Link
Temp Link
EFM
Broker
EFM
Broker
Edge Location
(7000)
Processing
Platforms (300)
Fog Processing
Link
Link
Historian
DB (Cisco
ParStream)
Streaming
Analytics
EFM
Broker
Dashboard
Kafka
Broker
Hadoop
Data
Virtualization
Regional (Just 1)
Data Center
Dashboard
Batch Analytics and
Machine Learning
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Intent-Based Network
Cisco Networking
IoT Data Fabric
Data Control Module (DCM)
Gateway Management
Module (GMM)
Edge & Fog
Processing Module (EFM)
Data
Control Module (DCM)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Data Control Module (DCM)
Kinetic provides:
• Gateway Configuration &
Connectivity management
• Application lifecycle
management
• Fog computing
• Secure data delivery
Edge Fog
Data Center
Hybrid Cloud
App
Cloud partners provide:
• Cloud software services
• Application development tools
• Big data analytics
• Machine learning and
cognitive computing
• Edge execution models
(ML inference, server-less
computing, app frameworks)
BROKER
Devices
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Kinetic Data Control Module
Secure data delivery
Data
Type 2
Data
Type 3
Data
Type 4
Data
Type N
Data
Type 1
Data Control
Data policy
Move the data
Cloud neutral
Integrated with Kinetic IoT GW and fog
application management
Provide data routing policies to easily
move IoT data to cloud applications
across multi-cloud & multi-location
deployments
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Kinetic DCM Demo / Example
M
QTT
Subscription
Raspberry Pi
Temp Sensor
Cisco IR809 Router
MQTT Publisher
Message Broker Data Client
(MQTT Subscriber)
HVAC VAV’s
Smoke alarm
MQTT Publisher
BROKER
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
Putting it all Together:
Sensors &
Endpoints Applications
Edge Devices
(IE4k, GW, Compute)
Enterprise
Data Centers
Fog
Compute
Cloud Apps
EFM
Fog & DC EFM adds
additional compute
capabilities, including
normalization, aggregation,
storage and visualization
2
DCM adds secure cloud
connection capabilities
3
GMM enables mass
deployment and
management of
gateways
4
EFM
Gateway
Management
Module (GMM)
EFM extracts data from
sensors, transforms it
and sends it either to
another IoT device,
1
or to a hosted app
EFM
EFM EFM
On-prem or private
cloud apps
EFM
Data Control
Module (DCM)
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public
It Always Starts with a Operations or Business Problem
Real-time Quality Detection
Preventative Maintenance
Remote Monitoring
Real-time Quality
Detection
Asset Tracking & Management
Personnel Safety
OEE (Overall Equipment
Efficiency) Condition-Based
Maintenance
Cisco Connect Toronto 2018   an introduction to Cisco kinetic

More Related Content

What's hot

What's hot (20)

TechWiseTV Workshop: Cisco DNA Center Assurance
TechWiseTV Workshop: Cisco DNA Center AssuranceTechWiseTV Workshop: Cisco DNA Center Assurance
TechWiseTV Workshop: Cisco DNA Center Assurance
 
Cisco Connect Ottawa 2018 data center - protecting your data with Cisco hyp...
Cisco Connect Ottawa 2018   data center - protecting your data with Cisco hyp...Cisco Connect Ottawa 2018   data center - protecting your data with Cisco hyp...
Cisco Connect Ottawa 2018 data center - protecting your data with Cisco hyp...
 
Cisco Connect Toronto 2018 DNA assurance
Cisco Connect Toronto 2018  DNA assuranceCisco Connect Toronto 2018  DNA assurance
Cisco Connect Toronto 2018 DNA assurance
 
Cisco Connect Halifax 2018 Cisco dna - network intuitive
Cisco Connect Halifax 2018   Cisco dna - network intuitiveCisco Connect Halifax 2018   Cisco dna - network intuitive
Cisco Connect Halifax 2018 Cisco dna - network intuitive
 
Integration cisco et microsoft connect montreal 2018
Integration cisco et microsoft connect montreal 2018Integration cisco et microsoft connect montreal 2018
Integration cisco et microsoft connect montreal 2018
 
Cisco Connect Toronto 2018 dc-aci-anywhere
Cisco Connect Toronto 2018   dc-aci-anywhereCisco Connect Toronto 2018   dc-aci-anywhere
Cisco Connect Toronto 2018 dc-aci-anywhere
 
Cisco Connect Toronto 2018 cloud and on premises collaboration security exp...
Cisco Connect Toronto 2018   cloud and on premises collaboration security exp...Cisco Connect Toronto 2018   cloud and on premises collaboration security exp...
Cisco Connect Toronto 2018 cloud and on premises collaboration security exp...
 
Cisco connect winnipeg 2018 a look at network assurance in dna center
Cisco connect winnipeg 2018   a look at network assurance in dna centerCisco connect winnipeg 2018   a look at network assurance in dna center
Cisco connect winnipeg 2018 a look at network assurance in dna center
 
Cisco Connect Ottawa 2018 Cisco digital buildings and the 4th utility w co...
Cisco Connect Ottawa 2018  Cisco digital buildings and the 4th utility   w co...Cisco Connect Ottawa 2018  Cisco digital buildings and the 4th utility   w co...
Cisco Connect Ottawa 2018 Cisco digital buildings and the 4th utility w co...
 
Cisco Connect Halifax 2018 Accelerating the secure digital business through...
Cisco Connect Halifax 2018   Accelerating the secure digital business through...Cisco Connect Halifax 2018   Accelerating the secure digital business through...
Cisco Connect Halifax 2018 Accelerating the secure digital business through...
 
Cisco connect montreal 2018 enterprise networks - say goodbye to vla ns
Cisco connect montreal 2018   enterprise networks - say goodbye to vla nsCisco connect montreal 2018   enterprise networks - say goodbye to vla ns
Cisco connect montreal 2018 enterprise networks - say goodbye to vla ns
 
Cisco Connect Toronto 2018 consuming public and private clouds
Cisco Connect Toronto 2018   consuming public and private cloudsCisco Connect Toronto 2018   consuming public and private clouds
Cisco Connect Toronto 2018 consuming public and private clouds
 
Cisco connect montreal 2018 - Network Slicing: Horizontal Virtualization
Cisco connect montreal 2018 - Network Slicing: Horizontal VirtualizationCisco connect montreal 2018 - Network Slicing: Horizontal Virtualization
Cisco connect montreal 2018 - Network Slicing: Horizontal Virtualization
 
Cisco Connect Halifax 2018 Cisco dna - deeper dive
Cisco Connect Halifax 2018   Cisco dna - deeper diveCisco Connect Halifax 2018   Cisco dna - deeper dive
Cisco Connect Halifax 2018 Cisco dna - deeper dive
 
Cisco connect montreal 2018 sd wan - delivering intent-based networking to th...
Cisco connect montreal 2018 sd wan - delivering intent-based networking to th...Cisco connect montreal 2018 sd wan - delivering intent-based networking to th...
Cisco connect montreal 2018 sd wan - delivering intent-based networking to th...
 
Cisco connect montreal 2018 secure dc
Cisco connect montreal 2018    secure dcCisco connect montreal 2018    secure dc
Cisco connect montreal 2018 secure dc
 
Cisco Digital Network Architecture – Deeper Dive, “From the Gates to the GUI
Cisco Digital Network Architecture – Deeper Dive, “From the Gates to the GUICisco Digital Network Architecture – Deeper Dive, “From the Gates to the GUI
Cisco Digital Network Architecture – Deeper Dive, “From the Gates to the GUI
 
Cisco Connect Halifax 2018 Application insight and zero trust policies with...
Cisco Connect Halifax 2018   Application insight and zero trust policies with...Cisco Connect Halifax 2018   Application insight and zero trust policies with...
Cisco Connect Halifax 2018 Application insight and zero trust policies with...
 
Enterprise-Grade Trust: Collaboration Without Compromise
Enterprise-Grade Trust: Collaboration Without CompromiseEnterprise-Grade Trust: Collaboration Without Compromise
Enterprise-Grade Trust: Collaboration Without Compromise
 
[Cisco Connect 2018 - Vietnam] Rajinder singh cisco sd-wan-next generation ...
[Cisco Connect 2018 - Vietnam] Rajinder singh   cisco sd-wan-next generation ...[Cisco Connect 2018 - Vietnam] Rajinder singh   cisco sd-wan-next generation ...
[Cisco Connect 2018 - Vietnam] Rajinder singh cisco sd-wan-next generation ...
 

Similar to Cisco Connect Toronto 2018 an introduction to Cisco kinetic

How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
StampedeCon
 

Similar to Cisco Connect Toronto 2018 an introduction to Cisco kinetic (20)

Cisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev netCisco Connect Ottawa 2018 dev net
Cisco Connect Ottawa 2018 dev net
 
Cisco connect winnipeg 2018 accelerating the secure digital business throug...
Cisco connect winnipeg 2018   accelerating the secure digital business throug...Cisco connect winnipeg 2018   accelerating the secure digital business throug...
Cisco connect winnipeg 2018 accelerating the secure digital business throug...
 
Cisco Connect 2018 Malaysia - Secure data center-building a secure zero-trus...
Cisco Connect 2018 Malaysia -  Secure data center-building a secure zero-trus...Cisco Connect 2018 Malaysia -  Secure data center-building a secure zero-trus...
Cisco Connect 2018 Malaysia - Secure data center-building a secure zero-trus...
 
Incredible Compute Density: Cisco DNA Center Platform: Digging Deeper with APIs
Incredible Compute Density: Cisco DNA Center Platform: Digging Deeper with APIsIncredible Compute Density: Cisco DNA Center Platform: Digging Deeper with APIs
Incredible Compute Density: Cisco DNA Center Platform: Digging Deeper with APIs
 
TechWiseTV Workshop: Operational Insights
TechWiseTV Workshop: Operational InsightsTechWiseTV Workshop: Operational Insights
TechWiseTV Workshop: Operational Insights
 
Building the Internet of Everything
Building the Internet of Everything Building the Internet of Everything
Building the Internet of Everything
 
A Connected Data Landscape: Virtualization and the Internet of Things
A Connected Data Landscape: Virtualization and the Internet of ThingsA Connected Data Landscape: Virtualization and the Internet of Things
A Connected Data Landscape: Virtualization and the Internet of Things
 
[Cisco Connect 2018 - Vietnam] Anh duc le building a secure data center
[Cisco Connect 2018 - Vietnam] Anh duc le   building a secure data center[Cisco Connect 2018 - Vietnam] Anh duc le   building a secure data center
[Cisco Connect 2018 - Vietnam] Anh duc le building a secure data center
 
Cisco Connect 2018 Vietnam - building a secure data center
Cisco Connect 2018 Vietnam - building a secure data centerCisco Connect 2018 Vietnam - building a secure data center
Cisco Connect 2018 Vietnam - building a secure data center
 
Cisco Connect 2018 Indonesia - Building a secure data center
Cisco Connect 2018 Indonesia - Building a secure data center Cisco Connect 2018 Indonesia - Building a secure data center
Cisco Connect 2018 Indonesia - Building a secure data center
 
Cisco Connect 2018 Indonesia - Delivering intent for data center networking
Cisco Connect 2018 Indonesia - Delivering intent for data center networking Cisco Connect 2018 Indonesia - Delivering intent for data center networking
Cisco Connect 2018 Indonesia - Delivering intent for data center networking
 
CL2015 - Datacenter and Cloud Strategy and Planning
CL2015 - Datacenter and Cloud Strategy and PlanningCL2015 - Datacenter and Cloud Strategy and Planning
CL2015 - Datacenter and Cloud Strategy and Planning
 
Why Automate the Network?
Why Automate the Network?Why Automate the Network?
Why Automate the Network?
 
All Together Now: Connected Analytics for the Internet of Everything
All Together Now: Connected Analytics for the Internet of EverythingAll Together Now: Connected Analytics for the Internet of Everything
All Together Now: Connected Analytics for the Internet of Everything
 
MongoDB World 2018: Managing a Mission Critical eCommerce Application on Mong...
MongoDB World 2018: Managing a Mission Critical eCommerce Application on Mong...MongoDB World 2018: Managing a Mission Critical eCommerce Application on Mong...
MongoDB World 2018: Managing a Mission Critical eCommerce Application on Mong...
 
Cisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данныхCisco Kinetic. Раскрывая ценность данных
Cisco Kinetic. Раскрывая ценность данных
 
Slides: Why You Need End-to-End Data Quality to Build Trust in Kafka
Slides: Why You Need End-to-End Data Quality to Build Trust in KafkaSlides: Why You Need End-to-End Data Quality to Build Trust in Kafka
Slides: Why You Need End-to-End Data Quality to Build Trust in Kafka
 
StampedeCon 2015 Keynote
StampedeCon 2015 KeynoteStampedeCon 2015 Keynote
StampedeCon 2015 Keynote
 
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
How Cisco Migrated from MapReduce Jobs to Spark Jobs - StampedeCon 2015
 
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast ITThe power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
The power of orchestration - Inside Cisco IT - DC Cloud from IaaS to Fast IT
 

More from Cisco Canada

More from Cisco Canada (12)

Cisco connect montreal 2018 net devops
Cisco connect montreal 2018 net devopsCisco connect montreal 2018 net devops
Cisco connect montreal 2018 net devops
 
Cisco connect montreal 2018 iot demo kinetic fr
Cisco connect montreal 2018   iot demo kinetic frCisco connect montreal 2018   iot demo kinetic fr
Cisco connect montreal 2018 iot demo kinetic fr
 
Cisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse localeCisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse locale
 
Cisco Connect Montreal 2018 Securité : Sécuriser votre mobilité avec Cisco
Cisco Connect Montreal 2018 Securité : Sécuriser votre mobilité avec CiscoCisco Connect Montreal 2018 Securité : Sécuriser votre mobilité avec Cisco
Cisco Connect Montreal 2018 Securité : Sécuriser votre mobilité avec Cisco
 
Cisco connect montreal 2018 collaboration les services webex hybrides
Cisco connect montreal 2018 collaboration les services webex hybridesCisco connect montreal 2018 collaboration les services webex hybrides
Cisco connect montreal 2018 collaboration les services webex hybrides
 
Cisco connect montreal 2018 compute v final
Cisco connect montreal 2018   compute v finalCisco connect montreal 2018   compute v final
Cisco connect montreal 2018 compute v final
 
Cisco Connect Toronto 2018 IOT - unlock the power of data - securing the in...
Cisco Connect Toronto 2018   IOT - unlock the power of data - securing the in...Cisco Connect Toronto 2018   IOT - unlock the power of data - securing the in...
Cisco Connect Toronto 2018 IOT - unlock the power of data - securing the in...
 
Cisco Connect Toronto 2018 network-slicing
Cisco Connect Toronto 2018   network-slicingCisco Connect Toronto 2018   network-slicing
Cisco Connect Toronto 2018 network-slicing
 
Cisco Connect Toronto 2018 the intelligent network with cisco meraki
Cisco Connect Toronto 2018   the intelligent network with cisco merakiCisco Connect Toronto 2018   the intelligent network with cisco meraki
Cisco Connect Toronto 2018 the intelligent network with cisco meraki
 
Cisco Connect Toronto 2018 sd-wan - delivering intent-based networking to t...
Cisco Connect Toronto 2018   sd-wan - delivering intent-based networking to t...Cisco Connect Toronto 2018   sd-wan - delivering intent-based networking to t...
Cisco Connect Toronto 2018 sd-wan - delivering intent-based networking to t...
 
Cisco Connect Ottawa 2018 the intelligent network with Cisco Meraki
Cisco Connect Ottawa 2018 the intelligent network with Cisco MerakiCisco Connect Ottawa 2018 the intelligent network with Cisco Meraki
Cisco Connect Ottawa 2018 the intelligent network with Cisco Meraki
 
Cisco Connect Ottawa 2018 consuming public and private clouds
Cisco Connect Ottawa 2018 consuming public and private cloudsCisco Connect Ottawa 2018 consuming public and private clouds
Cisco Connect Ottawa 2018 consuming public and private clouds
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

Cisco Connect Toronto 2018 an introduction to Cisco kinetic

  • 1. Cisco Connect Toronto Canada • 18 October 2018 Global vision. Local knowledge.
  • 2. Cisco Kinetic: Enabling Data Analytics for the Internet of Things Robert Barton, Distinguished Systems Engineer October 18, 2018
  • 3. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential A Quick Introduction to Data Analytics
  • 4. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential A Quick Introduction to Data Analytics Automation for Faster Results Reveal Hidden Patterns Make Data Driven Decisions Focus on Important Things • The goal is to uncover correlation and connections in large data sets • We need to understand how to communicate with customers differently
  • 5. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Value Complexity Descriptive Analysis Diagnostic Analysis Predictive Analysis Prescriptive Analysis The Increasing Value of Data Analytics What is Happening? Why did it Happen? What is Likely to Happen? What Should I do About it?
  • 6. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential From Big Data How Do we Get to Business Insights from Data? Provide Actionable Insight Reports and Dashboards Extract Intelligence Enhance the data Quality Check the data Transform the data Connect the data To Insightful Decisions
  • 7. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Big Data is the term for a collection of data sets so large and complex that it becomes difficult to process using traditional data processing tools So, What is Big Data ?(per Wikipedia definition)
  • 8. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public 3Vs of Big Data Big Data refers to distributed computing architectures specifically aimed at the “3 V’s” of data: Volume, Velocity, and Variety VELOCITY VARIETYVOLUME
  • 9. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Unstructured vs. Structured Data Unstructured data is a poor fit for traditional relational databases 2005 20152010 •More than 90% is unstructured data •Quantity doubles every 2 years •Most unstructured data is neither stored nor analyzed! 10,000 0 GBofData (INBILLIONS) STRUCTURED DATA UNSTRUCTURED DATA Source: Cloudera
  • 10. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Batch vs. Real-Time Analytics Batch: Data at Rest • Requires Batch-style analytics • Huge volumes of data on disk • Structured or semi-structured • No rush to return the results • Analysis is typically ”batch style” Real-Time: Data in Motion • Requires Real-time/Streaming style analytics • Typically processed in memory • Tremendous velocity, high bandwidth • Diverse data sources • Low-latency processing required
  • 11. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Data Management Systems Need Flexibility Traditional Data Warehouse Big Data Store Structured Data Unstructured Data Data Streaming at the Edge Short and/or Long Term Make a Decision Today Real Time Make a Decision RIGHT NOW Long Term Plan for a Business Decision
  • 12. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Data Preparation Analyze Data (Machine Learning) Connect to Data Data Visualization Normalization of data flows with context information, etc. Data is collected from sensors Process the data to derive appropriate insights GUI, REST API, Kafka, Policy Export, … How do we Get Business Insights from Data?
  • 13. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Big Data and The Data Management Lifecycle Data Preparation Analyze The DataConnect Data Data Visualization Cisco Provides Enablement Platforms Supporting this architecture
  • 14. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Understanding the Roles Analytics / BI Software Packages Selection of the Right analytics Tools SQL Developers Visual Analytics Tools Users of Data Mining Tools Data Acquisition Data Manipulation Data Movement Machine Learning Methods Connecting Data Insights to the Business Data Scientist Expertise Data Analyst Expertise Network Engineers build the platform supporting the business
  • 15. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Types of Big Data Management Systems NoSQL (Not Only SQL) Fast key-value store/retrieve in real time Hadoop Distributed batch, query, and processing Massive Parallel Processing (MPP) Shared-nothing Structured and Unstructured Unstructured Data Structured Data (SQL)
  • 16. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Example: Hadoop Cluster in the DC or Cloud Rack 1 Rack 2 Rack 3 Rack N Name Node Rack Switch Data Nodes Distribution Switch• Big Data systems (such as Hadoop) are primarily batch-type analytics systems and are centralized in the cloud of DC • Not well suited for distributed IoT devices Name Node Name Node
  • 17. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Distributed Analytics and Data Movement
  • 18. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential How do you Access all the Data ? • Imagine a mega-field of oil with no way to extract it from the ground • Data needs to be extracted before it can be refined, and then used
  • 19. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public In IoT, the “Things” are Distributed App App App App App App App App AppApp
  • 20. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public The OpenFog Reference Architecture
  • 21. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public • Data is collected and consolidated from various sources by a “message broker” • Think of the broker as a “Router” for data • Aggregates data • Uses standard protocols for data transmission, such as MQTT or AMQP (Advanced Message Queuing Protocol) • Apache Kafka is well-known distributed messaging system designed to scale for Big Data Aggregating and Moving Data Around Message Brokers
  • 22. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential MQTT • Clients Subscribe to topics to publish and receive messages • Broker (MQTT Server) receives subscriptions from client topics • Broker receives messages from clients and forwards to interested clients Model Publisher SubscriberTopic Message Message Broker Subscribes to an MQTT “topic” e.g. “temperature”
  • 23. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cisco Kinetic Building Blocks
  • 24. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cisco Industrial IoT Networking Portfolio Embedded Networks ESS, 5900 ESR 5921 SW ESR IoT Gateways IR809, 829, 819H Industrial Security ISA 3000 Industrial Wireless AP1552, AP1572, IW3702 Industrial Switching IE 1K,2K,3K,4K,5K, CGS LoRaWAN Industrial Routing ASR 902/903, CGR 1000, CGR 2000 Edge Computing IOx Fog Director Management and Automation Field Network Director Industrial Network Director Transportation Manufacturing Public SectorEnergy IXM-LPWA
  • 25. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IOX + Kinetic IOX IOS GOS (Linux) Hypervisor IR 8x9 HW Kinetic
  • 26. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IOX / Kinetic Network Infrastructure IR829IR809 IE4000 Compute Module CGR1240 § Ethernet § Cellular 3G, 4G LTE § Wi-Fi Broad Connectivity § HW Accelerated Encryption § IPSec VPN § 802.1x § Firewall § Identity Services Proven Security § Ruggedized for shock/vibration, humidity, temperature, dust § DC power supplies Industrial Grade § Centralized control § Network § Security § Fog applications Policy-based Management
  • 27. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IoT Edge | Industrial Compute Gateway IC3000 • Cisco IOx edge computing framework • Developer tools for fast onboarding of container and VM applications • End-to-End Security • Anti-tamper proof hardware and Secure bootloader • Secure Cisco Linux Kernel • Signed and trusted applications • Management • Zero touch deployment of thousands of gateways • Remote upgrades of firmware and edge applications • Remote monitoring, diagnostics, and troubleshooting of gateways and edge applications
  • 28. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential© 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential The Cisco Kinetic Platform
  • 29. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential What Does Kinetic do?
  • 30. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Intent-Based Network Cisco Networking IoT Data Fabric Cisco Kinetic is the Industry Leading IoT Analytics Enablement Platform Gateway Management Module (GMM) Edge & Fog Processing Module (EFM) Data Control Module (DCM)
  • 31. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential § Rapid deployment of gateways at scale with minimum technical knowledge; limited training required § Gateway management from single pane of glass § Reduce upfront deployment and ongoing maintenance cost § Improve the efficiency of operations and utilization of assets and operators § Real-time status allows issues to be identified and resolved in timely manner Cisco Kinetic – Gateway Management Module Gateway Management Module Intent-Based Network Cisco Networking Automatic Onboarding Configuration & Management Location Tracking Real-time Monitoring OS Upgrades
  • 32. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Kinetic Gateway Management Module Secure connectivity for OT • Secure connection of IoT Devices • Simplified GW management at scale • Secure IoT app lifecycle management Cisco Kinetic APPconfig
  • 33. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential LTE Provider 1 Provider 2 Jasper Control Center Dual-SIM Mobile Router (e.g. IR829) on vehicle LTE 2LTE 1 Provider 1 Jasper Control Center Cisco Kinetic (GMM) FlexVPN Control Tunnel Kinetic GMM is the FlexVPN Control Plane The vehicle has one active LTE backhaul Kinetic GMM Deployment Example Large Transit Operator in Canada LTE Provider 2 FlexVPN Data Tunnel
  • 34. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Easy On-Boarding with Kinetic Mobile App Large Transit Operator in Canada
  • 35. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Intent-Based Network Cisco Networking IoT Data Fabric Edge and Fog Fabric Module (EFM) Gateway Management Module (GMM) Edge & Fog Processing Module (EFM) Data Control Module (DCM)
  • 36. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Multiple raw input Streams from different sensor types The DSA message broker consolidates IoT data and forwards to cloud Big Data storage and deeper analytics in the cloud (HDFS, etc.) …ABBC Cisco Kinetic Edge Fog Module (EFM) DS Links (data connector) • Data acquisition and protocol translation • facilitating communication between edge device and message broker • MQTT, Modbus, Note: Model is Based on Distributed Services Architecture (DSA) – http://www.iot-dsa.org Fog / Edge Node (router or UCS C-Series)
  • 37. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Real-Time / Streaming Analytics at the Fog Layer • Performs analytics in real-time data as it is produced by devices • Allows near-instant response to changing conditions • Aggregate data from many types of sensors • Use local storage for time-series analysis (a data Historian) Example: Analyze if data is outside “Bollinger Bands” – a measurement of volatility (standard deviations)
  • 38. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Cisco Kinetic Edge and Fog Processing Module (EFM) Network Products Admin/Control Runtime System Monitor ParStream (Historian Database) DSLinks Dataflow (analytics) DSA Message Broker System Administrator Development IoT Gateway/Routers Dataflow Editor Visualization BI and Data Visualization Real-time Data Visualization Acuity DGLux5
  • 39. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Visual, Object Oriented Data Flows that Map to Process are the future Drag and drop data policy Kinetic EFM (Edge & Fog Module) Intuitive, visual data policy editor to accelerate IoT projects
  • 40. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Example: Data Management for Oil Drilling 7,000 Oil Wells x 1TB Data/Day/Well = 7PB Data/Day Edge Processing Data Center Fog Processing 300 Platforms 7,000 Oil Wells 40
  • 41. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Kinetic EFM and End-to-End IoT Analytics Edge Processing Temp Link Flow Link Flow Link Temp Link EFM Broker EFM Broker Edge Location (7000) Processing Platforms (300) Fog Processing Link Link Historian DB (Cisco ParStream) Streaming Analytics EFM Broker Dashboard Kafka Broker Hadoop Data Virtualization Regional (Just 1) Data Center Dashboard Batch Analytics and Machine Learning
  • 42. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Intent-Based Network Cisco Networking IoT Data Fabric Data Control Module (DCM) Gateway Management Module (GMM) Edge & Fog Processing Module (EFM) Data Control Module (DCM)
  • 43. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Data Control Module (DCM) Kinetic provides: • Gateway Configuration & Connectivity management • Application lifecycle management • Fog computing • Secure data delivery Edge Fog Data Center Hybrid Cloud App Cloud partners provide: • Cloud software services • Application development tools • Big data analytics • Machine learning and cognitive computing • Edge execution models (ML inference, server-less computing, app frameworks) BROKER Devices
  • 44. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Kinetic Data Control Module Secure data delivery Data Type 2 Data Type 3 Data Type 4 Data Type N Data Type 1 Data Control Data policy Move the data Cloud neutral Integrated with Kinetic IoT GW and fog application management Provide data routing policies to easily move IoT data to cloud applications across multi-cloud & multi-location deployments
  • 45. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Kinetic DCM Demo / Example M QTT Subscription Raspberry Pi Temp Sensor Cisco IR809 Router MQTT Publisher Message Broker Data Client (MQTT Subscriber) HVAC VAV’s Smoke alarm MQTT Publisher BROKER
  • 46. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public Putting it all Together: Sensors & Endpoints Applications Edge Devices (IE4k, GW, Compute) Enterprise Data Centers Fog Compute Cloud Apps EFM Fog & DC EFM adds additional compute capabilities, including normalization, aggregation, storage and visualization 2 DCM adds secure cloud connection capabilities 3 GMM enables mass deployment and management of gateways 4 EFM Gateway Management Module (GMM) EFM extracts data from sensors, transforms it and sends it either to another IoT device, 1 or to a hosted app EFM EFM EFM On-prem or private cloud apps EFM Data Control Module (DCM)
  • 47. © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Confidential © 2018 Cisco and/or its affiliates. All rights reserved. Cisco Public It Always Starts with a Operations or Business Problem Real-time Quality Detection Preventative Maintenance Remote Monitoring Real-time Quality Detection Asset Tracking & Management Personnel Safety OEE (Overall Equipment Efficiency) Condition-Based Maintenance