SlideShare a Scribd company logo
1 of 23
10th International Conference on Signal Processing and Integrated Networks
DATE: 23-24 March 2023
Technically Co-Sponsored by: IEEE Computational Intelligence Society
Organized By: Department of Electronics and Communication Engineering, Amity University, Noida, Delhi-NCR, India
“Digital Twin-based Software-defined UAV Networks Using Queuing Model”
Paper ID: 294
Dr. Mostafa Zaman Chowdhury
Professor
Dept. of Electrical and Electronic Engineering
Khulna University of Engineering & Technology (KUET)
Khulna-9203, Bangladesh
Md. Abu Baker Siddiki Abir
Graduate Student
Institute of Information and Communication Technology
Khulna University of Engineering & Technology (KUET)
Khulna-9203, Bangladesh
Author Co-Author
OUTLINES
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR
1
3
4
5
6
7
8
2
INTRODUCTION
OBJECTIVES OF THIS STUDY
PERFORMANCE EVALUATION
FINAL OUTCOMES
FUTURE WORKS
CONTRIBUTIONS
PROPOSED ARCHITECTURE
STSTEM MODEL
INTRODUCTION
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 1/20
Mobility [1]
Rapid deployment
Greater coverage
Flexibility [2]
Cost-effective and time saving [3]
WHY UAVS FOR NETWORKING?
INTRODUCTION (Cont..)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 2/20
Disaster Area
Campus area networking
Sports stadium
Concert
Traffic jam
Fig 1. Different application scenarios.
TARGETED AREAS
INTRODUCTION (Cont..)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 3/20
Centralized Control and
programmability [3]
Remotely configuration and
management
Scalability [4]
Better network security
Enhanced flexibility, agility, and
reliability
Fig 2. SDN vs Traditional Networking.
WHY SDN IN UAV NETWORKS?
INTRODUCTION (Cont..)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 4/20
It uses software to manage and control
the communication between UAVs and
ground stations [4]
UAVs can be quickly reconfigured
Administrators can remotely configure
and manage the UAVs
It improves the network's performance
like scalability and reliability
Cost-effective solution
Fig 3. Architecture of a SDUAV networks.
WHAT IS SDUAV NETWORK?
INTRODUCTION (Cont..)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 5/20
Simulate, virtualize and analysis the behaviors of the system [5]
Real-time monitoring of the UAVs behavior
Enhance the optimization and decision-making ability [6]
Improve the design, testing, and prototype operation
ROLE OF DIGITAL TWIN (DT) IN SDUAV NETWORK
OBJECTIVES OF THIS STUDY
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 6/20
Design and develop a digital twin-based SDUAV network
Investigate the use of queuing model in SDUAV network
Explore the potential of integrating DT, queuing model, and SDN
Validate the effectiveness of the proposed approach
CONTRIBUTIONS
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 7/20
DT integrated holistic SDUAV network is proposed
A M/M/1 queueing model is implemented
A routing adjustment algorithm is designed
Demonstrate its effectiveness for various network parameters
PROPOSED ARCHITECTURE
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 8/20
 SDN is considered as the core
network
 UAV is considered as the
backhaul network
 DT is integrated for the virtual
representation
 Queueing model is integrated for
the network analysis
Fig 4. Architecture of the proposed model.
PROPOSED ARCHITECTURE (CONT.)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 9/20
Fig 5. Communication flow diagram.
1. Hello message
2. Packet_in
3. Packet_out
4. Administrative_role
5. Feature_request
Type of communication message
Link establishment
Routing
and
Switching
Initiative
SYSTEM MODEL
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 10/20
Fig 6. Queueing model of the proposed model.
Name of the parameter Symbol
Total packet probability at controller 𝑷𝒄
Total packet probability at DT 𝑷𝒅
Total packet probability at UAV 𝑷𝒖
Packet arrival rate at the UAV 𝝀𝟎
SDN controller's service rate µ𝒄
DT's service rate µ𝒅
UAV’s service rate µ𝒖
Table 1. Notations used in the analysis
SYSTEM MODEL (CONT.)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 11/20
 Traffic arrival follows the Poisson distribution.
 Service rate follows the Exponential
distribution.
 Upon the packet arrival rate the Markov
chain is determined.
𝝆 =
𝝀𝟎
𝝁𝒖
𝑵𝒑 =
𝝆
𝟏 − 𝝆
𝑫𝒄 =
𝟏
𝝁𝒄 − 𝟏
∞
𝝀𝒖
3. Packet processing delay at the
controller,
1. Utilization of the system,
2. The total amount of packet,
Fig 7. Markov chain of the proposed M/M/1 model.
SYSTEM MODEL (CONT..)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 12/20
M/M/1 Based Mathematical Modal
Part Total arrival rate Packet processing delay
UAV 𝝋𝒖 = 𝟏 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 𝑫𝒖 =
𝟏
µ𝒖 − 𝟏 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎
DT 𝝋𝒅 = 𝑷𝒅𝝀𝟎 𝑫𝒅 =
𝟏
µ𝒅 − 𝑷𝒅𝝀𝟎
Controller 𝝋𝒄 = 𝑷𝒅𝝀𝟎 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 𝑫𝒄 =
𝟏
µ𝒄 − 𝟐𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎
Table 2. Queueing model and its corresponding equations
PROPOSED ROUTING ALGORITHM
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 13/20
Fig 8. Flow chat of the proposed algorithm.
Routing Adjustment Algorithm
Input: Network status from the Data plane
Output: Optimal routing scheme to the UAVs
Step 1: Network status arrives at the SDN controller.
Step 2: Test and verify different scheme at the DT.
Step 3: Successful simulation at the DT?
Step 4: if yes then apply optimal routing scheme to the UAVs.
Step 5: if no then fix routing error is fixed and send it to the
controller.
Step 6: Repeat Step 1.
Step 7: End.
PERFOMANCE EVALUATION
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 14/20
Platform
1. MATLAB’s “SIMEVENTS” module
2. Mininet
3. OpenDaylight SDN Controller
Key performance indicators Threshold value
Total packet probability at controller, 𝑷𝒄 0.05
Total packet probability at DT, 𝑷𝒅 0.4
Total packet probability at UAV, 𝑷𝒖 0.5
Packet arrival rate at the UAV, 𝝀𝟎 10000 packets/sec
SDN controller's service rate, µ𝒄 7500 packets/sec
DT's service rate, µ𝒅 9000 packets/sec
UAV’s service rate, µ𝒖 8500 packets/sec
Table 3. Baseline variables for the experiment
PERFOMANCE EVALUATION (Cont.)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 15/20
Fig 9. Impact of arrival rate on the packet processing time.
 Refer to the rate at which data is being
generated by the UAVs and sent to the
SDN controller
 Response steadily and Shows less packet
processing time than the other model
PERFOMANCE EVALUATION (Cont.)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 16/20
 Refer to the rate at which the controller
is processing the data received from the
UAVs
 Overall throughput of the network has
improved in the proposed model
Fig 10. Impact of service rate on the packet processing time.
PERFOMANCE EVALUATION (Cont.)
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 17/20
 Can determine the optimal number of
UAVs
 Shows that the proposed model have less
processing time with the changing
number of UAV nodes
 Optimize the network design and
improve its efficiency
Fig 11. Controller’s performance with the changing number of UAV nodes.
FINAL OUTCOMES
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 18/20
The proposed model enhances the scalability and capabilities of
wireless network
The M/M/1 model can monitor and predict changes networking
parameters
The routing algorithm illustrates how the controller installs
administrative policies
The proposed model can predict more precisely about different
traffic parameters variation
FUTURE WORKS
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 19/20
Master-slave SDN-controller approach can be applied
Intelligent Reflecting Surface technology can be deployed
Machine learning can be integrated
REFERENCES
PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 20/20
M. Z. Chowdhury, M. Shahjalal, S. Ahmed, and Y. M. Jang, "6G Wireless Communication Systems: Applications,
Requirements, Technologies, Challenges, and Research Directions," IEEE Open Journal of the Communications Society, vol. 1,
pp. 957-975, 2020.
M. M. Azari, G. Geraci, A. Garcia-Rodriguez, and S. Pollin, "UAV-to-UAV Communications in Cellular Networks," IEEE
Transactions on Wireless Communications, vol. 19, no. 9, pp. 6130-6144, Sept. 2020.
O. Sami Oubbati, M. Atiquzzaman, T. Ahamed Ahanger, and A. Ibrahim, "Softwarization of UAV Networks: A Survey of
Applications and Future Trends," IEEE Access, vol. 8, pp. 98073-98125, 2020.
Z. Lv, D. Chen, H. Feng, H. Zhu, and H. Lv, "Digital Twins in Unmanned Aerial Vehicles for Rapid Medical Resource Delivery in
Epidemics," IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 12, pp. 25106-25114, 2022.
A. Fahmin, Y. C. Lai, M. S. Hossain, Y. D. Lin, and D. Saha, "Performance Modeling of SDN with NFV Under or Aside the
Controller," in proc. of International Conference on Future Internet of Things and Cloud Workshops (FiCloudW), Prague,
Czech Republic, 2017.
J. Raychev, G. Hristov, D. Kinaneva, and P. Zahariev, "Modelling and Evaluation of Software Defined Network Architecture
Based on Queueing Theory," in proc. of EAEEIE Annual Conference (EAEEIE), Hafnarfjordur, Iceland, 2018.
[1]
[2]
[3]
[4]
[5]
[6]
Digital Twin-based Software-defined UAV Networks Using Queuing Model

More Related Content

Similar to Digital Twin-based Software-defined UAV Networks Using Queuing Model

IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET Journal
 
NASIR Ali BUGTI Final Year Project Presentation.pptx
NASIR Ali BUGTI Final Year Project Presentation.pptxNASIR Ali BUGTI Final Year Project Presentation.pptx
NASIR Ali BUGTI Final Year Project Presentation.pptxNasirAli633890
 
Design and Analysis of a Full Subtractor using Various Design Techniques
Design and Analysis of a Full Subtractor using Various Design TechniquesDesign and Analysis of a Full Subtractor using Various Design Techniques
Design and Analysis of a Full Subtractor using Various Design TechniquesIRJET Journal
 
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET Journal
 
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...IJERA Editor
 
8 of the Must-Read Network & Data Communication Articles Published this weeke...
8 of the Must-Read Network & Data Communication Articles Published this weeke...8 of the Must-Read Network & Data Communication Articles Published this weeke...
8 of the Must-Read Network & Data Communication Articles Published this weeke...IJCNCJournal
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo seSAT Publishing House
 
Evaluation of load balancing algorithms on overlappiing wireless accesspoints
Evaluation of load balancing algorithms on overlappiing wireless accesspointsEvaluation of load balancing algorithms on overlappiing wireless accesspoints
Evaluation of load balancing algorithms on overlappiing wireless accesspointsnooriasukmaningtyas
 
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...IJMER
 
Flying ad hoc network
Flying ad hoc network Flying ad hoc network
Flying ad hoc network Binayakreddy
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringIRJET Journal
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET Journal
 
VHDL Implementation of DSDV Ad-Hoc Routing Protocol
VHDL Implementation of DSDV Ad-Hoc Routing ProtocolVHDL Implementation of DSDV Ad-Hoc Routing Protocol
VHDL Implementation of DSDV Ad-Hoc Routing ProtocolIOSR Journals
 
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...ASHIT CHANDER
 
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMIRJET Journal
 
IOT Personal Weather Station
IOT Personal Weather StationIOT Personal Weather Station
IOT Personal Weather StationIRJET Journal
 
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...IJCNCJournal
 
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...IJCNCJournal
 

Similar to Digital Twin-based Software-defined UAV Networks Using Queuing Model (20)

IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
 
NASIR Ali BUGTI Final Year Project Presentation.pptx
NASIR Ali BUGTI Final Year Project Presentation.pptxNASIR Ali BUGTI Final Year Project Presentation.pptx
NASIR Ali BUGTI Final Year Project Presentation.pptx
 
A
AA
A
 
Design and Analysis of a Full Subtractor using Various Design Techniques
Design and Analysis of a Full Subtractor using Various Design TechniquesDesign and Analysis of a Full Subtractor using Various Design Techniques
Design and Analysis of a Full Subtractor using Various Design Techniques
 
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2IRJET-  	  Design and Implementation 4G Scenario on Qualnet 5.0.2
IRJET- Design and Implementation 4G Scenario on Qualnet 5.0.2
 
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...
Techniques to Minimize State Transfer Cost for Dynamic Execution Offloading I...
 
myrep
myrepmyrep
myrep
 
8 of the Must-Read Network & Data Communication Articles Published this weeke...
8 of the Must-Read Network & Data Communication Articles Published this weeke...8 of the Must-Read Network & Data Communication Articles Published this weeke...
8 of the Must-Read Network & Data Communication Articles Published this weeke...
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo s
 
Evaluation of load balancing algorithms on overlappiing wireless accesspoints
Evaluation of load balancing algorithms on overlappiing wireless accesspointsEvaluation of load balancing algorithms on overlappiing wireless accesspoints
Evaluation of load balancing algorithms on overlappiing wireless accesspoints
 
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
 
Flying ad hoc network
Flying ad hoc network Flying ad hoc network
Flying ad hoc network
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication Engineering
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
 
VHDL Implementation of DSDV Ad-Hoc Routing Protocol
VHDL Implementation of DSDV Ad-Hoc Routing ProtocolVHDL Implementation of DSDV Ad-Hoc Routing Protocol
VHDL Implementation of DSDV Ad-Hoc Routing Protocol
 
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...
ADAPTATION TO NON-CRITICAL FAILURE AND PERFORMANCE ANALYSIS OF OPTICAL WDM NE...
 
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
 
IOT Personal Weather Station
IOT Personal Weather StationIOT Personal Weather Station
IOT Personal Weather Station
 
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
 
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
Hybrid Red Deer Algorithm with Physical Unclonable Function for Security Enha...
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Digital Twin-based Software-defined UAV Networks Using Queuing Model

  • 1. 10th International Conference on Signal Processing and Integrated Networks DATE: 23-24 March 2023 Technically Co-Sponsored by: IEEE Computational Intelligence Society Organized By: Department of Electronics and Communication Engineering, Amity University, Noida, Delhi-NCR, India “Digital Twin-based Software-defined UAV Networks Using Queuing Model” Paper ID: 294 Dr. Mostafa Zaman Chowdhury Professor Dept. of Electrical and Electronic Engineering Khulna University of Engineering & Technology (KUET) Khulna-9203, Bangladesh Md. Abu Baker Siddiki Abir Graduate Student Institute of Information and Communication Technology Khulna University of Engineering & Technology (KUET) Khulna-9203, Bangladesh Author Co-Author
  • 2. OUTLINES PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 1 3 4 5 6 7 8 2 INTRODUCTION OBJECTIVES OF THIS STUDY PERFORMANCE EVALUATION FINAL OUTCOMES FUTURE WORKS CONTRIBUTIONS PROPOSED ARCHITECTURE STSTEM MODEL
  • 3. INTRODUCTION PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 1/20 Mobility [1] Rapid deployment Greater coverage Flexibility [2] Cost-effective and time saving [3] WHY UAVS FOR NETWORKING?
  • 4. INTRODUCTION (Cont..) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 2/20 Disaster Area Campus area networking Sports stadium Concert Traffic jam Fig 1. Different application scenarios. TARGETED AREAS
  • 5. INTRODUCTION (Cont..) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 3/20 Centralized Control and programmability [3] Remotely configuration and management Scalability [4] Better network security Enhanced flexibility, agility, and reliability Fig 2. SDN vs Traditional Networking. WHY SDN IN UAV NETWORKS?
  • 6. INTRODUCTION (Cont..) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 4/20 It uses software to manage and control the communication between UAVs and ground stations [4] UAVs can be quickly reconfigured Administrators can remotely configure and manage the UAVs It improves the network's performance like scalability and reliability Cost-effective solution Fig 3. Architecture of a SDUAV networks. WHAT IS SDUAV NETWORK?
  • 7. INTRODUCTION (Cont..) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 5/20 Simulate, virtualize and analysis the behaviors of the system [5] Real-time monitoring of the UAVs behavior Enhance the optimization and decision-making ability [6] Improve the design, testing, and prototype operation ROLE OF DIGITAL TWIN (DT) IN SDUAV NETWORK
  • 8. OBJECTIVES OF THIS STUDY PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 6/20 Design and develop a digital twin-based SDUAV network Investigate the use of queuing model in SDUAV network Explore the potential of integrating DT, queuing model, and SDN Validate the effectiveness of the proposed approach
  • 9. CONTRIBUTIONS PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 7/20 DT integrated holistic SDUAV network is proposed A M/M/1 queueing model is implemented A routing adjustment algorithm is designed Demonstrate its effectiveness for various network parameters
  • 10. PROPOSED ARCHITECTURE PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 8/20  SDN is considered as the core network  UAV is considered as the backhaul network  DT is integrated for the virtual representation  Queueing model is integrated for the network analysis Fig 4. Architecture of the proposed model.
  • 11. PROPOSED ARCHITECTURE (CONT.) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 9/20 Fig 5. Communication flow diagram. 1. Hello message 2. Packet_in 3. Packet_out 4. Administrative_role 5. Feature_request Type of communication message Link establishment Routing and Switching Initiative
  • 12. SYSTEM MODEL PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 10/20 Fig 6. Queueing model of the proposed model. Name of the parameter Symbol Total packet probability at controller 𝑷𝒄 Total packet probability at DT 𝑷𝒅 Total packet probability at UAV 𝑷𝒖 Packet arrival rate at the UAV 𝝀𝟎 SDN controller's service rate µ𝒄 DT's service rate µ𝒅 UAV’s service rate µ𝒖 Table 1. Notations used in the analysis
  • 13. SYSTEM MODEL (CONT.) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 11/20  Traffic arrival follows the Poisson distribution.  Service rate follows the Exponential distribution.  Upon the packet arrival rate the Markov chain is determined. 𝝆 = 𝝀𝟎 𝝁𝒖 𝑵𝒑 = 𝝆 𝟏 − 𝝆 𝑫𝒄 = 𝟏 𝝁𝒄 − 𝟏 ∞ 𝝀𝒖 3. Packet processing delay at the controller, 1. Utilization of the system, 2. The total amount of packet, Fig 7. Markov chain of the proposed M/M/1 model.
  • 14. SYSTEM MODEL (CONT..) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 12/20 M/M/1 Based Mathematical Modal Part Total arrival rate Packet processing delay UAV 𝝋𝒖 = 𝟏 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 𝑫𝒖 = 𝟏 µ𝒖 − 𝟏 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 DT 𝝋𝒅 = 𝑷𝒅𝝀𝟎 𝑫𝒅 = 𝟏 µ𝒅 − 𝑷𝒅𝝀𝟎 Controller 𝝋𝒄 = 𝑷𝒅𝝀𝟎 + 𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 𝑫𝒄 = 𝟏 µ𝒄 − 𝟐𝑷𝒄 + 𝑷𝒅 − 𝑷𝒄𝑷𝒅 𝝀𝟎 Table 2. Queueing model and its corresponding equations
  • 15. PROPOSED ROUTING ALGORITHM PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 13/20 Fig 8. Flow chat of the proposed algorithm. Routing Adjustment Algorithm Input: Network status from the Data plane Output: Optimal routing scheme to the UAVs Step 1: Network status arrives at the SDN controller. Step 2: Test and verify different scheme at the DT. Step 3: Successful simulation at the DT? Step 4: if yes then apply optimal routing scheme to the UAVs. Step 5: if no then fix routing error is fixed and send it to the controller. Step 6: Repeat Step 1. Step 7: End.
  • 16. PERFOMANCE EVALUATION PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 14/20 Platform 1. MATLAB’s “SIMEVENTS” module 2. Mininet 3. OpenDaylight SDN Controller Key performance indicators Threshold value Total packet probability at controller, 𝑷𝒄 0.05 Total packet probability at DT, 𝑷𝒅 0.4 Total packet probability at UAV, 𝑷𝒖 0.5 Packet arrival rate at the UAV, 𝝀𝟎 10000 packets/sec SDN controller's service rate, µ𝒄 7500 packets/sec DT's service rate, µ𝒅 9000 packets/sec UAV’s service rate, µ𝒖 8500 packets/sec Table 3. Baseline variables for the experiment
  • 17. PERFOMANCE EVALUATION (Cont.) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 15/20 Fig 9. Impact of arrival rate on the packet processing time.  Refer to the rate at which data is being generated by the UAVs and sent to the SDN controller  Response steadily and Shows less packet processing time than the other model
  • 18. PERFOMANCE EVALUATION (Cont.) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 16/20  Refer to the rate at which the controller is processing the data received from the UAVs  Overall throughput of the network has improved in the proposed model Fig 10. Impact of service rate on the packet processing time.
  • 19. PERFOMANCE EVALUATION (Cont.) PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 17/20  Can determine the optimal number of UAVs  Shows that the proposed model have less processing time with the changing number of UAV nodes  Optimize the network design and improve its efficiency Fig 11. Controller’s performance with the changing number of UAV nodes.
  • 20. FINAL OUTCOMES PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 18/20 The proposed model enhances the scalability and capabilities of wireless network The M/M/1 model can monitor and predict changes networking parameters The routing algorithm illustrates how the controller installs administrative policies The proposed model can predict more precisely about different traffic parameters variation
  • 21. FUTURE WORKS PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 19/20 Master-slave SDN-controller approach can be applied Intelligent Reflecting Surface technology can be deployed Machine learning can be integrated
  • 22. REFERENCES PRESENTED BY: MD. ABU BAKER SIDDIKI ABIR 20/20 M. Z. Chowdhury, M. Shahjalal, S. Ahmed, and Y. M. Jang, "6G Wireless Communication Systems: Applications, Requirements, Technologies, Challenges, and Research Directions," IEEE Open Journal of the Communications Society, vol. 1, pp. 957-975, 2020. M. M. Azari, G. Geraci, A. Garcia-Rodriguez, and S. Pollin, "UAV-to-UAV Communications in Cellular Networks," IEEE Transactions on Wireless Communications, vol. 19, no. 9, pp. 6130-6144, Sept. 2020. O. Sami Oubbati, M. Atiquzzaman, T. Ahamed Ahanger, and A. Ibrahim, "Softwarization of UAV Networks: A Survey of Applications and Future Trends," IEEE Access, vol. 8, pp. 98073-98125, 2020. Z. Lv, D. Chen, H. Feng, H. Zhu, and H. Lv, "Digital Twins in Unmanned Aerial Vehicles for Rapid Medical Resource Delivery in Epidemics," IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 12, pp. 25106-25114, 2022. A. Fahmin, Y. C. Lai, M. S. Hossain, Y. D. Lin, and D. Saha, "Performance Modeling of SDN with NFV Under or Aside the Controller," in proc. of International Conference on Future Internet of Things and Cloud Workshops (FiCloudW), Prague, Czech Republic, 2017. J. Raychev, G. Hristov, D. Kinaneva, and P. Zahariev, "Modelling and Evaluation of Software Defined Network Architecture Based on Queueing Theory," in proc. of EAEEIE Annual Conference (EAEEIE), Hafnarfjordur, Iceland, 2018. [1] [2] [3] [4] [5] [6]