SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Downloaden Sie, um offline zu lesen
1/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Smart Congestion Control for Delay- and
Disruption Tolerant Networks
Aloizio P. Silva14 Katia Obraczka2 Scott Burleigh3
Celso M. Hirata1
1Instituto Tecnológico de Aeronáutica - ITA
Department of Electronic and Computer Engineering
2University of California Santa Cruz - UCSC
Department of Computer Engineering
3Jet Propulsion Laboratory - NASA
California Institute of Technology - Caltech
4Universidade Federal de Minas Gerais - UFMG
Department of Computer Science
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
2/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Outline
1 Introduction
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
2 Smart-DTN-CC
Reinforcement learning
Q-learning
3 Experimental Analysis
4 Conclusion
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
3/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Delay and Disruption Tolerant Networks - DTNs
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
4/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Delay and Disruption Tolerant Networks - DTNs
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
5/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Delay and Disruption Tolerant Networks - DTNs
Extreme environments
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
6/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Delay and Disruption Tolerant Networks - DTNs
Original Application
Deep space communication
IPN - Interplanetary Networks
Characteristics
Long and variable delays
Intermittent connectivity
Asymmetric data rates
High error rates
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
7/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Congestion Problem
Incoming traffic rate exceeds the rate at which packets are
processed.
Network becomes saturated/ overloaded.
Figure: Congestion in networks
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
8/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
DTN Congestion Problem
TCP congestion control mechanisms don’t work in DTN’s.
Figure: DTN congestion
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
9/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
Existing DTN Congestion Control Mechanism
Main features:
DTN application specific
Network’s global information
Reactive approach
Dependence of the routing protocol
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
10/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Delay and Disruption Tolerant Network - DTN
Congestion Problem
The State-of-the-Art DTN Congestion Control
A Novel DTN Congestion Control Framework
DTN congestion control requirements:
1 Local and autonomous
2 Proactive and reactive
3 Able to adapt automatically to network dynamics
Our solution: machine learning.
1 Supervised learning
2 Unsupervised learning
3 Reinforcement learning
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
11/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Reinforcement learning
Employ reinforcement learning
Objective: perform congestion control
Need to make a sequence of good decisions to mitigate
DTN congestion
Similar to training a pet dog
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
12/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Reinforcement learning
Figure: Reiforcement learning
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
13/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Smart-DTN-CC
Figure: DTN node state machine
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
14/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Smart-DTN-CC
Figure: DTN node actions
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
15/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Smart-DTN-CC
Action selection methods
1 Boltzmann distribution
Parameter: a temperature T controls the amount of
exploration.
2 WoLF: Win or Learn Fast
Parameter: two learning rates: γmin and γmax .
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
16/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Smart-DTN-CC
Figure: Reward function
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
17/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Reinforcement learning
Q-learning
Q-learning Algorithm
Figure: Q-learning
algorithm Figure: Q-values update function
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
18/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Experimental Methodology
We use the ONE Simulator
Evaluation Metrics:
Average delivery ratio
Average end-to-end latency
The scenario is a terrestrial mobile network
Mobility models: RW, RWP and SPMBM.
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
19/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Experimental Methodology
We evaluate SMART-DNT-CC by itself
We compare SMART-DTN-CC’s performance against;
1 AFNER
2 CCC
3 RRCC
4 SR
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
20/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Results: Average cumulative reward as a function of the
simulation time
Figure: Boltzmann action selection method
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
21/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Results: Average delivery ratio as a function of buffer
threshold.
(a) Delivery Ratio
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
22/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Results: Comparative analysis
Average delivery ratio as a function of message generation
period.
(b) Terrestrial Scenario
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
23/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Results: Comparative analysis
Average delivery ratio for different mobility models and
routing protocol (Buffer size of 500kB, Message Generation
Period of 300 s, Buffer Threshold for Smart-DTN-CC of
60%)
(c) Random Walk (d) Random Way Point (e) Shortest Path Map
Based Movement
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
24/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Results: Comparative analysis
Average latency for different mobility models and routing
protocol (Buffer size of 500kB, Message Generation Period
of 300 s, Buffer Threshold for Smart-DTN-CC of 60%)
(f) Random Walk (g) Random Way Point (h) Shortest Path Map
Based Movement
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs
25/ 36
Introduction
Smart-DTN-CC
Experimental Analysis
Conclusion
Conclusion
We investigate the congestion control in DTN.
A novel congestion control framework was designed
(SMART-DTN-CC):
It is based on machine learning: reinforcement learning
it allows the DTN nodes autonomously mitigate congestion
It adopts an hybrid approach: proactive and reactive, open-
and closed loop.
it allows a DTN node to adapt to different DTN
environments
The results shown that it outperforms the existing
mechanisms.
IEEE SECON’2016 - London, UK - June 27-30, 2016 Smart Congestion Control for DTNs

Weitere ähnliche Inhalte

Was ist angesagt?

MP2P 2008 (PerCom 2008) - Elisa Rondini
MP2P 2008 (PerCom 2008) - Elisa RondiniMP2P 2008 (PerCom 2008) - Elisa Rondini
MP2P 2008 (PerCom 2008) - Elisa RondiniElisa Rondini
 
TCT Final Project Presentation
TCT Final Project  PresentationTCT Final Project  Presentation
TCT Final Project PresentationAsif Ali Channa
 
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh Network
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh NetworkModified PREQ in HWMP for Congestion Avoidance in Wireless Mesh Network
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh NetworkIRJET Journal
 
Timing verification of real-time automotive Ethernet networks: what can we ex...
Timing verification of real-time automotive Ethernet networks: what can we ex...Timing verification of real-time automotive Ethernet networks: what can we ex...
Timing verification of real-time automotive Ethernet networks: what can we ex...RealTime-at-Work (RTaW)
 
Early-stage topological and technological choices for TSN-based communication...
Early-stage topological and technological choices for TSN-based communication...Early-stage topological and technological choices for TSN-based communication...
Early-stage topological and technological choices for TSN-based communication...RealTime-at-Work (RTaW)
 
Vlsi projects
Vlsi projectsVlsi projects
Vlsi projectsshahu2212
 
PEGASE – a robust and efficient tool for worst-case network traversal time ev...
PEGASE – a robust and efficient tool for worst-case network traversal time ev...PEGASE – a robust and efficient tool for worst-case network traversal time ev...
PEGASE – a robust and efficient tool for worst-case network traversal time ev...RealTime-at-Work (RTaW)
 
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...IJNSA Journal
 
Performance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO techniquePerformance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO techniqueTELKOMNIKA JOURNAL
 

Was ist angesagt? (13)

4 contant M.TECH ( M S WORD FILE )
4 contant M.TECH ( M S WORD FILE )4 contant M.TECH ( M S WORD FILE )
4 contant M.TECH ( M S WORD FILE )
 
MP2P 2008 (PerCom 2008) - Elisa Rondini
MP2P 2008 (PerCom 2008) - Elisa RondiniMP2P 2008 (PerCom 2008) - Elisa Rondini
MP2P 2008 (PerCom 2008) - Elisa Rondini
 
UDT
UDTUDT
UDT
 
TCT Final Project Presentation
TCT Final Project  PresentationTCT Final Project  Presentation
TCT Final Project Presentation
 
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh Network
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh NetworkModified PREQ in HWMP for Congestion Avoidance in Wireless Mesh Network
Modified PREQ in HWMP for Congestion Avoidance in Wireless Mesh Network
 
Timing verification of real-time automotive Ethernet networks: what can we ex...
Timing verification of real-time automotive Ethernet networks: what can we ex...Timing verification of real-time automotive Ethernet networks: what can we ex...
Timing verification of real-time automotive Ethernet networks: what can we ex...
 
P2885 jung
P2885 jungP2885 jung
P2885 jung
 
Early-stage topological and technological choices for TSN-based communication...
Early-stage topological and technological choices for TSN-based communication...Early-stage topological and technological choices for TSN-based communication...
Early-stage topological and technological choices for TSN-based communication...
 
Vlsi projects
Vlsi projectsVlsi projects
Vlsi projects
 
PEGASE – a robust and efficient tool for worst-case network traversal time ev...
PEGASE – a robust and efficient tool for worst-case network traversal time ev...PEGASE – a robust and efficient tool for worst-case network traversal time ev...
PEGASE – a robust and efficient tool for worst-case network traversal time ev...
 
Multicore scheduling in automotive ECUs
Multicore scheduling in automotive ECUsMulticore scheduling in automotive ECUs
Multicore scheduling in automotive ECUs
 
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
SECURED TEXT MESSAGE TRANSMISSION IN PRE -CHANNEL EQUALIZATION BASED MIMO- OF...
 
Performance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO techniquePerformance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO technique
 

Ähnlich wie Smart DTN-CC Reinforcement Learning Congestion Control

Qo s based mac protocol for medical wireless body area sensor networks
Qo s based mac protocol for medical wireless body area sensor networksQo s based mac protocol for medical wireless body area sensor networks
Qo s based mac protocol for medical wireless body area sensor networksIffat Anjum
 
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...VIT-AP University
 
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETsVEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETsCSCJournals
 
Pnp mac preemptive slot allocation and non preemptive transmission for provid...
Pnp mac preemptive slot allocation and non preemptive transmission for provid...Pnp mac preemptive slot allocation and non preemptive transmission for provid...
Pnp mac preemptive slot allocation and non preemptive transmission for provid...Iffat Anjum
 
Redesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsRedesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsNitinder Mohan
 
Transport Layer Caching Mechanisms and Optimization
Transport Layer Caching Mechanisms and OptimizationTransport Layer Caching Mechanisms and Optimization
Transport Layer Caching Mechanisms and OptimizationNestor Michael Tiglao
 
Clustering-based Analysis for Heavy-Hitter Flow Detection
Clustering-based Analysis for Heavy-Hitter Flow DetectionClustering-based Analysis for Heavy-Hitter Flow Detection
Clustering-based Analysis for Heavy-Hitter Flow DetectionAPNIC
 
iMinds' course: preceding exercises
iMinds' course: preceding exercisesiMinds' course: preceding exercises
iMinds' course: preceding exercisesFORGE project
 
Glitch Analysis and Reduction in Combinational Circuits
Glitch Analysis and Reduction in Combinational CircuitsGlitch Analysis and Reduction in Combinational Circuits
Glitch Analysis and Reduction in Combinational Circuitscsandit
 
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS cscpconf
 
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...IRJET Journal
 
How to Build an Event-based Control Center for the Electrical Grid
How to Build an Event-based Control Center for the Electrical GridHow to Build an Event-based Control Center for the Electrical Grid
How to Build an Event-based Control Center for the Electrical GridHostedbyConfluent
 
Design and experimental validation of a new bandwidth sharing scheme based on...
Design and experimental validation of a new bandwidth sharing scheme based on...Design and experimental validation of a new bandwidth sharing scheme based on...
Design and experimental validation of a new bandwidth sharing scheme based on...Luca Bianchi
 
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNA COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNVLSICS Design
 
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity Technique
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity TechniquePerformance of BCH and RS Codes in MIMO System Using MPFEC Diversity Technique
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity TechniqueALYAA AL-BARRAK
 
Glitch Analysis and Reduction in Digital Circuits
Glitch Analysis and Reduction in Digital CircuitsGlitch Analysis and Reduction in Digital Circuits
Glitch Analysis and Reduction in Digital CircuitsVLSICS Design
 
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...IRJET Journal
 
Improvement of Congestion window and Link utilization of High Speed Protocols...
Improvement of Congestion window and Link utilization of High Speed Protocols...Improvement of Congestion window and Link utilization of High Speed Protocols...
Improvement of Congestion window and Link utilization of High Speed Protocols...IOSR Journals
 

Ähnlich wie Smart DTN-CC Reinforcement Learning Congestion Control (20)

Qo s based mac protocol for medical wireless body area sensor networks
Qo s based mac protocol for medical wireless body area sensor networksQo s based mac protocol for medical wireless body area sensor networks
Qo s based mac protocol for medical wireless body area sensor networks
 
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
 
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETsVEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
VEGAS: Better Performance than other TCP Congestion Control Algorithms on MANETs
 
Pnp mac preemptive slot allocation and non preemptive transmission for provid...
Pnp mac preemptive slot allocation and non preemptive transmission for provid...Pnp mac preemptive slot allocation and non preemptive transmission for provid...
Pnp mac preemptive slot allocation and non preemptive transmission for provid...
 
Redesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge cloudsRedesigning MPTCP in Edge clouds
Redesigning MPTCP in Edge clouds
 
Bayisa Taye.pptx
Bayisa Taye.pptxBayisa Taye.pptx
Bayisa Taye.pptx
 
Transport Layer Caching Mechanisms and Optimization
Transport Layer Caching Mechanisms and OptimizationTransport Layer Caching Mechanisms and Optimization
Transport Layer Caching Mechanisms and Optimization
 
Clustering-based Analysis for Heavy-Hitter Flow Detection
Clustering-based Analysis for Heavy-Hitter Flow DetectionClustering-based Analysis for Heavy-Hitter Flow Detection
Clustering-based Analysis for Heavy-Hitter Flow Detection
 
iMinds' course: preceding exercises
iMinds' course: preceding exercisesiMinds' course: preceding exercises
iMinds' course: preceding exercises
 
Glitch Analysis and Reduction in Combinational Circuits
Glitch Analysis and Reduction in Combinational CircuitsGlitch Analysis and Reduction in Combinational Circuits
Glitch Analysis and Reduction in Combinational Circuits
 
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS
GLITCH ANALYSIS AND REDUCTION IN COMBINATIONAL CIRCUITS
 
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...
IRJET- An Evaluation of the Performance Parameters of CMOS and CNTFET based D...
 
How to Build an Event-based Control Center for the Electrical Grid
How to Build an Event-based Control Center for the Electrical GridHow to Build an Event-based Control Center for the Electrical Grid
How to Build an Event-based Control Center for the Electrical Grid
 
Design and experimental validation of a new bandwidth sharing scheme based on...
Design and experimental validation of a new bandwidth sharing scheme based on...Design and experimental validation of a new bandwidth sharing scheme based on...
Design and experimental validation of a new bandwidth sharing scheme based on...
 
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNA COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
 
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity Technique
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity TechniquePerformance of BCH and RS Codes in MIMO System Using MPFEC Diversity Technique
Performance of BCH and RS Codes in MIMO System Using MPFEC Diversity Technique
 
Glitch Analysis and Reduction in Digital Circuits
Glitch Analysis and Reduction in Digital CircuitsGlitch Analysis and Reduction in Digital Circuits
Glitch Analysis and Reduction in Digital Circuits
 
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...
A Multiple Access Technique for Differential Noise Shift Keying: A Review of ...
 
Improvement of Congestion window and Link utilization of High Speed Protocols...
Improvement of Congestion window and Link utilization of High Speed Protocols...Improvement of Congestion window and Link utilization of High Speed Protocols...
Improvement of Congestion window and Link utilization of High Speed Protocols...
 
MIMO Testbed presentation (DSPeR'2005)
MIMO Testbed presentation (DSPeR'2005)MIMO Testbed presentation (DSPeR'2005)
MIMO Testbed presentation (DSPeR'2005)
 

Kürzlich hochgeladen

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 

Kürzlich hochgeladen (20)

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 

Smart DTN-CC Reinforcement Learning Congestion Control