SlideShare a Scribd company logo
1 of 45
IoT Architecture
Special Topic: Internet of Things
Rudra Dutta
Computer Science, NCSU
IoT
• A system of intercommunicating computing, data stores, and
devices embedded in the physical world (with some non-ICT
purpose but capable of some degree of
sensing/actuating/processing/storage), fulfilling some
purpose that could not be achieved by some subset of system
• Architecture
– What components in an IoT system?
– How do they interact?
• Technology / protocols
– What is an IoT technology?
– What is an IoT protocol?
– What is an IoT platform?
– What is an IoT application?
Copyright Spring 2017, Rudra Dutta, NCSU 2
Sample Usecase
• Consider the following usecase
– Bicyclists and pedestrians with GPS, connected heart-
rate/bp/blood-oxy meters, augmented reality glasses;
stationary and mobile connected air quality monitors
– When they turn to look in some direction, AR display
provides detailed/digested information about personalized
risk by smart integration of data from sensors, historical
data of health incidents of users correlated with historical
sensor data
• What does it take to get this done?
Copyright Spring 2017, Rudra Dutta, NCSU 3
Architecture – What is it
• Underlying structure that bridges intent and design
– What something needs to do and how to do it
– Actual design is distinct from architecture
• Typically same architecture can be realized by many designs
• Entities and interactions
– Potentially at multiple levels
• Entities are separated by jurisdiction/policy
• Interactions define entity capabilities/functions
– Must be standardized  protocols
– Define what, not how
Copyright Fall 2016, Rudra
Networking
• A network is a distributed system
• Main complexity / variety comes from “boxes”
– Routers, switches, bridges, gateways, …
– Links are communications devices rather than
networking
• A network “box” is a special purpose
computer
– Use: forward data packets
– But need to configure, and possibly program
– May be static
Copyright Spring 2017, Rudra Dutta, NCSU 5
Network Operation
• Much of network operation comes from what routers
(forwarding engines) do
– “They forward packets”
• What routers are asked to do
– Architectural question: affects many entities
• How routers do what they do
– Implementation question: vendor-specific smarts, black-box solutions
• To have an impact on performance, must change either the
How or the What
– And trying to change the What will require changing/re-doing/re-
examining the How also
Copyright Fall, 2016, Rudra Dutta, NCSU
Copyright Fall, 2016, Rudra Dutta, NCSU
Ethernet – Example of Why/How
• Originally a wrapper around CSMA/CD
• A station does not transmit on busy carrier
– Uninterrupted packet transmissions can occur,
even with high traffic arrival rate
• A station stops transmission on sensing
collision
– Time wasted in contention is reduced
Ethernet
Copyright Fall, 2016, Rudra Dutta, NCSU
Source address
Dest. address
EtherType/
Length
...
Payload
...
...
...
FCS
SFD
Preamble
10101011
10101010 (7 times)
46 ≤ ≤ 1500
• Classic Ethernet
• Type/Length duality
– Value ≤ 1500  payload length (bytes)
– Value ≥ 1536  protocol encapsulated
• Organizationally Unique Identifier in addresses (first 3 octets)
– For globally unique addresses (bitflag in OUI part)
• Maximum and minimum wire lengths
• Binary exponential backoff
• Reception by noting destination address
• 12 octet interframe gap
Ethernet Hub
• Instead of long distributed medium and short tap-offs, a
short localized “medium”-in-a-box, and long “tap-off”s
– Convenience in installation
– But a major philosophical shift
• Standard defines how stations send and transmit on
medium, not how “medium” behaves
– Assumption: like a wire – but not required for compliance
Copyright Fall, 2016, Rudra Dutta, NCSU
Switched Ethernet
• “Hub” contracted long wire into a box
• “Switch” replaces short wire in box with a
switchable network
– No collisions – no MAC!
• Supports simultaneous transmissions
– But needs buffering Copyright Fall, 2016, Rudra Dutta, NCSU
Infinite Diversity Allowed
• “… while SIP typically is used over UDP or TCP, it could, without technical
changes, be run over IPX, or carrier pigeons, ATM AAL5 or X.25, in rough
order of desirability” (RFC 2458)
• RFC 1149: A Standard for the Transmission of IP Datagrams on Avian
Carriers
– “Avian carriers can provide high delay, low throughput, and low altitude
service”
Architectural change?
Copyright Fall 2016, Rudra
Architectural Change
• When the scope of the system, or entity within
system changes
• Either way, requires new protocols
– Old protocols may exist unchanged, require change, or
become unnecessary
• Usual drivers
– System scope change
• The need/desire for more automation
• In turn driven by the need for speed (or other desirable metric), or
reducing ennui
– Entity separation or re-factoring
• Economics
Copyright Fall 2016, Rudra
Example: IP Address Configuration
• Originally static, and manual
– Independently at each host that needs to connect
• Desire to automate
– Reducing ennui for admin (and ensuing errors)
– Diskless workstations
– Scale
• BUT: different authority for configuring different sets of hosts
– Solution must be scoped for that authority
– Possibly replicated, possibly with variations, in other scope
• RARP  BOOTP  DHCP
Copyright Fall 2016, Rudra
Copyright Fall 2016, Rudra Dutta, CSC, NCSU
DHCP: Dynamic Host Configuration Protocol
Goal: dynamically obtain an IP address
from network server
DHCP overview:
– host broadcasts “DHCP discover”
msg
– DHCP server responds with
“DHCP offer” msg
– host requests IP address: “DHCP
request” msg
– DHCP server sends address:
“DHCP ack” msg
Relay agent on
every LAN
• Allows reuse of addresses
• Support for mobile users
• Critical for ISPs
DHCP request
Architectural Evolution
• Interactions represent constraints on entities
– Entities must present correct interface for other
entities to be able to inter-operate
• “Constrain to de-constrain” (John Doyle,
Caltech)
– Defining what an entity must do allows freedom in
how to do it
– Can create new entities and interactions that
would have had no place in earlier architecture
Copyright Fall 2016, Rudra
IoT Architecture
• “Physical” components / capabilities
– Sensors / Actuators
– Compute, store, communicate data
• Additional “logical” components
– Security and dependability composition
– Time bound composition
– Cross-ownership service composition
– Policy negotiation and governance
– Federated orchestration
• Objectives
– Predictable scalability, stability, correctness, time-to-complete
Copyright Spring 2017, Rudra Dutta, NCSU 16
IoT as Confluence
Copyright Rudra Dutta, CSC, NCSU, Spring 2016 17
* Reproduced from Luigi Atzori, Antonio Iera, Giacomo Morabito, "The Internet of Things: A survey”.
Computer Networks, Volume 54, Issue 15, October 2010, Pages 2787 - 2805.
IoT as Confluence
• What examples do the authors give to show
that each vision cannot individually, or in
pairs, capture the real IoT vision completely ?
• Can running example (air quality health
advising) be seen as adequately covered by
the confluence of the three visions?
• Can you think of an example that is not
sufficiently covered even by the confluence of
all three?
Copyright Spring 2017, Rudra Dutta, NCSU 18
Cyber-Physical Systems
• “Cyber-physical systems integrate sensing, computation,
control and networking into physical objects and
infrastructure, connecting them to the Internet and to each
other.” – NSF
• “The next generation of engineered systems that require tight
integration of computing, communication, and control
technologies to achieve stability, performance, reliability,
robustness, and efficiency in dealing with physical systems of
many application domains.” [KimKumar 2012]
• So… same as IoT, then?
– Wait, “control”…
Copyright Rudra Dutta, CSC, NCSU, Spring 2016 19
Kyoung-Dae Kim and P. R. Kumar, "Cyber-Physical Systems: A Perspective at the
Centennial". Proceedings of the IEEE, Vol.100, Special Centennial Issue, Pages 1287-1308, May 2012.
Control System
• A “plant” evolves according to applicable
physical laws or phenomena, and some
“input”
• A “governor” / controller ensures some target
characteristic of the plant state and output, by
observing output, and modifying input
• Digital/hybrid control system: controller is
wholly or partly a computer/algorithm
• Networked control system: controlling
computer is remote
Copyright Rudra Dutta, CSC, NCSU, Spring 2016 20
Copyright Spring 2017, Rudra Dutta, NCSU 21
Control System
Plant
Governor
Classical Control
• Feedback control
– Controller may have a model of plant
– Even in absence of model uncertainty, setpoints can be
achieved
– Stable systems can be made from underlying inherently
less stable (or unstable) plants
• Transfer functions
– What plant (system) does under given reference inputs
– If system is linear, can superpose
– If system is time-invariant, can dispense with history
– Laplace transforms as an easier way to analyze and design
Copyright Spring 2017, Rudra Dutta, NCSU 22
PID Controllers
• P, I, and D of error function superposed to create
correction input  general class of controllers,
tuning consists of picking three constants
– Pure (especially) D may not be realizable or desirable 
introduce smoothing / lag
Copyright Spring 2017, Rudra Dutta, NCSU 23
Plant
P
I
D
Generalization
• Non-linear system control
• Analysis: Laplace and Z transforms, Bode plots,
Nyquist plots, Lyapunov stabilty criteria, …
• Digital control, hybrid control, hierarchical control
• Main concepts relevant to context
– Observability, controllablity
– Model identification, adaptation, robustness
– Decentralized control
– Delay (lag), stability, relation thereof
Copyright Spring 2017, Rudra Dutta, NCSU 24
Back to IoT / CPS
• A controller that “closes the loop” in the
physical world by using computation in
cyberspace
• Plant may be (is likely) distributed
• Controller may be (is likely) distributed
• Perforce, must be real-time (for some
definition of real-time)
Copyright Rudra Dutta, CSC, NCSU, Spring 2016 25
CPS Example
• HVAC example previously discussed
• Autonomous cars?
• Running example: air quality?
• Observation: arbitrary time-bounds arise from
desired performance, less arbitrary time-
bounds arise from stability criteria
Copyright Spring 2017, Rudra Dutta, NCSU 26
IoT
• A system of intercommunicating computing, data stores, and
devices embedded in the physical world (with some non-ICT
purpose but capable of some degree of
sensing/actuating/processing/storage), fulfilling some
purpose that could not be achieved by some subset of system
• Architecture
– What components in an IoT system?
– How do they interact?
• Technology / protocols
– What is an IoT technology?
– What is an IoT protocol?
– What is an IoT platform?
– What is an IoT application?
Copyright Spring 2017, Rudra Dutta, NCSU 27
IoT
• A system of intercommunicating computing, data stores, and
devices embedded in the physical world (with some non-ICT
purpose but capable of some degree of
sensing/actuating/processing/storage), fulfilling some
purpose that could not be achieved by some subset of system
– With multiple owners, interests
– With dynamic membership
– With “real-time” bounds
• What is an IoT platform?
• What is an IoT application?
Copyright Spring 2017, Rudra Dutta, NCSU 28
Back to IoT Architecture
• Remember: entities and interactions
– How to enable some interactions can give rise to other entities (example of
DNS)
– Expansion/refactoring  architectural change
• Entities: Users/Pro-sumers (agents)
– Represent sense/actuate/transmit/transform/store capabilities
– Represent goals, translating to need for same
– Represent intent/policy to collaborate to achieve goal
• Interactions (need interfaces/protocols):
– Rendezvous
• Declare intents, capabilities
• Declare trust basis if any
– Exchange and negotiate requests for specific service
• Agree on channels for service exchange
– Perform functionality/service
– Sign-off
Copyright Spring 2017, Rudra Dutta, NCSU 29
Entity Aggregation
• Entities represent roles that different stakeholders (with
different interests) can play
– Inter-entity interactions requires interface that both (all) agree on 
standardized protocol
• If one entity performs multiple (standardized) roles, it must
realize every standardized interface at “external” edges, but
may ignore standardized interfaces at “internal” edges
Copyright Spring 2017, Rudra Dutta, NCSU 30
Entity Aggregation
• Entities represent roles that different stakeholders (with
different interests) can play
– Inter-entity interactions requires interface that both (all) agree on 
standardized protocol
• If one entity performs multiple (standardized) roles, it must
realize every standardized interface at “external” edges, but
may ignore standardized interfaces at “internal” edges
Copyright Spring 2017, Rudra Dutta, NCSU 31
Open Interfaces vs. Closed Silos
• An entity may attempt to maintain external standard
interfaces, while speaking proprietary value-added interfaces
– Faster/better growth of efficient proprietary interfaces  silo’d
solutions
• The previous architectural discussions pertain to an open,
collaborative, multi-interest IoT vision
Copyright Spring 2017, Rudra Dutta, NCSU 32
Open Interfaces vs. Closed Silos
• An entity may attempt to maintain external standard
interfaces, while speaking proprietary value-added interfaces
– Faster/better growth of efficient proprietary interfaces  silo’d
solutions
• The previous architectural discussions pertain to an open,
collaborative, multi-interest IoT vision
Copyright Spring 2017, Rudra Dutta, NCSU 33
Open Interfaces vs. Closed Silos
• An entity may attempt to maintain external standard
interfaces, while speaking proprietary value-added interfaces
– Faster/better growth of efficient proprietary interfaces  silo’d
solutions
• The previous architectural discussions pertain to an open,
collaborative, multi-interest IoT vision
Copyright Spring 2017, Rudra Dutta, NCSU 34
Platforms and Applications
• Traditional computing models: applications execute on
platforms
– Platform is “resource” for application to utilize
• Early computing: applications (programs) ran on “whole
computer” (with time-sharing)
• OS  fine-grain sharing (multi-processing illusion) of
processor and storage
– “System program” is part of platform for “application program” 
Program-as-a-Platform
– Later: virtualization  multiple levels
• Client-server
– Distributed application program
– Later: P2P  multiple end-points
– Still only at network endpoints, still specific underlying hardware
Copyright Spring 2017, Rudra Dutta, NCSU 35
Platforms and Applications
• AFS/NFS (storage), map-reduce (compute)
– Seamless distribution over underlying hardware
– Distribution capability now commoditized, part of platform
• SFC/NFV approaches
– Multi-point “within the network” compute storage
available to application as platform
• Platform vs. application
– Platform: general, multiuser, multi-mission
– Application: user-, mission-, and situation-specific
– Application still has the connotation of only software, but
real distinction is provider-consumer boundary
Copyright Spring 2017, Rudra Dutta, NCSU 36
Data
• Originally, internal to programs
– Systems program (OS) kept its own data
– Application program kept and crunched its own data
– Exchange of data: solely as archival/retrieval (use of
storage platform): “meaning” only for one program
(internal)
• Increasingly, data can be seen as resource
– Metadata allows “meaning” to be integrated into data
– Producer of data may be considered owner
– But owner can trade usage right, not just use
– Right-to-use is not same as right-to-resell
Copyright Spring 2017, Rudra Dutta, NCSU 37
Missions and Coalitions
• Concept of applications and platforms  less
defined in dynamic multi-owner multi-technology
context
• Consider alternate concepts
• Coalition
– Transient grouping of users and capabilities
– Characterized by (and formed for) mission
• Mission
– Functional intent of a coalition
– Triggered and defined by some user (agent)
• Mission executes on coalition
Copyright Spring 2017, Rudra Dutta, NCSU 38
IoT System Mini-Project
Architecture, Application, Implementation
Copyright Spring 2017, Rudra Dutta, NCSU 39
“Okay, people, listen up…”
• Achieve
– Coalition formation (and dissolution)
– Mission negotiation and execution (and verification)
• Using
– Semantics
– Sensing/Actuating capabilities
– Analytics
– Networking/Orchestration
• Achieving
– Real-time bounds
– Multi-ownership (governance and policy, including trust)
– Security
Copyright Spring 2017, Rudra Dutta, NCSU 40
https://youtu.be/ry55--J4_VQ?t=38s
Expertise Groups
• Semantics
– Decide: what concepts need to be represented
• Anything that needs to be understood by more than one entity
– What reasoning rules to be shared (standardized)
– “Data model” only, not platform (technology embedding)
– Implement in technology picked by orchestration group
• Sensing/Actuating capabilities
– What sensors, actuators (pick actual hardware/software)
– Implement capabilities to the edge of entity (using orchestration tools)
• Analytics
– Decide analytics methods to be applied, core/edge decomposition
– Implement in technology picked by orchestration group
• Networking/Orchestration
– Decide platform for edge/core cloud analytics, semantics
• With advice from expertise groups
– Decide and implement communication/networking
Copyright Spring 2017, Rudra Dutta, NCSU 41
Mini-project Definition
• Running example of cooperative air-quality
based health advisory for bicyclists
• MUST ACTUALLY WORK
– We will change elements as necessary for
feasibility
– Consider testing/verification feasibility as well as
implementation/execution feasibility
• (Can you change air pollution anywhere on order?)
• Keep within (Centennial) campus
• All open technology/interfaces
Copyright Spring 2017, Rudra Dutta, NCSU 42
Picking Expertise Groups
• Fill out Google form to indicate your ranked choice of
groups you want to be part of
• For your first (and optionally second) choice, provide
reasoning for why you are suitable to contribute well
to that group
• For your last choice, provide reasoning for why you
are not suitable to contribute well to that group
• Balance prior strength and learning objectives
• Remember: both design and implmentation aspects
Copyright Spring 2017, Rudra Dutta, NCSU 43
Architectural Decisions
• Reminder: “How to enable some interactions can
give rise to other entities (example of DNS)”
– Need to make some architectural decisions up front to
ensure pieces will fit together
• Some key choices center around user’s agents
– Whether partitioned/replicated
– If partitioned, whether referral is iterative or recursive (or
either, or both)
• If any “directory services” (NEW ENTITY)
– Whether local/global
Copyright Spring 2017, Rudra Dutta, NCSU 44
Go
• Questions welcome
• Seed thoughts/questions for each group
Copyright Spring 2017, Rudra Dutta, NCSU 45
https://youtu.be/f6F6MzMT2g8?t=2s

More Related Content

Similar to IoT architecture.pptx

Data processing in Cyber-Physical Systems
Data processing in Cyber-Physical SystemsData processing in Cyber-Physical Systems
Data processing in Cyber-Physical SystemsBob Marcus
 
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Tal Lavian Ph.D.
 
Distributed Clouds and Software Defined Networking
Distributed Clouds and Software Defined NetworkingDistributed Clouds and Software Defined Networking
Distributed Clouds and Software Defined NetworkingUS-Ignite
 
3 - Grid Computing.pptx
3 - Grid Computing.pptx3 - Grid Computing.pptx
3 - Grid Computing.pptxRiazSalim1
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemVaughan Olufemi ACIB, AICEN, ANIM
 
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Tal Lavian Ph.D.
 
Inroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermaInroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermagargishankar1981
 
1. RINA motivation - TF Workshop
1. RINA motivation - TF Workshop1. RINA motivation - TF Workshop
1. RINA motivation - TF WorkshopARCFIRE ICT
 
Intelligent Data Processing for the Internet of Things
Intelligent Data Processing for the Internet of Things Intelligent Data Processing for the Internet of Things
Intelligent Data Processing for the Internet of Things PayamBarnaghi
 
Chapter 10 System Architecture.Information Technology Project Management pptx
Chapter 10 System Architecture.Information Technology Project Management pptxChapter 10 System Architecture.Information Technology Project Management pptx
Chapter 10 System Architecture.Information Technology Project Management pptxAxmedMaxamuudYoonis
 
Common Design Elements for Data Movement Eli Dart
Common Design Elements for Data Movement Eli DartCommon Design Elements for Data Movement Eli Dart
Common Design Elements for Data Movement Eli DartEd Dodds
 
chapter10-120827115414-phpapp02.pdf
chapter10-120827115414-phpapp02.pdfchapter10-120827115414-phpapp02.pdf
chapter10-120827115414-phpapp02.pdfAxmedMaxamuud6
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ipkashish0313
 
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxUNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxLeahRachael
 
Net+, 6th Ed. CH. 1
Net+, 6th Ed. CH. 1Net+, 6th Ed. CH. 1
Net+, 6th Ed. CH. 1WedgeB
 
RINA research results - NGP forum - SDN World Congress 2017
RINA research results - NGP forum - SDN World Congress 2017RINA research results - NGP forum - SDN World Congress 2017
RINA research results - NGP forum - SDN World Congress 2017ARCFIRE ICT
 
Tech 2 tech low latency networking on Janet presentation
Tech 2 tech low latency networking on Janet presentationTech 2 tech low latency networking on Janet presentation
Tech 2 tech low latency networking on Janet presentationJisc
 

Similar to IoT architecture.pptx (20)

Data processing in Cyber-Physical Systems
Data processing in Cyber-Physical SystemsData processing in Cyber-Physical Systems
Data processing in Cyber-Physical Systems
 
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
 
Distributed Clouds and Software Defined Networking
Distributed Clouds and Software Defined NetworkingDistributed Clouds and Software Defined Networking
Distributed Clouds and Software Defined Networking
 
3 - Grid Computing.pptx
3 - Grid Computing.pptx3 - Grid Computing.pptx
3 - Grid Computing.pptx
 
E-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking SystemE-Management, Archival and Retrieval of documents/Office Networking System
E-Management, Archival and Retrieval of documents/Office Networking System
 
What is 3d torus
What is 3d torusWhat is 3d torus
What is 3d torus
 
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
Lambda Data Grid: An Agile Optical Platform for Grid Computing and Data-inten...
 
Inroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermaInroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar verma
 
1. RINA motivation - TF Workshop
1. RINA motivation - TF Workshop1. RINA motivation - TF Workshop
1. RINA motivation - TF Workshop
 
Intelligent Data Processing for the Internet of Things
Intelligent Data Processing for the Internet of Things Intelligent Data Processing for the Internet of Things
Intelligent Data Processing for the Internet of Things
 
Chapter 10 System Architecture.Information Technology Project Management pptx
Chapter 10 System Architecture.Information Technology Project Management pptxChapter 10 System Architecture.Information Technology Project Management pptx
Chapter 10 System Architecture.Information Technology Project Management pptx
 
8_iot.pdf
8_iot.pdf8_iot.pdf
8_iot.pdf
 
Ch06
Ch06Ch06
Ch06
 
Common Design Elements for Data Movement Eli Dart
Common Design Elements for Data Movement Eli DartCommon Design Elements for Data Movement Eli Dart
Common Design Elements for Data Movement Eli Dart
 
chapter10-120827115414-phpapp02.pdf
chapter10-120827115414-phpapp02.pdfchapter10-120827115414-phpapp02.pdf
chapter10-120827115414-phpapp02.pdf
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ip
 
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptxUNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
UNIT 4 - UNDERSTANDING THE NETWORK ARCHITECTURE.pptx
 
Net+, 6th Ed. CH. 1
Net+, 6th Ed. CH. 1Net+, 6th Ed. CH. 1
Net+, 6th Ed. CH. 1
 
RINA research results - NGP forum - SDN World Congress 2017
RINA research results - NGP forum - SDN World Congress 2017RINA research results - NGP forum - SDN World Congress 2017
RINA research results - NGP forum - SDN World Congress 2017
 
Tech 2 tech low latency networking on Janet presentation
Tech 2 tech low latency networking on Janet presentationTech 2 tech low latency networking on Janet presentation
Tech 2 tech low latency networking on Janet presentation
 

More from DanishMahmood23

Topic 5- Communications v1.pptx
Topic 5- Communications v1.pptxTopic 5- Communications v1.pptx
Topic 5- Communications v1.pptxDanishMahmood23
 
Topic 9a-Hadoop Storage- HDFS.pptx
Topic 9a-Hadoop Storage- HDFS.pptxTopic 9a-Hadoop Storage- HDFS.pptx
Topic 9a-Hadoop Storage- HDFS.pptxDanishMahmood23
 
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdf
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdfIoT_IO1_3 Getting familiar with Hardware - Sensors.pdf
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdfDanishMahmood23
 
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdf
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdfIoT_IO1_2 Getting familiar with Hardware - Development Boards.pdf
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdfDanishMahmood23
 
IoT_IO1_1 Introduction to the IoT-1.pdf
IoT_IO1_1 Introduction to the IoT-1.pdfIoT_IO1_1 Introduction to the IoT-1.pdf
IoT_IO1_1 Introduction to the IoT-1.pdfDanishMahmood23
 

More from DanishMahmood23 (8)

Topic 4- processes.pptx
Topic 4- processes.pptxTopic 4- processes.pptx
Topic 4- processes.pptx
 
Topic 5- Communications v1.pptx
Topic 5- Communications v1.pptxTopic 5- Communications v1.pptx
Topic 5- Communications v1.pptx
 
Topic 9a-Hadoop Storage- HDFS.pptx
Topic 9a-Hadoop Storage- HDFS.pptxTopic 9a-Hadoop Storage- HDFS.pptx
Topic 9a-Hadoop Storage- HDFS.pptx
 
L1-intro(2).pptx
L1-intro(2).pptxL1-intro(2).pptx
L1-intro(2).pptx
 
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdf
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdfIoT_IO1_3 Getting familiar with Hardware - Sensors.pdf
IoT_IO1_3 Getting familiar with Hardware - Sensors.pdf
 
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdf
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdfIoT_IO1_2 Getting familiar with Hardware - Development Boards.pdf
IoT_IO1_2 Getting familiar with Hardware - Development Boards.pdf
 
10. Lec X- SDN.pptx
10. Lec X- SDN.pptx10. Lec X- SDN.pptx
10. Lec X- SDN.pptx
 
IoT_IO1_1 Introduction to the IoT-1.pdf
IoT_IO1_1 Introduction to the IoT-1.pdfIoT_IO1_1 Introduction to the IoT-1.pdf
IoT_IO1_1 Introduction to the IoT-1.pdf
 

Recently uploaded

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 

Recently uploaded (20)

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 

IoT architecture.pptx

  • 1. IoT Architecture Special Topic: Internet of Things Rudra Dutta Computer Science, NCSU
  • 2. IoT • A system of intercommunicating computing, data stores, and devices embedded in the physical world (with some non-ICT purpose but capable of some degree of sensing/actuating/processing/storage), fulfilling some purpose that could not be achieved by some subset of system • Architecture – What components in an IoT system? – How do they interact? • Technology / protocols – What is an IoT technology? – What is an IoT protocol? – What is an IoT platform? – What is an IoT application? Copyright Spring 2017, Rudra Dutta, NCSU 2
  • 3. Sample Usecase • Consider the following usecase – Bicyclists and pedestrians with GPS, connected heart- rate/bp/blood-oxy meters, augmented reality glasses; stationary and mobile connected air quality monitors – When they turn to look in some direction, AR display provides detailed/digested information about personalized risk by smart integration of data from sensors, historical data of health incidents of users correlated with historical sensor data • What does it take to get this done? Copyright Spring 2017, Rudra Dutta, NCSU 3
  • 4. Architecture – What is it • Underlying structure that bridges intent and design – What something needs to do and how to do it – Actual design is distinct from architecture • Typically same architecture can be realized by many designs • Entities and interactions – Potentially at multiple levels • Entities are separated by jurisdiction/policy • Interactions define entity capabilities/functions – Must be standardized  protocols – Define what, not how Copyright Fall 2016, Rudra
  • 5. Networking • A network is a distributed system • Main complexity / variety comes from “boxes” – Routers, switches, bridges, gateways, … – Links are communications devices rather than networking • A network “box” is a special purpose computer – Use: forward data packets – But need to configure, and possibly program – May be static Copyright Spring 2017, Rudra Dutta, NCSU 5
  • 6. Network Operation • Much of network operation comes from what routers (forwarding engines) do – “They forward packets” • What routers are asked to do – Architectural question: affects many entities • How routers do what they do – Implementation question: vendor-specific smarts, black-box solutions • To have an impact on performance, must change either the How or the What – And trying to change the What will require changing/re-doing/re- examining the How also Copyright Fall, 2016, Rudra Dutta, NCSU
  • 7. Copyright Fall, 2016, Rudra Dutta, NCSU Ethernet – Example of Why/How • Originally a wrapper around CSMA/CD • A station does not transmit on busy carrier – Uninterrupted packet transmissions can occur, even with high traffic arrival rate • A station stops transmission on sensing collision – Time wasted in contention is reduced
  • 8. Ethernet Copyright Fall, 2016, Rudra Dutta, NCSU Source address Dest. address EtherType/ Length ... Payload ... ... ... FCS SFD Preamble 10101011 10101010 (7 times) 46 ≤ ≤ 1500 • Classic Ethernet • Type/Length duality – Value ≤ 1500  payload length (bytes) – Value ≥ 1536  protocol encapsulated • Organizationally Unique Identifier in addresses (first 3 octets) – For globally unique addresses (bitflag in OUI part) • Maximum and minimum wire lengths • Binary exponential backoff • Reception by noting destination address • 12 octet interframe gap
  • 9. Ethernet Hub • Instead of long distributed medium and short tap-offs, a short localized “medium”-in-a-box, and long “tap-off”s – Convenience in installation – But a major philosophical shift • Standard defines how stations send and transmit on medium, not how “medium” behaves – Assumption: like a wire – but not required for compliance Copyright Fall, 2016, Rudra Dutta, NCSU
  • 10. Switched Ethernet • “Hub” contracted long wire into a box • “Switch” replaces short wire in box with a switchable network – No collisions – no MAC! • Supports simultaneous transmissions – But needs buffering Copyright Fall, 2016, Rudra Dutta, NCSU
  • 11. Infinite Diversity Allowed • “… while SIP typically is used over UDP or TCP, it could, without technical changes, be run over IPX, or carrier pigeons, ATM AAL5 or X.25, in rough order of desirability” (RFC 2458) • RFC 1149: A Standard for the Transmission of IP Datagrams on Avian Carriers – “Avian carriers can provide high delay, low throughput, and low altitude service” Architectural change? Copyright Fall 2016, Rudra
  • 12. Architectural Change • When the scope of the system, or entity within system changes • Either way, requires new protocols – Old protocols may exist unchanged, require change, or become unnecessary • Usual drivers – System scope change • The need/desire for more automation • In turn driven by the need for speed (or other desirable metric), or reducing ennui – Entity separation or re-factoring • Economics Copyright Fall 2016, Rudra
  • 13. Example: IP Address Configuration • Originally static, and manual – Independently at each host that needs to connect • Desire to automate – Reducing ennui for admin (and ensuing errors) – Diskless workstations – Scale • BUT: different authority for configuring different sets of hosts – Solution must be scoped for that authority – Possibly replicated, possibly with variations, in other scope • RARP  BOOTP  DHCP Copyright Fall 2016, Rudra
  • 14. Copyright Fall 2016, Rudra Dutta, CSC, NCSU DHCP: Dynamic Host Configuration Protocol Goal: dynamically obtain an IP address from network server DHCP overview: – host broadcasts “DHCP discover” msg – DHCP server responds with “DHCP offer” msg – host requests IP address: “DHCP request” msg – DHCP server sends address: “DHCP ack” msg Relay agent on every LAN • Allows reuse of addresses • Support for mobile users • Critical for ISPs DHCP request
  • 15. Architectural Evolution • Interactions represent constraints on entities – Entities must present correct interface for other entities to be able to inter-operate • “Constrain to de-constrain” (John Doyle, Caltech) – Defining what an entity must do allows freedom in how to do it – Can create new entities and interactions that would have had no place in earlier architecture Copyright Fall 2016, Rudra
  • 16. IoT Architecture • “Physical” components / capabilities – Sensors / Actuators – Compute, store, communicate data • Additional “logical” components – Security and dependability composition – Time bound composition – Cross-ownership service composition – Policy negotiation and governance – Federated orchestration • Objectives – Predictable scalability, stability, correctness, time-to-complete Copyright Spring 2017, Rudra Dutta, NCSU 16
  • 17. IoT as Confluence Copyright Rudra Dutta, CSC, NCSU, Spring 2016 17 * Reproduced from Luigi Atzori, Antonio Iera, Giacomo Morabito, "The Internet of Things: A survey”. Computer Networks, Volume 54, Issue 15, October 2010, Pages 2787 - 2805.
  • 18. IoT as Confluence • What examples do the authors give to show that each vision cannot individually, or in pairs, capture the real IoT vision completely ? • Can running example (air quality health advising) be seen as adequately covered by the confluence of the three visions? • Can you think of an example that is not sufficiently covered even by the confluence of all three? Copyright Spring 2017, Rudra Dutta, NCSU 18
  • 19. Cyber-Physical Systems • “Cyber-physical systems integrate sensing, computation, control and networking into physical objects and infrastructure, connecting them to the Internet and to each other.” – NSF • “The next generation of engineered systems that require tight integration of computing, communication, and control technologies to achieve stability, performance, reliability, robustness, and efficiency in dealing with physical systems of many application domains.” [KimKumar 2012] • So… same as IoT, then? – Wait, “control”… Copyright Rudra Dutta, CSC, NCSU, Spring 2016 19 Kyoung-Dae Kim and P. R. Kumar, "Cyber-Physical Systems: A Perspective at the Centennial". Proceedings of the IEEE, Vol.100, Special Centennial Issue, Pages 1287-1308, May 2012.
  • 20. Control System • A “plant” evolves according to applicable physical laws or phenomena, and some “input” • A “governor” / controller ensures some target characteristic of the plant state and output, by observing output, and modifying input • Digital/hybrid control system: controller is wholly or partly a computer/algorithm • Networked control system: controlling computer is remote Copyright Rudra Dutta, CSC, NCSU, Spring 2016 20
  • 21. Copyright Spring 2017, Rudra Dutta, NCSU 21 Control System Plant Governor
  • 22. Classical Control • Feedback control – Controller may have a model of plant – Even in absence of model uncertainty, setpoints can be achieved – Stable systems can be made from underlying inherently less stable (or unstable) plants • Transfer functions – What plant (system) does under given reference inputs – If system is linear, can superpose – If system is time-invariant, can dispense with history – Laplace transforms as an easier way to analyze and design Copyright Spring 2017, Rudra Dutta, NCSU 22
  • 23. PID Controllers • P, I, and D of error function superposed to create correction input  general class of controllers, tuning consists of picking three constants – Pure (especially) D may not be realizable or desirable  introduce smoothing / lag Copyright Spring 2017, Rudra Dutta, NCSU 23 Plant P I D
  • 24. Generalization • Non-linear system control • Analysis: Laplace and Z transforms, Bode plots, Nyquist plots, Lyapunov stabilty criteria, … • Digital control, hybrid control, hierarchical control • Main concepts relevant to context – Observability, controllablity – Model identification, adaptation, robustness – Decentralized control – Delay (lag), stability, relation thereof Copyright Spring 2017, Rudra Dutta, NCSU 24
  • 25. Back to IoT / CPS • A controller that “closes the loop” in the physical world by using computation in cyberspace • Plant may be (is likely) distributed • Controller may be (is likely) distributed • Perforce, must be real-time (for some definition of real-time) Copyright Rudra Dutta, CSC, NCSU, Spring 2016 25
  • 26. CPS Example • HVAC example previously discussed • Autonomous cars? • Running example: air quality? • Observation: arbitrary time-bounds arise from desired performance, less arbitrary time- bounds arise from stability criteria Copyright Spring 2017, Rudra Dutta, NCSU 26
  • 27. IoT • A system of intercommunicating computing, data stores, and devices embedded in the physical world (with some non-ICT purpose but capable of some degree of sensing/actuating/processing/storage), fulfilling some purpose that could not be achieved by some subset of system • Architecture – What components in an IoT system? – How do they interact? • Technology / protocols – What is an IoT technology? – What is an IoT protocol? – What is an IoT platform? – What is an IoT application? Copyright Spring 2017, Rudra Dutta, NCSU 27
  • 28. IoT • A system of intercommunicating computing, data stores, and devices embedded in the physical world (with some non-ICT purpose but capable of some degree of sensing/actuating/processing/storage), fulfilling some purpose that could not be achieved by some subset of system – With multiple owners, interests – With dynamic membership – With “real-time” bounds • What is an IoT platform? • What is an IoT application? Copyright Spring 2017, Rudra Dutta, NCSU 28
  • 29. Back to IoT Architecture • Remember: entities and interactions – How to enable some interactions can give rise to other entities (example of DNS) – Expansion/refactoring  architectural change • Entities: Users/Pro-sumers (agents) – Represent sense/actuate/transmit/transform/store capabilities – Represent goals, translating to need for same – Represent intent/policy to collaborate to achieve goal • Interactions (need interfaces/protocols): – Rendezvous • Declare intents, capabilities • Declare trust basis if any – Exchange and negotiate requests for specific service • Agree on channels for service exchange – Perform functionality/service – Sign-off Copyright Spring 2017, Rudra Dutta, NCSU 29
  • 30. Entity Aggregation • Entities represent roles that different stakeholders (with different interests) can play – Inter-entity interactions requires interface that both (all) agree on  standardized protocol • If one entity performs multiple (standardized) roles, it must realize every standardized interface at “external” edges, but may ignore standardized interfaces at “internal” edges Copyright Spring 2017, Rudra Dutta, NCSU 30
  • 31. Entity Aggregation • Entities represent roles that different stakeholders (with different interests) can play – Inter-entity interactions requires interface that both (all) agree on  standardized protocol • If one entity performs multiple (standardized) roles, it must realize every standardized interface at “external” edges, but may ignore standardized interfaces at “internal” edges Copyright Spring 2017, Rudra Dutta, NCSU 31
  • 32. Open Interfaces vs. Closed Silos • An entity may attempt to maintain external standard interfaces, while speaking proprietary value-added interfaces – Faster/better growth of efficient proprietary interfaces  silo’d solutions • The previous architectural discussions pertain to an open, collaborative, multi-interest IoT vision Copyright Spring 2017, Rudra Dutta, NCSU 32
  • 33. Open Interfaces vs. Closed Silos • An entity may attempt to maintain external standard interfaces, while speaking proprietary value-added interfaces – Faster/better growth of efficient proprietary interfaces  silo’d solutions • The previous architectural discussions pertain to an open, collaborative, multi-interest IoT vision Copyright Spring 2017, Rudra Dutta, NCSU 33
  • 34. Open Interfaces vs. Closed Silos • An entity may attempt to maintain external standard interfaces, while speaking proprietary value-added interfaces – Faster/better growth of efficient proprietary interfaces  silo’d solutions • The previous architectural discussions pertain to an open, collaborative, multi-interest IoT vision Copyright Spring 2017, Rudra Dutta, NCSU 34
  • 35. Platforms and Applications • Traditional computing models: applications execute on platforms – Platform is “resource” for application to utilize • Early computing: applications (programs) ran on “whole computer” (with time-sharing) • OS  fine-grain sharing (multi-processing illusion) of processor and storage – “System program” is part of platform for “application program”  Program-as-a-Platform – Later: virtualization  multiple levels • Client-server – Distributed application program – Later: P2P  multiple end-points – Still only at network endpoints, still specific underlying hardware Copyright Spring 2017, Rudra Dutta, NCSU 35
  • 36. Platforms and Applications • AFS/NFS (storage), map-reduce (compute) – Seamless distribution over underlying hardware – Distribution capability now commoditized, part of platform • SFC/NFV approaches – Multi-point “within the network” compute storage available to application as platform • Platform vs. application – Platform: general, multiuser, multi-mission – Application: user-, mission-, and situation-specific – Application still has the connotation of only software, but real distinction is provider-consumer boundary Copyright Spring 2017, Rudra Dutta, NCSU 36
  • 37. Data • Originally, internal to programs – Systems program (OS) kept its own data – Application program kept and crunched its own data – Exchange of data: solely as archival/retrieval (use of storage platform): “meaning” only for one program (internal) • Increasingly, data can be seen as resource – Metadata allows “meaning” to be integrated into data – Producer of data may be considered owner – But owner can trade usage right, not just use – Right-to-use is not same as right-to-resell Copyright Spring 2017, Rudra Dutta, NCSU 37
  • 38. Missions and Coalitions • Concept of applications and platforms  less defined in dynamic multi-owner multi-technology context • Consider alternate concepts • Coalition – Transient grouping of users and capabilities – Characterized by (and formed for) mission • Mission – Functional intent of a coalition – Triggered and defined by some user (agent) • Mission executes on coalition Copyright Spring 2017, Rudra Dutta, NCSU 38
  • 39. IoT System Mini-Project Architecture, Application, Implementation Copyright Spring 2017, Rudra Dutta, NCSU 39
  • 40. “Okay, people, listen up…” • Achieve – Coalition formation (and dissolution) – Mission negotiation and execution (and verification) • Using – Semantics – Sensing/Actuating capabilities – Analytics – Networking/Orchestration • Achieving – Real-time bounds – Multi-ownership (governance and policy, including trust) – Security Copyright Spring 2017, Rudra Dutta, NCSU 40 https://youtu.be/ry55--J4_VQ?t=38s
  • 41. Expertise Groups • Semantics – Decide: what concepts need to be represented • Anything that needs to be understood by more than one entity – What reasoning rules to be shared (standardized) – “Data model” only, not platform (technology embedding) – Implement in technology picked by orchestration group • Sensing/Actuating capabilities – What sensors, actuators (pick actual hardware/software) – Implement capabilities to the edge of entity (using orchestration tools) • Analytics – Decide analytics methods to be applied, core/edge decomposition – Implement in technology picked by orchestration group • Networking/Orchestration – Decide platform for edge/core cloud analytics, semantics • With advice from expertise groups – Decide and implement communication/networking Copyright Spring 2017, Rudra Dutta, NCSU 41
  • 42. Mini-project Definition • Running example of cooperative air-quality based health advisory for bicyclists • MUST ACTUALLY WORK – We will change elements as necessary for feasibility – Consider testing/verification feasibility as well as implementation/execution feasibility • (Can you change air pollution anywhere on order?) • Keep within (Centennial) campus • All open technology/interfaces Copyright Spring 2017, Rudra Dutta, NCSU 42
  • 43. Picking Expertise Groups • Fill out Google form to indicate your ranked choice of groups you want to be part of • For your first (and optionally second) choice, provide reasoning for why you are suitable to contribute well to that group • For your last choice, provide reasoning for why you are not suitable to contribute well to that group • Balance prior strength and learning objectives • Remember: both design and implmentation aspects Copyright Spring 2017, Rudra Dutta, NCSU 43
  • 44. Architectural Decisions • Reminder: “How to enable some interactions can give rise to other entities (example of DNS)” – Need to make some architectural decisions up front to ensure pieces will fit together • Some key choices center around user’s agents – Whether partitioned/replicated – If partitioned, whether referral is iterative or recursive (or either, or both) • If any “directory services” (NEW ENTITY) – Whether local/global Copyright Spring 2017, Rudra Dutta, NCSU 44
  • 45. Go • Questions welcome • Seed thoughts/questions for each group Copyright Spring 2017, Rudra Dutta, NCSU 45 https://youtu.be/f6F6MzMT2g8?t=2s