SlideShare a Scribd company logo
1 of 26
FRONT END INTELLIGENCE FOR
LARGE-SCALE APPLICATION-
ORIENTED INTERNET OF THINGS
Presentedby:
Judy T Raj
CS7
ROLL NO:29
CONTENTS
• INTRODUCTION
• TRADITIONAL PARADIGM
• NEED FOR FRONT-END INTELLIGENCE
• BANDWIDTH DEMAND & DELAY INTOLERANCE
• DEVICE HETEROGENEITY
CONTENTS
• MOTIVATION FOR FRONT-END INTELLIGENCE
• QUALITATIVE RATIONALE
• ANALYTICAL RATIONALE
• COMPARATIVE SIMULATION ANALYSIS
• INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
• CELLULAR NETWORK CONSIDERATIONS
• SPECTRUM MANAGEMENT
• D2D COMMUNICATIONS
• MULTIHOP NETWORKING
• INTELLIGENT IOT DEVICES: APPLICATION PERSPECTIVE
• INTELLIGENT IOT DEVICES: COLLABORATION PERSPECTIVE
• SOFTWARE DEVICE DRIVEN ARCHITECTURE
• CONCLUSION
INTRODUCTION
• What is IoT?
• Massive integration of electronic devices and other objects to collect &
exchange data.
• Enabling technology for multitude of applications in healthcare,
wearables, surveillance, home automation etc
• Aim of the paper
• Analyze the key performance matrices of back-end intelligence
• Advocate empowerment of front-end intelligence in IoT
• Discuss issues and challenges in empowering front-end IoT devices
• Analyze from three perspectives of IoT design : connectivity,
collaboration and application.
TRADITIONAL PARADIGM
• Centralized architecture
• Heavily reliant on the back-end core for all decision-making
processes
• All operational and management decisions related to front-end
resources are made at the back-end.
• Back-end or service platform in IoT is usually a cloud platform
• Inefficient in terms of latency, network traffic management,
computational capacity i.e. Instructions processed per unit time
and power consumption.
NEED FOR FRONT-END INTELLIGENCE
• This section outlines the design and operational
challenges brought forward by two trends associated
with the massive roll-out of IoT applications namely:
• Bandwidth Demand & Delay Intolerance
• Device Heterogeneity.
NEED FOR FRONT-END INTELLIGENCE
• BANDWIDTH DEMAND & DELAY
INTOLERANCE
• Growing trend of bandwidth hungry or
delay intolerant applications.
• Often observed in applications
demanding real-time transmission of
video streams.
• Examples include crowd management
applications, industrial processes, geo-
physical data acquisitions, cyber
physical systems etc.
NEED FOR FRONT-END INTELLIGENCE
• DEVICE HETEREOGENITY
• Refers to the wide spectrum of radio access technologies, network protocols,
capabilities, process power & communication technologies IoT devices support.
• No current standard for access protocols or messaging technologies for IoT.
• A Standardized homogenous solution is highly unlikely in future as well.
• Thus the need to cater to inherent technological diversity.
• Another disparity IoT gives rise to is multiple Administrative Domains (ADs).
• An AD refers to all IoT assets including front-end devices and back end platform
under the jurisdiction of a single entity.
• The coexistence of multiple ADs need to be accounted for.
MOTIVATION FOR FRONT-END INTELLIGENCE
• QUALITATIVE RATIONALE
• Interaction with other ADs cannot be performed if front-end
devices are not entitled to execute basic data gathering
operations about their neighbourhood of devices.
• The adverse implications of a highly-centralized paradigm can
be mainly assessed from two distinct perspectives:
networking efficiency and computational efficiency
• Advent of low-cost computationally efficient
processing units like microcontrollers provide
substantial motivation for front-end intelligent devices.
• QUALITATIVE RATIONALE
• Five key performance matrices can analyze the performance of IoT
devices.
• For back end intelligent systems, the corresponding values for each
term are:
• Energy: higher energy consumption
• Latency: longer trip times
• Throughput: lower throughput
• Scalability: Lesser scalability
• Reliability: Lower reliability
MOTIVATION FOR FRONT-END INTELLIGENCE
MOTIVATION FOR FRONT-END INTELLIGENCE
•
ANALYTICAL RATIONALE
• For large-scale multihop IoT setup where information must be exchanged for every
actuation.
• This cause lags and delays especially for FoT
MOTIVATION FOR FRONT-END INTELLIGENCE
• ANALYTICAL RATIONALE
• Back-end centric paradigm: the information collected from nearby
neighbours are forwarded to the back-end core to make the right
decision which is, in turn, sent to actuator to perform the required
action.
• Front-end empowered paradigm, the device is supported with
intelligence to take in-situ the decision based on the information
collected from nearby sensors that directly communicate with the
smart device.
MOTIVATION FOR FRONT-END INTELLIGENCE
• COMPARATIVE SIMULATION ANALYSIS
• Paper investigated the impact of front end intelligence radio access procedure in LTE
networks and compared between three scenarios depending on the level of
collaboration.
• A Radio Access Technology or (RAT) is the underlying physical connection method for a
radio based communication network. As of 2013, many modern phones such as the
Nexus 4 or iPhone5 support several RATs in one device such as Bluetooth, Wi-Fi, and
3G, 4G or LTE.
• Long-Term Evolution (LTE) is a standard for high-speed wireless communication for
mobile phones and data terminals. It is based on the GSM/EDGE and UMTS/HSPA
network technologies, increasing the capacity and speed using a different radio
interface together with core network improvement
MOTIVATION FOR FRONT-END INTELLIGENCE
• COMPARATIVE SIMULATION ANALYSIS
• Trad:all devices establish their connections with the node and complete their data
transfer independently.
• Collab: devices belonging to the same AD collaborate together to achieve data transfer.
• Social: devices socialize together and act as if they belong to a single virtual AD.
MOTIVATION FOR FRONT-END INTELLIGENCE
• DESIGN IMPERATIVE
• The paper aims to design a framework for the
design of IoT devices to empower front-end
intelligence.
• Can be achieved by viewing from three different
perspectives.
• Proposed framework supports diversity in
networking protocols.
• Comprehensive framework for design &
optimization of wide range of applications.
• Advocates socialization schemes enabling devices
of different ADs to share resources.
INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
• Deals with main connectivity challenges i.e. Issues with cellular networks and spectrum management and
major promising directions that could cope with these issues.
CELLULAR NETWORK CONSIDERATIONS
• Based on simulation and analysis of actual traffic patterns of LTE Release 10 UL air interface in Saudi Arabia,
the paper concluded that a major capacity deficit occurs as applications become bandwidth hungry.
• As the number of connections/frame arrival increases, resource allocation becomes less efficient and physical random access
channel becomes congested in network entry procedure.
• Drop rate and channel access waiting time increase as connections increase.
SPECTRUM MANAGEMENT
• Effective power control strategies to maintain net interference levels within operationally acceptable ranges
need to be developed as the authors envision IoT communications outside licensed spectrum.
• PROMISING DIRECTIONS
• Further advancements in D2D communications and Multihop
networking to cope with the issues in connectivity.
• D2D communications: Is a technology component for LTE.
Enables direct communication between nearby mobile
equipments facilitate interoperability.
• Multihop Networks: use two or more wireless hops to convey
information from a source to a destination. Nodes in between
source and destination communicate using wireless channels.
INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
D2D COMMUNICATION
• Can boost capacity in terms of
through put and number of
connections.
• Can be achieved by
ubiquitously available
technologies like WiFi with
effective scheduling to
manage human made and
M2M traffic.
• Access scheduling can cause
extensive interference in D2D
layer, battery depletion and
BW accounting and billing
challenges
MULTIHOP NETWORKING
• Another method to circumvent capacity deficit issues.
• Eg: smart grid, vehicle to vehicle communication
• Advantages: Standardized protocols such as THREAD are available
• Disadvantage: As the network builds in scale, protocol overhead occurs.
• Protocol overhead : metadata and network routing information sent by an application, which uses a
portion of the available bandwidth of a communications protocol.
• Solved to some extent by enabling IoT devices to make relaying decisions locally .
• IoT devices at a given hop extract position information encoded by the nodes of the previous
hop, and accordingly are able to locally make their routing decisions.
INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
INTELLIGENT IOT DEVICES: APPLICATION ORIENTED PERSPECTIVE
• For optimal quality of service at end user level, few operational challenges exist:
• Battery management
• Device maintenance
• Software upgrades
• QoS requirements for each application might be different and affects the design.
• Paper recommends surveys to determine requirements before designing.
• Eg: Industrial locale has low throughput demand but is delay intolerant.
• Surveillance systems has high delay intolerance and bandwidth hunger.
• A descriptive framework to capture interactions between five KPMs for different
applications.
INTELLIGENT IOT DEVICES: COLLABORATIVE & SOCIAL
PERSPECTIVE
• Collaboration across ADs can meet the operational-application tradeoffs.
• Existing IoT applications using multiple ADs work in silos.
• Paper proposes a collaboration between different ADs to deliver best EUX within
constraints like QoS, privacy, security etc.
• Collaboration in IoT is mostly in three planes:
• Relaying & Routing information towards back-end server
• Intelligence and sensor measurements
• Computational resources
• Challenges: Different AD s have different QoS mandates
• Proposed solution: A Virtual marketplace for devices in different Ads to trade
resources
SOFTWARE DRIVEN DEVICE ARCHITECTURE
• Effectively integrates robust and communication platforms with provision
for different classes of traffic.
• Devising network parameters at device level rather than infrastructure level
helps cater to device heterogeneity.
• Objective is to develop software tools enabling front-end intelligence
combined with advantages of SDA like:
• Socialization
• Collaboration
• Dynamic return of operational parameters
IMPLEMENTATION
•End User Abstraction layer provides a GUI for users to provide inputs for customization of IoT device, translated to QoS.
•Parameterization Engine intelligently maps QoS requirements to the best operational profile i.e outputs a set of optimal values
for the device to observe.
CONCLUSION
The main contributions of the paper are summarized as follows:
• Demonstrates the advantage of front-end intelligence for large-scale application-oriented IoT
systems.
• Provides rather a novel model for optimizing the performance of application-oriented IoT in
light of connectivity constraints and collaboration potential.
• Identifies non-debatable shortcomings of some of the existing techniques and technologies in
the context making IoT devices intelligent.
• Proposes potential viable solutions while outlining open research directions.
In summary, this study defines a conceptual framework for future IoT devices enabling multiple
innovative features for the IoT platform administrator as well as the end user. These smart
IoT devices will have significant positive impacts on different domains allowing fast, reliable,
and intelligent management of diverse IoT-based applications.
Front-End Intelligence
Front-End Intelligence

More Related Content

What's hot

Telecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technologyTelecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technologyProf. Othman Alsalloum
 
Intro to networking
Intro to networkingIntro to networking
Intro to networkingSuresh Kumar
 
Embedded Systems: Future trends, Employer Expectations
Embedded Systems: Future trends, Employer ExpectationsEmbedded Systems: Future trends, Employer Expectations
Embedded Systems: Future trends, Employer ExpectationsCareer Communications Group
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemijwmn
 
M2M vs IoT: The Key Differences and Similarities
M2M vs IoT: The Key Differences and SimilaritiesM2M vs IoT: The Key Differences and Similarities
M2M vs IoT: The Key Differences and SimilaritiesNavjyotsinh Jadeja
 
System design of multiprotocol iot
System design of multiprotocol iotSystem design of multiprotocol iot
System design of multiprotocol iotDev Bhattacharya
 
Wireless intelligent networks
Wireless intelligent networksWireless intelligent networks
Wireless intelligent networksJimit Rupani
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...TELKOMNIKA JOURNAL
 
information technology
information technologyinformation technology
information technologyMOHIT PANCHAL
 
4 G Technology ( Beyond 3 G )
4 G Technology ( Beyond 3 G )4 G Technology ( Beyond 3 G )
4 G Technology ( Beyond 3 G )Abhishek Tiwari
 
Global IoT Technology and Digital transformation
Global IoT Technology and Digital transformationGlobal IoT Technology and Digital transformation
Global IoT Technology and Digital transformationSANDEEP MITTAPALLY
 
Edge computing and its role in architecting IoT
Edge computing and its role in architecting IoTEdge computing and its role in architecting IoT
Edge computing and its role in architecting IoTKiran Kumar Pattanaik
 

What's hot (20)

APIs enabling IoT
APIs enabling IoT APIs enabling IoT
APIs enabling IoT
 
Telecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technologyTelecommunications, the internet, and wireless technology
Telecommunications, the internet, and wireless technology
 
Intro to networking
Intro to networkingIntro to networking
Intro to networking
 
CSC 134
CSC 134CSC 134
CSC 134
 
Embedded Systems: Future trends, Employer Expectations
Embedded Systems: Future trends, Employer ExpectationsEmbedded Systems: Future trends, Employer Expectations
Embedded Systems: Future trends, Employer Expectations
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home system
 
Chap006
Chap006Chap006
Chap006
 
IoT Network Technologies
IoT Network TechnologiesIoT Network Technologies
IoT Network Technologies
 
Ad Hoc Wireless Network
Ad Hoc Wireless NetworkAd Hoc Wireless Network
Ad Hoc Wireless Network
 
M2M vs IoT: The Key Differences and Similarities
M2M vs IoT: The Key Differences and SimilaritiesM2M vs IoT: The Key Differences and Similarities
M2M vs IoT: The Key Differences and Similarities
 
System design of multiprotocol iot
System design of multiprotocol iotSystem design of multiprotocol iot
System design of multiprotocol iot
 
Wireless intelligent networks
Wireless intelligent networksWireless intelligent networks
Wireless intelligent networks
 
IoT Control Units and Communication Models
IoT Control Units and Communication ModelsIoT Control Units and Communication Models
IoT Control Units and Communication Models
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
 
information technology
information technologyinformation technology
information technology
 
4 G Technology ( Beyond 3 G )
4 G Technology ( Beyond 3 G )4 G Technology ( Beyond 3 G )
4 G Technology ( Beyond 3 G )
 
Global IoT Technology and Digital transformation
Global IoT Technology and Digital transformationGlobal IoT Technology and Digital transformation
Global IoT Technology and Digital transformation
 
Edge computing and its role in architecting IoT
Edge computing and its role in architecting IoTEdge computing and its role in architecting IoT
Edge computing and its role in architecting IoT
 
IoT and m2m
IoT and m2mIoT and m2m
IoT and m2m
 
Bluetooth
BluetoothBluetooth
Bluetooth
 

Viewers also liked

Front end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureFront end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureLuke Smith
 
DIGIT Noe 2016 - Overview of front end development today
DIGIT Noe 2016 - Overview of front end development todayDIGIT Noe 2016 - Overview of front end development today
DIGIT Noe 2016 - Overview of front end development todayBojan Veljanovski
 
How to Build Front-End Web Apps that Scale - FutureJS
How to Build Front-End Web Apps that Scale - FutureJSHow to Build Front-End Web Apps that Scale - FutureJS
How to Build Front-End Web Apps that Scale - FutureJSPhil Leggetter
 
Optimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Optimising Your Front End Workflow With Symfony, Twig, Bower and GulpOptimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Optimising Your Front End Workflow With Symfony, Twig, Bower and GulpMatthew Davis
 
Modern front end development
Modern front end developmentModern front end development
Modern front end developmentTomislav Mesić
 
Preparations For A Successful Interview
Preparations For A Successful InterviewPreparations For A Successful Interview
Preparations For A Successful InterviewKMS Technology
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Oleksii Prohonnyi
 
THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGSRamana Reddy
 

Viewers also liked (8)

Front end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureFront end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your future
 
DIGIT Noe 2016 - Overview of front end development today
DIGIT Noe 2016 - Overview of front end development todayDIGIT Noe 2016 - Overview of front end development today
DIGIT Noe 2016 - Overview of front end development today
 
How to Build Front-End Web Apps that Scale - FutureJS
How to Build Front-End Web Apps that Scale - FutureJSHow to Build Front-End Web Apps that Scale - FutureJS
How to Build Front-End Web Apps that Scale - FutureJS
 
Optimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Optimising Your Front End Workflow With Symfony, Twig, Bower and GulpOptimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
Optimising Your Front End Workflow With Symfony, Twig, Bower and Gulp
 
Modern front end development
Modern front end developmentModern front end development
Modern front end development
 
Preparations For A Successful Interview
Preparations For A Successful InterviewPreparations For A Successful Interview
Preparations For A Successful Interview
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGS
 

Similar to Front-End Intelligence

Atal io t introduction
Atal io t introductionAtal io t introduction
Atal io t introductionYadvendra bedi
 
the connection of iot with lora pan which enable
the connection of iot with lora pan which enablethe connection of iot with lora pan which enable
the connection of iot with lora pan which enableneelamsanjeevkumar
 
Fiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxFiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxVERSITRONINC
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdfGVNSK Sravya
 
Fiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxFiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxVERSITRONINC
 
Routing protocol for effective interoperability
Routing protocol for effective interoperabilityRouting protocol for effective interoperability
Routing protocol for effective interoperabilityvenkateshphd15
 
UCT IoT Deployment and Challenges
UCT IoT Deployment and ChallengesUCT IoT Deployment and Challenges
UCT IoT Deployment and ChallengesThe IOT Academy
 
Accelerated adoption of Internet of Things (IoT) with In-network computing an...
Accelerated adoption of Internet of Things (IoT) with In-network computing an...Accelerated adoption of Internet of Things (IoT) with In-network computing an...
Accelerated adoption of Internet of Things (IoT) with In-network computing an...Infosys
 
connecting smart object in IoT.pptx
connecting smart object in IoT.pptxconnecting smart object in IoT.pptx
connecting smart object in IoT.pptxAnisZahirahAzman
 
Digital Global Systems Inc.
Digital Global Systems Inc. Digital Global Systems Inc.
Digital Global Systems Inc. Scott Frayser
 
WF-IOT-2014, Seoul, Korea, 06 March 2014
WF-IOT-2014, Seoul, Korea, 06 March 2014WF-IOT-2014, Seoul, Korea, 06 March 2014
WF-IOT-2014, Seoul, Korea, 06 March 2014Charith Perera
 
Unit 6 Final ppt (1).ppt
Unit 6 Final ppt (1).pptUnit 6 Final ppt (1).ppt
Unit 6 Final ppt (1).pptnadoje
 

Similar to Front-End Intelligence (20)

Ch 4 Emergence of IoT.pdf
Ch 4 Emergence of IoT.pdfCh 4 Emergence of IoT.pdf
Ch 4 Emergence of IoT.pdf
 
Atal io t introduction
Atal io t introductionAtal io t introduction
Atal io t introduction
 
INTERNET OF THINGS.pptx
INTERNET OF THINGS.pptxINTERNET OF THINGS.pptx
INTERNET OF THINGS.pptx
 
the connection of iot with lora pan which enable
the connection of iot with lora pan which enablethe connection of iot with lora pan which enable
the connection of iot with lora pan which enable
 
module 3.pptx
module 3.pptxmodule 3.pptx
module 3.pptx
 
Unit - 1.pptx
Unit - 1.pptxUnit - 1.pptx
Unit - 1.pptx
 
UNIT-2.pptx
UNIT-2.pptxUNIT-2.pptx
UNIT-2.pptx
 
Fiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxFiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptx
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdf
 
Fiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptxFiber Optic Network Topologies Ring Star and Mesh.pptx
Fiber Optic Network Topologies Ring Star and Mesh.pptx
 
Routing protocol for effective interoperability
Routing protocol for effective interoperabilityRouting protocol for effective interoperability
Routing protocol for effective interoperability
 
UCT IoT Deployment and Challenges
UCT IoT Deployment and ChallengesUCT IoT Deployment and Challenges
UCT IoT Deployment and Challenges
 
1.pptx
1.pptx1.pptx
1.pptx
 
Accelerated adoption of Internet of Things (IoT) with In-network computing an...
Accelerated adoption of Internet of Things (IoT) with In-network computing an...Accelerated adoption of Internet of Things (IoT) with In-network computing an...
Accelerated adoption of Internet of Things (IoT) with In-network computing an...
 
5 g
5 g5 g
5 g
 
connecting smart object in IoT.pptx
connecting smart object in IoT.pptxconnecting smart object in IoT.pptx
connecting smart object in IoT.pptx
 
Unit_3.pptx
Unit_3.pptxUnit_3.pptx
Unit_3.pptx
 
Digital Global Systems Inc.
Digital Global Systems Inc. Digital Global Systems Inc.
Digital Global Systems Inc.
 
WF-IOT-2014, Seoul, Korea, 06 March 2014
WF-IOT-2014, Seoul, Korea, 06 March 2014WF-IOT-2014, Seoul, Korea, 06 March 2014
WF-IOT-2014, Seoul, Korea, 06 March 2014
 
Unit 6 Final ppt (1).ppt
Unit 6 Final ppt (1).pptUnit 6 Final ppt (1).ppt
Unit 6 Final ppt (1).ppt
 

More from Judy T Raj

Smart School Bus
Smart School BusSmart School Bus
Smart School BusJudy T Raj
 
Poster presentation on Smart School Bus project.
Poster presentation on Smart School Bus project.Poster presentation on Smart School Bus project.
Poster presentation on Smart School Bus project.Judy T Raj
 
IEEE MadC 2016
IEEE MadC 2016IEEE MadC 2016
IEEE MadC 2016Judy T Raj
 
Digital Library System
Digital Library SystemDigital Library System
Digital Library SystemJudy T Raj
 
Digital Library System
Digital Library SystemDigital Library System
Digital Library SystemJudy T Raj
 
Ieee code of_ethics_ppt
Ieee code of_ethics_pptIeee code of_ethics_ppt
Ieee code of_ethics_pptJudy T Raj
 

More from Judy T Raj (6)

Smart School Bus
Smart School BusSmart School Bus
Smart School Bus
 
Poster presentation on Smart School Bus project.
Poster presentation on Smart School Bus project.Poster presentation on Smart School Bus project.
Poster presentation on Smart School Bus project.
 
IEEE MadC 2016
IEEE MadC 2016IEEE MadC 2016
IEEE MadC 2016
 
Digital Library System
Digital Library SystemDigital Library System
Digital Library System
 
Digital Library System
Digital Library SystemDigital Library System
Digital Library System
 
Ieee code of_ethics_ppt
Ieee code of_ethics_pptIeee code of_ethics_ppt
Ieee code of_ethics_ppt
 

Recently uploaded

A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 

Recently uploaded (20)

A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 

Front-End Intelligence

  • 1. FRONT END INTELLIGENCE FOR LARGE-SCALE APPLICATION- ORIENTED INTERNET OF THINGS Presentedby: Judy T Raj CS7 ROLL NO:29
  • 2. CONTENTS • INTRODUCTION • TRADITIONAL PARADIGM • NEED FOR FRONT-END INTELLIGENCE • BANDWIDTH DEMAND & DELAY INTOLERANCE • DEVICE HETEROGENEITY
  • 3. CONTENTS • MOTIVATION FOR FRONT-END INTELLIGENCE • QUALITATIVE RATIONALE • ANALYTICAL RATIONALE • COMPARATIVE SIMULATION ANALYSIS • INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE • CELLULAR NETWORK CONSIDERATIONS • SPECTRUM MANAGEMENT • D2D COMMUNICATIONS • MULTIHOP NETWORKING • INTELLIGENT IOT DEVICES: APPLICATION PERSPECTIVE • INTELLIGENT IOT DEVICES: COLLABORATION PERSPECTIVE • SOFTWARE DEVICE DRIVEN ARCHITECTURE • CONCLUSION
  • 4. INTRODUCTION • What is IoT? • Massive integration of electronic devices and other objects to collect & exchange data. • Enabling technology for multitude of applications in healthcare, wearables, surveillance, home automation etc • Aim of the paper • Analyze the key performance matrices of back-end intelligence • Advocate empowerment of front-end intelligence in IoT • Discuss issues and challenges in empowering front-end IoT devices • Analyze from three perspectives of IoT design : connectivity, collaboration and application.
  • 5. TRADITIONAL PARADIGM • Centralized architecture • Heavily reliant on the back-end core for all decision-making processes • All operational and management decisions related to front-end resources are made at the back-end. • Back-end or service platform in IoT is usually a cloud platform • Inefficient in terms of latency, network traffic management, computational capacity i.e. Instructions processed per unit time and power consumption.
  • 6. NEED FOR FRONT-END INTELLIGENCE • This section outlines the design and operational challenges brought forward by two trends associated with the massive roll-out of IoT applications namely: • Bandwidth Demand & Delay Intolerance • Device Heterogeneity.
  • 7. NEED FOR FRONT-END INTELLIGENCE • BANDWIDTH DEMAND & DELAY INTOLERANCE • Growing trend of bandwidth hungry or delay intolerant applications. • Often observed in applications demanding real-time transmission of video streams. • Examples include crowd management applications, industrial processes, geo- physical data acquisitions, cyber physical systems etc.
  • 8. NEED FOR FRONT-END INTELLIGENCE • DEVICE HETEREOGENITY • Refers to the wide spectrum of radio access technologies, network protocols, capabilities, process power & communication technologies IoT devices support. • No current standard for access protocols or messaging technologies for IoT. • A Standardized homogenous solution is highly unlikely in future as well. • Thus the need to cater to inherent technological diversity. • Another disparity IoT gives rise to is multiple Administrative Domains (ADs). • An AD refers to all IoT assets including front-end devices and back end platform under the jurisdiction of a single entity. • The coexistence of multiple ADs need to be accounted for.
  • 9. MOTIVATION FOR FRONT-END INTELLIGENCE • QUALITATIVE RATIONALE • Interaction with other ADs cannot be performed if front-end devices are not entitled to execute basic data gathering operations about their neighbourhood of devices. • The adverse implications of a highly-centralized paradigm can be mainly assessed from two distinct perspectives: networking efficiency and computational efficiency • Advent of low-cost computationally efficient processing units like microcontrollers provide substantial motivation for front-end intelligent devices.
  • 10. • QUALITATIVE RATIONALE • Five key performance matrices can analyze the performance of IoT devices. • For back end intelligent systems, the corresponding values for each term are: • Energy: higher energy consumption • Latency: longer trip times • Throughput: lower throughput • Scalability: Lesser scalability • Reliability: Lower reliability MOTIVATION FOR FRONT-END INTELLIGENCE
  • 11. MOTIVATION FOR FRONT-END INTELLIGENCE • ANALYTICAL RATIONALE • For large-scale multihop IoT setup where information must be exchanged for every actuation. • This cause lags and delays especially for FoT
  • 12. MOTIVATION FOR FRONT-END INTELLIGENCE • ANALYTICAL RATIONALE • Back-end centric paradigm: the information collected from nearby neighbours are forwarded to the back-end core to make the right decision which is, in turn, sent to actuator to perform the required action. • Front-end empowered paradigm, the device is supported with intelligence to take in-situ the decision based on the information collected from nearby sensors that directly communicate with the smart device.
  • 13. MOTIVATION FOR FRONT-END INTELLIGENCE • COMPARATIVE SIMULATION ANALYSIS • Paper investigated the impact of front end intelligence radio access procedure in LTE networks and compared between three scenarios depending on the level of collaboration. • A Radio Access Technology or (RAT) is the underlying physical connection method for a radio based communication network. As of 2013, many modern phones such as the Nexus 4 or iPhone5 support several RATs in one device such as Bluetooth, Wi-Fi, and 3G, 4G or LTE. • Long-Term Evolution (LTE) is a standard for high-speed wireless communication for mobile phones and data terminals. It is based on the GSM/EDGE and UMTS/HSPA network technologies, increasing the capacity and speed using a different radio interface together with core network improvement
  • 14. MOTIVATION FOR FRONT-END INTELLIGENCE • COMPARATIVE SIMULATION ANALYSIS • Trad:all devices establish their connections with the node and complete their data transfer independently. • Collab: devices belonging to the same AD collaborate together to achieve data transfer. • Social: devices socialize together and act as if they belong to a single virtual AD.
  • 15. MOTIVATION FOR FRONT-END INTELLIGENCE • DESIGN IMPERATIVE • The paper aims to design a framework for the design of IoT devices to empower front-end intelligence. • Can be achieved by viewing from three different perspectives. • Proposed framework supports diversity in networking protocols. • Comprehensive framework for design & optimization of wide range of applications. • Advocates socialization schemes enabling devices of different ADs to share resources.
  • 16. INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE • Deals with main connectivity challenges i.e. Issues with cellular networks and spectrum management and major promising directions that could cope with these issues. CELLULAR NETWORK CONSIDERATIONS • Based on simulation and analysis of actual traffic patterns of LTE Release 10 UL air interface in Saudi Arabia, the paper concluded that a major capacity deficit occurs as applications become bandwidth hungry. • As the number of connections/frame arrival increases, resource allocation becomes less efficient and physical random access channel becomes congested in network entry procedure. • Drop rate and channel access waiting time increase as connections increase. SPECTRUM MANAGEMENT • Effective power control strategies to maintain net interference levels within operationally acceptable ranges need to be developed as the authors envision IoT communications outside licensed spectrum.
  • 17. • PROMISING DIRECTIONS • Further advancements in D2D communications and Multihop networking to cope with the issues in connectivity. • D2D communications: Is a technology component for LTE. Enables direct communication between nearby mobile equipments facilitate interoperability. • Multihop Networks: use two or more wireless hops to convey information from a source to a destination. Nodes in between source and destination communicate using wireless channels. INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
  • 18. D2D COMMUNICATION • Can boost capacity in terms of through put and number of connections. • Can be achieved by ubiquitously available technologies like WiFi with effective scheduling to manage human made and M2M traffic. • Access scheduling can cause extensive interference in D2D layer, battery depletion and BW accounting and billing challenges
  • 19. MULTIHOP NETWORKING • Another method to circumvent capacity deficit issues. • Eg: smart grid, vehicle to vehicle communication • Advantages: Standardized protocols such as THREAD are available • Disadvantage: As the network builds in scale, protocol overhead occurs. • Protocol overhead : metadata and network routing information sent by an application, which uses a portion of the available bandwidth of a communications protocol. • Solved to some extent by enabling IoT devices to make relaying decisions locally . • IoT devices at a given hop extract position information encoded by the nodes of the previous hop, and accordingly are able to locally make their routing decisions. INTELLIGENT IOT DEVICES: CONNECTIVITY PERSPECTIVE
  • 20. INTELLIGENT IOT DEVICES: APPLICATION ORIENTED PERSPECTIVE • For optimal quality of service at end user level, few operational challenges exist: • Battery management • Device maintenance • Software upgrades • QoS requirements for each application might be different and affects the design. • Paper recommends surveys to determine requirements before designing. • Eg: Industrial locale has low throughput demand but is delay intolerant. • Surveillance systems has high delay intolerance and bandwidth hunger. • A descriptive framework to capture interactions between five KPMs for different applications.
  • 21. INTELLIGENT IOT DEVICES: COLLABORATIVE & SOCIAL PERSPECTIVE • Collaboration across ADs can meet the operational-application tradeoffs. • Existing IoT applications using multiple ADs work in silos. • Paper proposes a collaboration between different ADs to deliver best EUX within constraints like QoS, privacy, security etc. • Collaboration in IoT is mostly in three planes: • Relaying & Routing information towards back-end server • Intelligence and sensor measurements • Computational resources • Challenges: Different AD s have different QoS mandates • Proposed solution: A Virtual marketplace for devices in different Ads to trade resources
  • 22. SOFTWARE DRIVEN DEVICE ARCHITECTURE • Effectively integrates robust and communication platforms with provision for different classes of traffic. • Devising network parameters at device level rather than infrastructure level helps cater to device heterogeneity. • Objective is to develop software tools enabling front-end intelligence combined with advantages of SDA like: • Socialization • Collaboration • Dynamic return of operational parameters
  • 23. IMPLEMENTATION •End User Abstraction layer provides a GUI for users to provide inputs for customization of IoT device, translated to QoS. •Parameterization Engine intelligently maps QoS requirements to the best operational profile i.e outputs a set of optimal values for the device to observe.
  • 24. CONCLUSION The main contributions of the paper are summarized as follows: • Demonstrates the advantage of front-end intelligence for large-scale application-oriented IoT systems. • Provides rather a novel model for optimizing the performance of application-oriented IoT in light of connectivity constraints and collaboration potential. • Identifies non-debatable shortcomings of some of the existing techniques and technologies in the context making IoT devices intelligent. • Proposes potential viable solutions while outlining open research directions. In summary, this study defines a conceptual framework for future IoT devices enabling multiple innovative features for the IoT platform administrator as well as the end user. These smart IoT devices will have significant positive impacts on different domains allowing fast, reliable, and intelligent management of diverse IoT-based applications.

Editor's Notes

  1. A Radio Access Technology or (RAT) is the underlying physical connection method for a radio based communication network. As of 2013, many modern phones such as the Nexus 4 or iPhone5 support several RATs in one device such as Bluetooth, Wi-Fi, and 3G, 4G or LTE. Long-Term Evolution (LTE) is a standard for high-speed wireless communication for mobile phones and data terminals. It is based on the GSM/EDGE and UMTS/HSPA network technologies, increasing the capacity and speed using a different radio interface together with core network improvement
  2. As access scheduling can cause extensive interference in D2D layer, battery depletion and bw accounting and billing challenges, front-end intelligence is recommended wherein nearby IoT devices coordinate their access schedules