SlideShare a Scribd company logo
1 of 32
Download to read offline
Pariveda Solutions 
APIs or Bust: 
Remaining Relevant for IoT 
Finfest October 2014 
Brian Edwards and Robert Greiner 
© Pariveda Solutions. Confidential 1 & Proprietary. 
“A solution approach for the rapidly expanding 
universe of connected end point devices”
What is the “Internet of Things”? 
How to Serve the “Internet of Things” – Observations and Challenges 
Where is this heading? – Opportunities for Pariveda 
Concluding Thoughts 
Appendix
Why should an organization be concerned 
about the Internet of Things? 
© Pariveda Solutions. Confidential 3 & Proprietary. 
‘2008: total # of “things” 
connected to the internet 
exceeded people on earth’ 
[2] – Cisco 2013 
‘By 2020 there will be 
50 billion things’ 
[2] – Cisco 2013 
In 2010, 14 million people 
only used mobile; by 2015 
there will be 788 million. 
[5] – Cisco 2011 
‘Square unlocked the small 
business credit card market, in 
2 years TXN volume increase 
10x and 60% of it’s clients 
never accepted credit cards’ 
[3] McKinsey 2013 
“Leaders should be thinking about 
creative ways to monetize their assets. … 
companies need to evolve their business 
model to prepare for more customers 
turning from buyers into renters.” 
[3] McKinsey 2013
What should you take away from today? 
 APIs are an essential enabler to the Internet of Things 
 We should be identifying opportunities at our clients to 
build reusable APIs 
4
The “Internet of Things” (IoT) is: 
To explain further, let’s look at existing examples 
5 
Global 
Storefront 
Remote Control 
To Life (?!) 
Accessible 
Anywhere 
Immersive 
Experiences 
Real-Time 
Analysis 
Smart 
Devices
Nest provides customers a unique thermostat 
which ultimately reduces energy consumption 
 Value Proposition: 
Reduce energy consumption costs up to 20% through automated learning 
 Device Type: 
At home smart thermostat 
 Sensors Included: 
Sensors for temperature & humidity 
Motion sensor 
Color digital screen 
Wifi connector 
 Re-enforcement of it’s Value Proposition: 
- On demand energy usage report 
- Monthly emails w/ comparative analytics 
- Visually programmable thermostat calendar 
6 
API via 
Internet
Disney’s investment into automated park touch points 
delivers a more immersive experience to visitors 
 Value Proposition: 
Improve the park experience for visitors through the use of RFID technology 
 Device Type: 
Wearable sensor device 
 Sensors Included: 
RFID Band 
Long and short range readers 
 Re-enforcement of it’s Value Proposition: 
- Plan trip ahead of visit, schedule key events 
- Enhanced park experience: 
- Shorter wait time for rides 
- Personalized interaction experience 
- Tap to pay for food or merchandise 
- Tap to enter your room 
- Access to photos after the experience 
7 
API via 
Sensors 
Customer UI Ride Selection Park Photos
Based on extending its concept of digital life, AT&T 
made a big bet by building best in class car platform 
 Value Proposition: 
AT&T Drive is an ecosystem for the car that maintain internet connectivity 
and provides the software platform for in car apps 
(released in 2015 Audi A3s) 
 Device Type: 
In car smart computer platform 
 Sensors Included: 
Car distance, temp, & mechanical sensors 
SIM card interface for 4G LTE 
Display screens 
In console interaction nobs and buttons 
 Re-enforcement of it’s Value Proposition: 
- Real-time traffic, weather 
- Synchronization of music and videos 
- Safety first approach that reduces driver distractions 
8
IoT is a significant disrupter for business and 
its potential is still untapped 
The snap shot of IoT doesn’t account for improvements in the core building 
blocks nor does it depict all possibilities of unrealized business capabilities 
9 
Devices Networks Applications 
Decreasing Costs 
New 
Datasets 
New Device 
Capabilities 
New 
Interaction 
Models 
Greater Availability Improved Adaptability 
Increasing # of 
network points 
Increasing size 
of network 
bandwidth 
New network 
endpoints 
New options 
for network 
bandwidth 
Responsive 
design supports 
different layouts 
Greater availability 
of APIs by business 
for public consumption 
Commoditization of 
infrastructure including 
cloud storage
What is the “Internet of Things”? 
How to Serve the “Internet of Things” – Observations and Challenges 
Where is this heading? – Opportunities for Pariveda 
Concluding Thoughts 
Appendix
New connected devices combine sensors to provide 
unique consumer quality functionality 
 Re-enforcement of it’s Value Proposition: 
- Protect against some common risk factors for SIDS 
- Notify when room temperature is too hot or cold for baby 
- Notify when motion is detected 
- Notify when hazardous gasses or loud noises are detected (future) 
11 
 Device Type: 
Connected baby nursery monitor 
 Sensors Included: 
Temperature & Humidity 
Motion 
Microphone (future) 
Hazardous Gas (future) 
 Value Proposition: 
Ease burden on new parents by notifying them if the environment around 
their new baby becomes uncomfortable or dangerous
A typical IoT end-to-end workflow consists of four 
primary functions: sense, submit, analyze, and act 
12 
Event 
Detected 
(Sense) 
Reading 
Sent to 
Server 
(Submit) 
Process 
Data 
(Analyze) 
Notify 
Interested 
Parties 
(Act)
All IoT architectures consist of three main pieces: the 
Peripheral (thing), Server (brain), and Terminal (view) 
13 
1 
2 
3 
4 
5 
Peripheral 
Server 
Terminal
Peripherals gather key data about their surroundings 
and communicate results back to a centralized server 
 Overview: 
One, hundreds, thousands, or even millions of devices work together to 
provide key data readings across wide geographical areas 
 Benefits: 
- Collect readings from hard-to-reach places 
- Remove “human” requirement 
- Send warnings of potential disasters as early as possible 
14 
 Examples: 
Environment monitoring 
Natural disaster detection (flood) 
Equipment / livestock / crop health 
Security 
 Properties: 
Devices are largely unsupervised 
Not secured. Sometimes connected 
Peripherals are not servers!
The barrier to entry for building customized, high 
quality, IoT peripherals is lower than ever 
 2014 
 Total Cost: $91.45 
15 
 2010 
 Total Cost: $500.00+
Detect motion with the Raspberry PI and Python 
16 
Submit motion sample to Server (Submit) 
Detect motion (Sense)
The Server aggregates all of the data provided by the 
Peripherals, analyzes it, and chooses actions to take 
 Overview: 
The server consists of a highly-scalable set of services that capture data 
from all devices in the field and process the information in aggregate 
17 
 Properties: 
Single point of entry for all peripherals to “phone home” 
Capture data as quickly as possible (real time) 
Process data as soon as possible (eventually) 
Device + Server link pre-configured before shipping 
 Benefits: 
- Take key logic (that can change) off of devices 
- Accommodates devices that are “sometimes connected” 
- Add additional rules without touching the devices 
- Command Query Responsibility Segregation (CQRS) 
- Highly scalable
The Server analyzes data from the Peripheral and 
decides what action to take 
18 
Process all motion samples (Analyze) 
Send notification (Act)
Decoupling the API from the core data processing 
facilitates rapid data capture with minimal overhead 
19
Cloud platforms enable IoT applications to reach the 
level of scale needed to be useful to society 
 Overview: 
A massive amount of peripherals are being deployed to the “wild” every 
day. Enterprises need additional compute and storage resources to keep 
up with demand. 
 Examples: 
Auto manufacturers want to put connected devices in millions of cars 
A car you rented unlocks as you approach it (Zipcar) 
Crop / irrigation sensors on farms 
Flood sensors across the globe 
 Properties: 
Compute and storage resources can grow with customer demand 
Scale resources up/down depending on need 
 Benefits: 
- Cloud providers help create a virtuous cycle between adding additional 
compute/storage capability and enterprises adding connected devices 
20
The Terminal is an interface to the end user, providing 
the result of the final action of the Server 
 Overview: 
Information from IoT devices is gathered and 
communicated in a way that is most useful to 
the end user 
 Examples: 
Text messages 
Push notifications 
Website dashboards 
Email 
Voicemail 
 Benefits: 
- Give users important information ASAP 
- Data can be delivered in multiple formats 
- Information can feed into other IoT applications 
- End user can filter information and adjust 
notification frequencies 
21
Let’s take one more look at how the Peripheral, 
Server, and Terminal work together to enable IoT 
22 
1 
2 
3 
4 
5 
Peripheral 
Server 
Terminal
The barrier to entry for IoT is low, but there are still 
many challenges that are difficult to overcome 
 Power 
- Some sensor applications are incompatible with “outlet power” 
- Battery packs are inefficient and expensive 
- Existing wall connections (e.g. thermostat) have little power already 
 Connectivity 
- Wi-Fi connectivity tethers device to a single location 
- LTE network is inefficient for most IoT applications 
23 
 Complexity 
- Lots of moving pieces 
- Hardware knowledge required 
- Analog to digital conversions 
- Poor documentation on sensors 
- Scale
What is the “Internet of Things”? 
How to Serve the “Internet of Things” – Observations and Challenges 
Where is this heading? – Opportunities for Pariveda 
Concluding Thoughts 
Appendix
What is the “Internet of Things? 
How to Serve the “Internet of Things” – Observations and Challenges 
Where is this heading? – Opportunities for Pariveda 
Concluding Thoughts 
Appendix
Questions 
© Pariveda Solutions. Confidential 26 & Proprietary.
APPENDIX 
27
About the speakers 
Brian Edwards 
 Atlanta, GA 
 Principal 
 Contact at: 
brian.edwards@parivedasolutions.com 
Robert Griener 
 Dallas, TX 
 Manager 
 Contact at: 
robert.griener@parivedasolutions.com 
http://robertgreiner.com 
@robert_greiner 
28
Additional Market Drivers 
Additional resources on the Internet of Things 
Product Examples: 
 JIBO: Promotional Video (Home) 
 Viv: Wired Article (Mobile) 
 AT&T: Connect Car (Car) 
 FitBit: Home Site (Personal) 
Industry News: 
 Mark Lowenstein (Mobile Analyst): 
And the next big thing is…? 
Further Reading on the Topic: 
 McKinsey: 
Reinventing IT to support 
digitization 
 Texas CEO Magazine: 
- The Internet of Things 
- M2M The Internet of Things 
© Pariveda Solutions. Confidential 29 & Proprietary.
Additional Market Drivers 
IoT is 5 to 10 years away from reaching the “plateau 
of productivity” and at risk of inflated expectations 
© Pariveda Solutions. Confidential 30 & Proprietary. http://www.gartner.com
Additional Market Drivers 
Financial accounting practices recognize capitalization 
for digital assets & intangible innovation 
 “On July 31, 2013, the US bureau of Economic Analysis released, for the first time, GDP figures 
categorizing research and development as fixed investment. It will join software in a new category 
called intellectual-property products.” – (McKinsey & Company [1]) 
 “Assume digital leaders in your competitive zone are relentlessly expanding their intangible assets 
both to attack existing markets and to create new ones”; here are a few examples: 
– “Amzaon.com, for instance, won share from brick-and-mortar with it’s ease-of-purchase model and it’s ability to 
long-tail customers” 
– [Amazon.com] “It’s also using tangible assets to offer cloud-based labor services… that match freelance workers 
demand for their labor” – (McKinsey & Company [1]) 
31
References in the presentation are listed below: 
 [1] Measuring the full impact of digital capital by Jacques Bughin and James Manyika, July 
32 
2013 – McKinsey & Company 
 [2] http://share.cisco.com/internet-of-things.html - Cisco Visualizations 
 [3] Ten IT-enabled business trends for the decade ahead, May 2013 – McKinsey Global 
Institute 
 [4] The coming era of ‘on-demand’ marketing by Peter Dahlstrom and Edelman, April 2013 – 
McKinsey Quarterly 
 [5] Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, 2010 – 2015, 
February 2011 – Cisco 
 [6] http://www.brafton.com/news/study-90-percent-of-websites-not-ready-for-mobile-use - Feb 
22, 2012 - Brafton Editorial

More Related Content

What's hot

Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gMohan Kumar G
 
Getting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj ShahGetting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj Shahmomoahmedabad
 
Internet Of Things (IoT)
Internet Of Things (IoT) Internet Of Things (IoT)
Internet Of Things (IoT) kiran kumar
 
Sumit Dutta Chowdhury: Internet of Things in Manufacturing
Sumit Dutta Chowdhury: Internet of Things in ManufacturingSumit Dutta Chowdhury: Internet of Things in Manufacturing
Sumit Dutta Chowdhury: Internet of Things in ManufacturingRahul Neel Mani
 
THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGSRamana Reddy
 
IOT - internet of Things - August 2017
IOT - internet of Things - August 2017IOT - internet of Things - August 2017
IOT - internet of Things - August 2017paul young cpa, cga
 
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)How the Internet of Things will disrupt your industry (Avanade Inspire 2015)
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)Geert van der Cruijsen
 
Building the internet of things with ibm (slideshare)
Building the internet of things with ibm (slideshare)Building the internet of things with ibm (slideshare)
Building the internet of things with ibm (slideshare)Bernard Kufluk
 
IoT (Internet of Things)
IoT (Internet of Things)IoT (Internet of Things)
IoT (Internet of Things)TusharSoam
 
Internet of things (IOT)
Internet of things (IOT)Internet of things (IOT)
Internet of things (IOT)Oshin Kandpal
 
Iot internet-of-things-ppt
Iot internet-of-things-pptIot internet-of-things-ppt
Iot internet-of-things-pptSonalSharnam
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)Amarjeetsingh Thakur
 
The internet of things.pptx
The internet of things.pptxThe internet of things.pptx
The internet of things.pptxLamisaFaria
 
The internet of things the next technology revolution
The internet of things the next technology revolutionThe internet of things the next technology revolution
The internet of things the next technology revolutionusman sarwar
 

What's hot (20)

Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
 
FUTURE OF IOT
FUTURE OF IOTFUTURE OF IOT
FUTURE OF IOT
 
The Internet of Things – Shaping the Future
The Internet of Things – Shaping the FutureThe Internet of Things – Shaping the Future
The Internet of Things – Shaping the Future
 
The Internet of Things (IoT) PDF
The Internet of Things (IoT) PDFThe Internet of Things (IoT) PDF
The Internet of Things (IoT) PDF
 
Getting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj ShahGetting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj Shah
 
IoT
IoTIoT
IoT
 
Internet Of Things (IoT)
Internet Of Things (IoT) Internet Of Things (IoT)
Internet Of Things (IoT)
 
Sumit Dutta Chowdhury: Internet of Things in Manufacturing
Sumit Dutta Chowdhury: Internet of Things in ManufacturingSumit Dutta Chowdhury: Internet of Things in Manufacturing
Sumit Dutta Chowdhury: Internet of Things in Manufacturing
 
Iot audit
Iot auditIot audit
Iot audit
 
THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGS
 
IOT - internet of Things - August 2017
IOT - internet of Things - August 2017IOT - internet of Things - August 2017
IOT - internet of Things - August 2017
 
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)How the Internet of Things will disrupt your industry (Avanade Inspire 2015)
How the Internet of Things will disrupt your industry (Avanade Inspire 2015)
 
Building the internet of things with ibm (slideshare)
Building the internet of things with ibm (slideshare)Building the internet of things with ibm (slideshare)
Building the internet of things with ibm (slideshare)
 
IoT (Internet of Things)
IoT (Internet of Things)IoT (Internet of Things)
IoT (Internet of Things)
 
Internet of things (IOT)
Internet of things (IOT)Internet of things (IOT)
Internet of things (IOT)
 
Iot internet-of-things-ppt
Iot internet-of-things-pptIot internet-of-things-ppt
Iot internet-of-things-ppt
 
Internet of things(IOT)
Internet of things(IOT)Internet of things(IOT)
Internet of things(IOT)
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
 
The internet of things.pptx
The internet of things.pptxThe internet of things.pptx
The internet of things.pptx
 
The internet of things the next technology revolution
The internet of things the next technology revolutionThe internet of things the next technology revolution
The internet of things the next technology revolution
 

Similar to APIs or Bust: Remaining Relevant for IoT

IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018Peter Defreyne
 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceAshu Joshi
 
Overcoming the AIoT Obstacles through Smart Component Integration
Overcoming the AIoT Obstacles through Smart Component IntegrationOvercoming the AIoT Obstacles through Smart Component Integration
Overcoming the AIoT Obstacles through Smart Component IntegrationInnodisk Corporation
 
Grid computing iot_sci_bbsr
Grid computing iot_sci_bbsrGrid computing iot_sci_bbsr
Grid computing iot_sci_bbsrArpan Pal
 
Grid computing iot_sci_bbsr
Grid computing iot_sci_bbsrGrid computing iot_sci_bbsr
Grid computing iot_sci_bbsrArpan Pal
 
Connecting devices to the internet of things
Connecting devices to the internet of thingsConnecting devices to the internet of things
Connecting devices to the internet of thingsBernard Kufluk
 
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonIoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonEurotech
 
Session 1908 connecting devices to the IBM IoT Cloud
Session 1908   connecting devices to the  IBM IoT CloudSession 1908   connecting devices to the  IBM IoT Cloud
Session 1908 connecting devices to the IBM IoT CloudPeterNiblett
 
Webinar - Transforming Manufacturing with IoT
Webinar - Transforming Manufacturing with IoTWebinar - Transforming Manufacturing with IoT
Webinar - Transforming Manufacturing with IoTHARMAN Services
 
Neudesic IoT HIMSS Healthcare
Neudesic IoT HIMSS HealthcareNeudesic IoT HIMSS Healthcare
Neudesic IoT HIMSS HealthcareMike Rossi
 
An Analysis of the Architecture of the Internet of Things.pdf
An Analysis of the Architecture of the Internet of Things.pdfAn Analysis of the Architecture of the Internet of Things.pdf
An Analysis of the Architecture of the Internet of Things.pdfCIOWomenMagazine
 
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...Eurotech
 
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...Amazon Web Services
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioBill Wong
 
When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.Guy Bieber
 
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...Lounge47
 
Software panel
Software panelSoftware panel
Software panelMassTLC
 
Iot Solution Development Platform
Iot Solution Development PlatformIot Solution Development Platform
Iot Solution Development PlatformUnmesh Ballal
 

Similar to APIs or Bust: Remaining Relevant for IoT (20)

IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018
 
IoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & PerformanceIoT Systems: Technology, Architecture & Performance
IoT Systems: Technology, Architecture & Performance
 
Overcoming the AIoT Obstacles through Smart Component Integration
Overcoming the AIoT Obstacles through Smart Component IntegrationOvercoming the AIoT Obstacles through Smart Component Integration
Overcoming the AIoT Obstacles through Smart Component Integration
 
Grid computing iot_sci_bbsr
Grid computing iot_sci_bbsrGrid computing iot_sci_bbsr
Grid computing iot_sci_bbsr
 
Grid computing iot_sci_bbsr
Grid computing iot_sci_bbsrGrid computing iot_sci_bbsr
Grid computing iot_sci_bbsr
 
The Internet of Things - IBM
The Internet of Things - IBMThe Internet of Things - IBM
The Internet of Things - IBM
 
Connecting devices to the internet of things
Connecting devices to the internet of thingsConnecting devices to the internet of things
Connecting devices to the internet of things
 
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonIoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
 
Session 1908 connecting devices to the IBM IoT Cloud
Session 1908   connecting devices to the  IBM IoT CloudSession 1908   connecting devices to the  IBM IoT Cloud
Session 1908 connecting devices to the IBM IoT Cloud
 
Webinar - Transforming Manufacturing with IoT
Webinar - Transforming Manufacturing with IoTWebinar - Transforming Manufacturing with IoT
Webinar - Transforming Manufacturing with IoT
 
Neudesic IoT HIMSS Healthcare
Neudesic IoT HIMSS HealthcareNeudesic IoT HIMSS Healthcare
Neudesic IoT HIMSS Healthcare
 
IOT_PPT1.pdf
IOT_PPT1.pdfIOT_PPT1.pdf
IOT_PPT1.pdf
 
An Analysis of the Architecture of the Internet of Things.pdf
An Analysis of the Architecture of the Internet of Things.pdfAn Analysis of the Architecture of the Internet of Things.pdf
An Analysis of the Architecture of the Internet of Things.pdf
 
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...
Addressing the Complexity and Risks of M2M Projects - M2M World Congress Apri...
 
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...
Session Sponsored by Intel: Smart Cities, Infrastructure and Health powered b...
 
Dell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western OntarioDell NVIDIA AI Roadshow - South Western Ontario
Dell NVIDIA AI Roadshow - South Western Ontario
 
When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.When Computers are Everywhere, Will we have superpowers.
When Computers are Everywhere, Will we have superpowers.
 
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
Who will pay for IoT and why? - Atanu Roy Chowdhury, Senior Product Manager a...
 
Software panel
Software panelSoftware panel
Software panel
 
Iot Solution Development Platform
Iot Solution Development PlatformIot Solution Development Platform
Iot Solution Development Platform
 

More from Robert Greiner

Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...
Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...
Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...Robert Greiner
 
Virtual Team Best Practices
Virtual Team Best PracticesVirtual Team Best Practices
Virtual Team Best PracticesRobert Greiner
 
Becoming the Ideal Team Player
Becoming the Ideal Team PlayerBecoming the Ideal Team Player
Becoming the Ideal Team PlayerRobert Greiner
 
POV - Practical Containerization
POV - Practical ContainerizationPOV - Practical Containerization
POV - Practical ContainerizationRobert Greiner
 
POV - Enterprise Security Canvas
POV - Enterprise Security CanvasPOV - Enterprise Security Canvas
POV - Enterprise Security CanvasRobert Greiner
 
Foundations of financial independence
Foundations of financial independenceFoundations of financial independence
Foundations of financial independenceRobert Greiner
 
Why feedback is important
Why feedback is importantWhy feedback is important
Why feedback is importantRobert Greiner
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as CodeRobert Greiner
 
Petabytes and Nanoseconds
Petabytes and NanosecondsPetabytes and Nanoseconds
Petabytes and NanosecondsRobert Greiner
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesRobert Greiner
 
Automated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDEAutomated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDERobert Greiner
 
Introduction to Windows Azure Data Services
Introduction to Windows Azure Data ServicesIntroduction to Windows Azure Data Services
Introduction to Windows Azure Data ServicesRobert Greiner
 
Code Quality and Tipster
Code Quality and TipsterCode Quality and Tipster
Code Quality and TipsterRobert Greiner
 
Test Driven Development at 10,000 Feet
Test Driven Development at 10,000 FeetTest Driven Development at 10,000 Feet
Test Driven Development at 10,000 FeetRobert Greiner
 

More from Robert Greiner (15)

Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...
Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...
Portfolio Rationalization - Making Sound Financial and Strategic Decisions in...
 
Virtual Team Best Practices
Virtual Team Best PracticesVirtual Team Best Practices
Virtual Team Best Practices
 
Becoming the Ideal Team Player
Becoming the Ideal Team PlayerBecoming the Ideal Team Player
Becoming the Ideal Team Player
 
POV - Practical Containerization
POV - Practical ContainerizationPOV - Practical Containerization
POV - Practical Containerization
 
POV - Enterprise Security Canvas
POV - Enterprise Security CanvasPOV - Enterprise Security Canvas
POV - Enterprise Security Canvas
 
Foundations of financial independence
Foundations of financial independenceFoundations of financial independence
Foundations of financial independence
 
Why feedback is important
Why feedback is importantWhy feedback is important
Why feedback is important
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as Code
 
Petabytes and Nanoseconds
Petabytes and NanosecondsPetabytes and Nanoseconds
Petabytes and Nanoseconds
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
Automated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDEAutomated Testing for Websites With Selenium IDE
Automated Testing for Websites With Selenium IDE
 
Introduction to Windows Azure Data Services
Introduction to Windows Azure Data ServicesIntroduction to Windows Azure Data Services
Introduction to Windows Azure Data Services
 
Code Quality and Tipster
Code Quality and TipsterCode Quality and Tipster
Code Quality and Tipster
 
Test Driven Development at 10,000 Feet
Test Driven Development at 10,000 FeetTest Driven Development at 10,000 Feet
Test Driven Development at 10,000 Feet
 
Testing javascript
Testing javascriptTesting javascript
Testing javascript
 

Recently uploaded

Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 

Recently uploaded (20)

Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 

APIs or Bust: Remaining Relevant for IoT

  • 1. Pariveda Solutions APIs or Bust: Remaining Relevant for IoT Finfest October 2014 Brian Edwards and Robert Greiner © Pariveda Solutions. Confidential 1 & Proprietary. “A solution approach for the rapidly expanding universe of connected end point devices”
  • 2. What is the “Internet of Things”? How to Serve the “Internet of Things” – Observations and Challenges Where is this heading? – Opportunities for Pariveda Concluding Thoughts Appendix
  • 3. Why should an organization be concerned about the Internet of Things? © Pariveda Solutions. Confidential 3 & Proprietary. ‘2008: total # of “things” connected to the internet exceeded people on earth’ [2] – Cisco 2013 ‘By 2020 there will be 50 billion things’ [2] – Cisco 2013 In 2010, 14 million people only used mobile; by 2015 there will be 788 million. [5] – Cisco 2011 ‘Square unlocked the small business credit card market, in 2 years TXN volume increase 10x and 60% of it’s clients never accepted credit cards’ [3] McKinsey 2013 “Leaders should be thinking about creative ways to monetize their assets. … companies need to evolve their business model to prepare for more customers turning from buyers into renters.” [3] McKinsey 2013
  • 4. What should you take away from today?  APIs are an essential enabler to the Internet of Things  We should be identifying opportunities at our clients to build reusable APIs 4
  • 5. The “Internet of Things” (IoT) is: To explain further, let’s look at existing examples 5 Global Storefront Remote Control To Life (?!) Accessible Anywhere Immersive Experiences Real-Time Analysis Smart Devices
  • 6. Nest provides customers a unique thermostat which ultimately reduces energy consumption  Value Proposition: Reduce energy consumption costs up to 20% through automated learning  Device Type: At home smart thermostat  Sensors Included: Sensors for temperature & humidity Motion sensor Color digital screen Wifi connector  Re-enforcement of it’s Value Proposition: - On demand energy usage report - Monthly emails w/ comparative analytics - Visually programmable thermostat calendar 6 API via Internet
  • 7. Disney’s investment into automated park touch points delivers a more immersive experience to visitors  Value Proposition: Improve the park experience for visitors through the use of RFID technology  Device Type: Wearable sensor device  Sensors Included: RFID Band Long and short range readers  Re-enforcement of it’s Value Proposition: - Plan trip ahead of visit, schedule key events - Enhanced park experience: - Shorter wait time for rides - Personalized interaction experience - Tap to pay for food or merchandise - Tap to enter your room - Access to photos after the experience 7 API via Sensors Customer UI Ride Selection Park Photos
  • 8. Based on extending its concept of digital life, AT&T made a big bet by building best in class car platform  Value Proposition: AT&T Drive is an ecosystem for the car that maintain internet connectivity and provides the software platform for in car apps (released in 2015 Audi A3s)  Device Type: In car smart computer platform  Sensors Included: Car distance, temp, & mechanical sensors SIM card interface for 4G LTE Display screens In console interaction nobs and buttons  Re-enforcement of it’s Value Proposition: - Real-time traffic, weather - Synchronization of music and videos - Safety first approach that reduces driver distractions 8
  • 9. IoT is a significant disrupter for business and its potential is still untapped The snap shot of IoT doesn’t account for improvements in the core building blocks nor does it depict all possibilities of unrealized business capabilities 9 Devices Networks Applications Decreasing Costs New Datasets New Device Capabilities New Interaction Models Greater Availability Improved Adaptability Increasing # of network points Increasing size of network bandwidth New network endpoints New options for network bandwidth Responsive design supports different layouts Greater availability of APIs by business for public consumption Commoditization of infrastructure including cloud storage
  • 10. What is the “Internet of Things”? How to Serve the “Internet of Things” – Observations and Challenges Where is this heading? – Opportunities for Pariveda Concluding Thoughts Appendix
  • 11. New connected devices combine sensors to provide unique consumer quality functionality  Re-enforcement of it’s Value Proposition: - Protect against some common risk factors for SIDS - Notify when room temperature is too hot or cold for baby - Notify when motion is detected - Notify when hazardous gasses or loud noises are detected (future) 11  Device Type: Connected baby nursery monitor  Sensors Included: Temperature & Humidity Motion Microphone (future) Hazardous Gas (future)  Value Proposition: Ease burden on new parents by notifying them if the environment around their new baby becomes uncomfortable or dangerous
  • 12. A typical IoT end-to-end workflow consists of four primary functions: sense, submit, analyze, and act 12 Event Detected (Sense) Reading Sent to Server (Submit) Process Data (Analyze) Notify Interested Parties (Act)
  • 13. All IoT architectures consist of three main pieces: the Peripheral (thing), Server (brain), and Terminal (view) 13 1 2 3 4 5 Peripheral Server Terminal
  • 14. Peripherals gather key data about their surroundings and communicate results back to a centralized server  Overview: One, hundreds, thousands, or even millions of devices work together to provide key data readings across wide geographical areas  Benefits: - Collect readings from hard-to-reach places - Remove “human” requirement - Send warnings of potential disasters as early as possible 14  Examples: Environment monitoring Natural disaster detection (flood) Equipment / livestock / crop health Security  Properties: Devices are largely unsupervised Not secured. Sometimes connected Peripherals are not servers!
  • 15. The barrier to entry for building customized, high quality, IoT peripherals is lower than ever  2014  Total Cost: $91.45 15  2010  Total Cost: $500.00+
  • 16. Detect motion with the Raspberry PI and Python 16 Submit motion sample to Server (Submit) Detect motion (Sense)
  • 17. The Server aggregates all of the data provided by the Peripherals, analyzes it, and chooses actions to take  Overview: The server consists of a highly-scalable set of services that capture data from all devices in the field and process the information in aggregate 17  Properties: Single point of entry for all peripherals to “phone home” Capture data as quickly as possible (real time) Process data as soon as possible (eventually) Device + Server link pre-configured before shipping  Benefits: - Take key logic (that can change) off of devices - Accommodates devices that are “sometimes connected” - Add additional rules without touching the devices - Command Query Responsibility Segregation (CQRS) - Highly scalable
  • 18. The Server analyzes data from the Peripheral and decides what action to take 18 Process all motion samples (Analyze) Send notification (Act)
  • 19. Decoupling the API from the core data processing facilitates rapid data capture with minimal overhead 19
  • 20. Cloud platforms enable IoT applications to reach the level of scale needed to be useful to society  Overview: A massive amount of peripherals are being deployed to the “wild” every day. Enterprises need additional compute and storage resources to keep up with demand.  Examples: Auto manufacturers want to put connected devices in millions of cars A car you rented unlocks as you approach it (Zipcar) Crop / irrigation sensors on farms Flood sensors across the globe  Properties: Compute and storage resources can grow with customer demand Scale resources up/down depending on need  Benefits: - Cloud providers help create a virtuous cycle between adding additional compute/storage capability and enterprises adding connected devices 20
  • 21. The Terminal is an interface to the end user, providing the result of the final action of the Server  Overview: Information from IoT devices is gathered and communicated in a way that is most useful to the end user  Examples: Text messages Push notifications Website dashboards Email Voicemail  Benefits: - Give users important information ASAP - Data can be delivered in multiple formats - Information can feed into other IoT applications - End user can filter information and adjust notification frequencies 21
  • 22. Let’s take one more look at how the Peripheral, Server, and Terminal work together to enable IoT 22 1 2 3 4 5 Peripheral Server Terminal
  • 23. The barrier to entry for IoT is low, but there are still many challenges that are difficult to overcome  Power - Some sensor applications are incompatible with “outlet power” - Battery packs are inefficient and expensive - Existing wall connections (e.g. thermostat) have little power already  Connectivity - Wi-Fi connectivity tethers device to a single location - LTE network is inefficient for most IoT applications 23  Complexity - Lots of moving pieces - Hardware knowledge required - Analog to digital conversions - Poor documentation on sensors - Scale
  • 24. What is the “Internet of Things”? How to Serve the “Internet of Things” – Observations and Challenges Where is this heading? – Opportunities for Pariveda Concluding Thoughts Appendix
  • 25. What is the “Internet of Things? How to Serve the “Internet of Things” – Observations and Challenges Where is this heading? – Opportunities for Pariveda Concluding Thoughts Appendix
  • 26. Questions © Pariveda Solutions. Confidential 26 & Proprietary.
  • 28. About the speakers Brian Edwards  Atlanta, GA  Principal  Contact at: brian.edwards@parivedasolutions.com Robert Griener  Dallas, TX  Manager  Contact at: robert.griener@parivedasolutions.com http://robertgreiner.com @robert_greiner 28
  • 29. Additional Market Drivers Additional resources on the Internet of Things Product Examples:  JIBO: Promotional Video (Home)  Viv: Wired Article (Mobile)  AT&T: Connect Car (Car)  FitBit: Home Site (Personal) Industry News:  Mark Lowenstein (Mobile Analyst): And the next big thing is…? Further Reading on the Topic:  McKinsey: Reinventing IT to support digitization  Texas CEO Magazine: - The Internet of Things - M2M The Internet of Things © Pariveda Solutions. Confidential 29 & Proprietary.
  • 30. Additional Market Drivers IoT is 5 to 10 years away from reaching the “plateau of productivity” and at risk of inflated expectations © Pariveda Solutions. Confidential 30 & Proprietary. http://www.gartner.com
  • 31. Additional Market Drivers Financial accounting practices recognize capitalization for digital assets & intangible innovation  “On July 31, 2013, the US bureau of Economic Analysis released, for the first time, GDP figures categorizing research and development as fixed investment. It will join software in a new category called intellectual-property products.” – (McKinsey & Company [1])  “Assume digital leaders in your competitive zone are relentlessly expanding their intangible assets both to attack existing markets and to create new ones”; here are a few examples: – “Amzaon.com, for instance, won share from brick-and-mortar with it’s ease-of-purchase model and it’s ability to long-tail customers” – [Amazon.com] “It’s also using tangible assets to offer cloud-based labor services… that match freelance workers demand for their labor” – (McKinsey & Company [1]) 31
  • 32. References in the presentation are listed below:  [1] Measuring the full impact of digital capital by Jacques Bughin and James Manyika, July 32 2013 – McKinsey & Company  [2] http://share.cisco.com/internet-of-things.html - Cisco Visualizations  [3] Ten IT-enabled business trends for the decade ahead, May 2013 – McKinsey Global Institute  [4] The coming era of ‘on-demand’ marketing by Peter Dahlstrom and Edelman, April 2013 – McKinsey Quarterly  [5] Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, 2010 – 2015, February 2011 – Cisco  [6] http://www.brafton.com/news/study-90-percent-of-websites-not-ready-for-mobile-use - Feb 22, 2012 - Brafton Editorial

Editor's Notes

  1. The Internet of Things (IoT) is the interconnection of uniquely identifiable embedded computing devices within the existing Internet infrastructure. Typically, IoT is expected to offer advanced connectivity of devices, systems, and services that goes beyond machine-to-machine communications (M2M) and covers a variety of protocols, domains, and applications.[1] The interconnection of these embedded devices (including smart objects), is expected to usher in automation in nearly all fields, while also enabling advanced applications like a Smart Grid.[2] ( http://en.wikipedia.org/wiki/Internet_of_Things)
  2. http://about.att.com/newsroom/connected_car.html
  3. At Home, On Location, In Car Challenges for IT brought by endpoints leading to modifications of applications: Large data sets or media (“VIDEO”) that fail to transfer rapidly over limited bandwidth or be stored locally due to limited storage Variance in the order of processing steps or completing the same process with different field sets New information sets need to be coupled together to deliver relevant functionality Access to information needs to be made available agnostic of device forcing information sharing across the enterprise Securing access to information across multiple business platforms and systems needs to be via a single requests for auth.
  4. https://www.nimbelink.com/