SlideShare a Scribd company logo
1 of 26
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
QoS-aware scheduling in LTE-A networks
with SDN control
Emmanouil Skondras1, Angelos Michalas2,
Aggeliki Sgora1, Dimitrios D. Vergados1
1Department of Informatics, University of Piraeus, Piraeus, Greece
2Department of Informatics Engineering, Technological Education Institute of Western
Macedonia
1
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Outline
• Introduction
• Resource Allocation Schemes & Algorithms
• The FLSA-CC scheduler
• Simulation Results
– Simulation Setting
– Simulation Results
• Conclusions
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Introduction
• A three level cross carrier scheduler, the FLS-
Advanced Cross Carrier (FLSA-CC), is proposed.
• Downlink packet scheduling in LTE-A networks with
Relay Nodes.
• Cloud assisted SDN architecture.
• FLSA-CC aims at QoS aware resource allocation, in
order to:
– Satisfy the requirements of strict real times services.
– Maintain an acceptable throughput for best effort flows.
3
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Scheduling Strategies for LTE-A
• Several downlink packet schedulers have been
proposed in the current literature.
• They can be classified into two groups:
– Non-QoS aware
– QoS aware
• A non-QoS aware scheduler does not take into
account parameters that affect the service quality.
• A QoS aware distributes resources considering the
specific constraints of each service.
4
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Scheduling Strategies for LTE-A
• In LTE info is transmitted in
10ms frames.
• Each frame is spit into 10
sub-frames of 1ms TTI.
• Each TTI consists of
resource blocks (RBs) - the
minimum allocation unit.
• A scheduler assigns an RB
to the user with the biggest
metric.
5
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Proportional Fair (PF)
Non-QoS aware scheduler
• Proportional Fair (PF)
 di
k(t): Available throughput in the kth RB of the ith flow.
 𝑅i(t-1): Past average throughput.
6
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
QoS aware schedulers
• Modified Largest Weighted Delay First (M-LWDF)
• Exponential/PF (EXP/PF)
 DHOL,i: Head of line delay.
 δi: Target packet loss ratio.
 τi: Delay constraint.
 Nrt: The number of active real time flows. 7
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
QoS aware schedulers
• LOG RULE
• EXP RULE
 DHOL,i: Head of line delay.
 Nrt: The number of active real time flows.
 Γi
k: Spectral efficiency for the ith flow on the kth RB.
 bi and c: Configurable parameters.
8
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
QoS aware schedulers
• Frame Level Scheduler (FLS)
– Two level QoS aware strategy.
– Upper level
• Estimates the ui(x) quota of
data that the ith real time
flow must transmit at the xth
frame to succeed its QoS
constraints.
– Lower Lever
• Uses the PF metric to
allocate RBs to flows
 qi(x): Queue length in the xth frame.
 Mi: the number of coefficients used.
 ci(n): The nth coefficient value.
 τi: The target delay.
9
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
The Proposed Scheduler – FLSA-CC
• Improved version of the Frame Level
Scheduler Advanced (FLSA)[3].
– Cross carrier scheduling.
– Real time flows receive higher priority than the
best effort ones to fulfill their constraints
– Maintains an acceptable level of performance for
BE flows
– Relay assisted LTE-architecture.
10
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
The Proposed Scheduler
11
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
The Upper Level
• Uses the formula of FLS
– To estimate the quota ui(x) of data that the ith real time
flow should transmit in each xth TTI, to succeed its QoS
constraints.
• The FLSA-CC estimates the coefficient value ci(n) using formula:
where N is the number of aggregated component carriers.
• ui(x) quota is estimated in each xth TTI of a frame.
– Whereas in FLS it is estimated once at the beginning of
each xth frame.
12
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
The Upper Level
• Performance improvement has been observed.
– Due to the fact that:
• In FLS, when a real time flow transmits its ui(x) quota of
data, it loses the opportunity to continue the
transmission until the beginning of the next frame.
– By recalculating the formula in each TTI (instead of
estimating it only at the beginning of each frame):
• The FLSA-CC provides more resources to real time flows
that have remaining data for transmission.
13
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
The Middle & Lower Levels
• The middle level uses a CC version of MLWDF in each
TTI.
– Realizes improved resource distribution among the
real time flows.
• In comparison with the FLS scheduler which at the
second level uses the non-QoS aware PF.
• The lower level uses a CC version of the PF
– Allocates the remaining RBs of each TTI to real time
and best effort flows.
14
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Performance Evaluation
• The performance of the FLSA-CC was
evaluated against the schedulers:
– PF
– M-LWDF
– EXP/PF
– FLS
– FLSA
– EXP-RULE
– LOG-RULE
15
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Performance Evaluation
• An extended version of the open source
simulator LTE-Sim used.
– The iCanCloud and the OpenFlow modules of the
Omnet++ simulator have been configured and
embedded to the Lte-Sim.
• Enabling the ability to include cloud infrastructure and
SDN controllers to the simulated LTE topology.
16
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Performance Evaluation
• The simulation parameters:
17
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Performance Evaluation
• The Cloud implements the
functionalities of the LTE Evolved
Packet Core (EPC).
• Flow forwarding as well as
resource scheduling in each
DeNB and RN.
– Are performed using a
centralized global controller.
• Placed into the SGW on
the cloud.
18
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Performance Evaluation
• The parameters considered in each scheduler:
19
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
VoIP and Video packet loss ratio using
different target delays
20
• The impact of the target delay parameter for the case of having 100 users per RN.
• FLSA-CC compared with the rest of the schedulers exhibits lower PLR independent
of the target delay parameter.
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
VoIP and Video packet loss ratio
21
• Considered target delays: 100ms for VoIP and 150ms for video flows, as
determined by the LTE QoS class specifications.
• FLSA-CC results in a lower PLR than the rest of the algorithms.
• Marginal decrease of its PLR for VoIP flows as well as up to 3% lower PLR for video
flows compared to FLSA.
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
VoIP and Video throughput
22
• FLSA-CC succeeds higher throughputs than the rest of the algorithms
providing rates of up to 800kbps for VoIP and up to 28Mbps for video services.
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
VoIP and Video fairness index
23
• FLSA-CC scheduler improves the fairness for both VoIP and video flows.
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Best Effort throughput and fairness
index
24
• FLSA-CC outperforms the other two schedulers and provides throughput up to
1.5Mbps for best effort flows even when the number of users increases.
• While the FLSA accomplishes only a 100kbps throughput.
• Additionally, the FLSA-CC scheduler significantly improves the fairness index of best
effort flows.
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
Conclusions
• FLSA-CC cross carrier downlink scheduler
• Performance evaluation against other
scheduling algorithms
– In a cloud assisted SDN architecture
– LTE-A network with relay nodes
• FLSA-CC achieves better performance in terms
of PLR, attainable throughput and fairness.
25
The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016)
26
Thanks for your Attendance!
Comments, Questions?

More Related Content

What's hot

Transport SDN & NFV - What does it mean for Optical Networking?
Transport SDN & NFV - What does it mean for Optical Networking?Transport SDN & NFV - What does it mean for Optical Networking?
Transport SDN & NFV - What does it mean for Optical Networking?Deborah Porchivina
 
Software Defined Optical Networks - Mayur Channegowda
Software Defined Optical Networks - Mayur ChannegowdaSoftware Defined Optical Networks - Mayur Channegowda
Software Defined Optical Networks - Mayur ChannegowdaCPqD
 
Traffic Management Data Dictionary (TMDD) Primer
Traffic Management Data Dictionary (TMDD) PrimerTraffic Management Data Dictionary (TMDD) Primer
Traffic Management Data Dictionary (TMDD) Primerisraellopez215
 
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...IAEME Publication
 
Software defined optical communication
Software defined optical communicationSoftware defined optical communication
Software defined optical communicationRonak Vyas
 
OIF Open Transport API for Interoperable Optical Networking
OIF Open Transport API for Interoperable Optical NetworkingOIF Open Transport API for Interoperable Optical Networking
OIF Open Transport API for Interoperable Optical NetworkingLeah Wilkinson
 
2018 OIF SDN T-API Readout 6.2018
2018 OIF SDN T-API Readout 6.20182018 OIF SDN T-API Readout 6.2018
2018 OIF SDN T-API Readout 6.2018Leah Wilkinson
 
QoS in 5G You Tube_Pourya Alinezhad
QoS in 5G You Tube_Pourya AlinezhadQoS in 5G You Tube_Pourya Alinezhad
QoS in 5G You Tube_Pourya AlinezhadPourya Alinezhad
 
An overview of SDN & Openflow
An overview of SDN & OpenflowAn overview of SDN & Openflow
An overview of SDN & OpenflowPeyman Faizian
 
Enabling Virtual Transport Network Service
Enabling Virtual Transport Network ServiceEnabling Virtual Transport Network Service
Enabling Virtual Transport Network ServiceDeborah Porchivina
 
Kuo wei's thesis
Kuo wei's thesisKuo wei's thesis
Kuo wei's thesisf97663
 
Charging architecture and principles
Charging architecture and principlesCharging architecture and principles
Charging architecture and principlesMohamed Shokry
 
A Grid Proxy Architecture for Network Resources
A Grid Proxy Architecture for Network ResourcesA Grid Proxy Architecture for Network Resources
A Grid Proxy Architecture for Network ResourcesTal Lavian Ph.D.
 
OIF Certification: Optical Control Plane UNI
 OIF Certification: Optical Control Plane UNI OIF Certification: Optical Control Plane UNI
OIF Certification: Optical Control Plane UNIDeborah Porchivina
 
2014 Global Transport SDN Demonstration
2014 Global Transport SDN Demonstration2014 Global Transport SDN Demonstration
2014 Global Transport SDN DemonstrationDeborah Porchivina
 
ENIF - A Supplier's View_Antonio Bravo - IRSE
ENIF - A Supplier's View_Antonio Bravo - IRSEENIF - A Supplier's View_Antonio Bravo - IRSE
ENIF - A Supplier's View_Antonio Bravo - IRSEAntonio Bravo Vera
 

What's hot (20)

Transport SDN & NFV - What does it mean for Optical Networking?
Transport SDN & NFV - What does it mean for Optical Networking?Transport SDN & NFV - What does it mean for Optical Networking?
Transport SDN & NFV - What does it mean for Optical Networking?
 
Software Defined Optical Networks - Mayur Channegowda
Software Defined Optical Networks - Mayur ChannegowdaSoftware Defined Optical Networks - Mayur Channegowda
Software Defined Optical Networks - Mayur Channegowda
 
Traffic Management Data Dictionary (TMDD) Primer
Traffic Management Data Dictionary (TMDD) PrimerTraffic Management Data Dictionary (TMDD) Primer
Traffic Management Data Dictionary (TMDD) Primer
 
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
 
Software defined optical communication
Software defined optical communicationSoftware defined optical communication
Software defined optical communication
 
OIF Open Transport API for Interoperable Optical Networking
OIF Open Transport API for Interoperable Optical NetworkingOIF Open Transport API for Interoperable Optical Networking
OIF Open Transport API for Interoperable Optical Networking
 
2018 OIF SDN T-API Readout 6.2018
2018 OIF SDN T-API Readout 6.20182018 OIF SDN T-API Readout 6.2018
2018 OIF SDN T-API Readout 6.2018
 
QoS in 5G You Tube_Pourya Alinezhad
QoS in 5G You Tube_Pourya AlinezhadQoS in 5G You Tube_Pourya Alinezhad
QoS in 5G You Tube_Pourya Alinezhad
 
An overview of SDN & Openflow
An overview of SDN & OpenflowAn overview of SDN & Openflow
An overview of SDN & Openflow
 
Tim gray
Tim grayTim gray
Tim gray
 
Enabling Virtual Transport Network Service
Enabling Virtual Transport Network ServiceEnabling Virtual Transport Network Service
Enabling Virtual Transport Network Service
 
SDN overview 2014
SDN overview 2014SDN overview 2014
SDN overview 2014
 
AURA: Aerial Unpaved Roads Assessment System Demonstration - October 20, 2015
AURA: Aerial Unpaved Roads Assessment System Demonstration - October 20, 2015AURA: Aerial Unpaved Roads Assessment System Demonstration - October 20, 2015
AURA: Aerial Unpaved Roads Assessment System Demonstration - October 20, 2015
 
Kuo wei's thesis
Kuo wei's thesisKuo wei's thesis
Kuo wei's thesis
 
Charging architecture and principles
Charging architecture and principlesCharging architecture and principles
Charging architecture and principles
 
A Grid Proxy Architecture for Network Resources
A Grid Proxy Architecture for Network ResourcesA Grid Proxy Architecture for Network Resources
A Grid Proxy Architecture for Network Resources
 
OIF Certification: Optical Control Plane UNI
 OIF Certification: Optical Control Plane UNI OIF Certification: Optical Control Plane UNI
OIF Certification: Optical Control Plane UNI
 
2014 Global Transport SDN Demonstration
2014 Global Transport SDN Demonstration2014 Global Transport SDN Demonstration
2014 Global Transport SDN Demonstration
 
CAN FD Software Stack Integration
CAN FD Software Stack IntegrationCAN FD Software Stack Integration
CAN FD Software Stack Integration
 
ENIF - A Supplier's View_Antonio Bravo - IRSE
ENIF - A Supplier's View_Antonio Bravo - IRSEENIF - A Supplier's View_Antonio Bravo - IRSE
ENIF - A Supplier's View_Antonio Bravo - IRSE
 

Similar to QoS-aware scheduling in LTE-A networks with SDN control (presentation)

Open vSwitch Implementation Options
Open vSwitch Implementation Options Open vSwitch Implementation Options
Open vSwitch Implementation Options Netronome
 
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)
 
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Danny Alex Lachos Perez
 
Application Engineered Routing: Allowing Applications to Program the Network
Application Engineered Routing: Allowing Applications to Program the NetworkApplication Engineered Routing: Allowing Applications to Program the Network
Application Engineered Routing: Allowing Applications to Program the NetworkCisco Canada
 
Performance Analysis and Optimization of Next Generation Wireless Networks (P...
Performance Analysis and Optimization of Next Generation Wireless Networks (P...Performance Analysis and Optimization of Next Generation Wireless Networks (P...
Performance Analysis and Optimization of Next Generation Wireless Networks (P...University of Piraeus
 
Swisscom Network Analytics
Swisscom Network AnalyticsSwisscom Network Analytics
Swisscom Network Analyticsconfluent
 
Protocol For Streaming Media
Protocol For Streaming MediaProtocol For Streaming Media
Protocol For Streaming MediaKaniska Mandal
 
Integrating Multimedia Services Over Software Defined Networking
Integrating Multimedia Services Over Software Defined NetworkingIntegrating Multimedia Services Over Software Defined Networking
Integrating Multimedia Services Over Software Defined NetworkingIRJET Journal
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...csandit
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...csandit
 
Networking - TCP/IP stack introduction and IPv6
Networking - TCP/IP stack introduction and IPv6Networking - TCP/IP stack introduction and IPv6
Networking - TCP/IP stack introduction and IPv6Rodolfo Kohn
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV VisionFIBRE Testbed
 
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 Barcelona
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 BarcelonaColt SDN Strategy - FIBRE Workshop 5 Nov 2013 Barcelona
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 BarcelonaJavier Benitez
 
Model-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsModel-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsCisco Canada
 
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...ijmnct
 
Next Generation Internet Over Satellite
Next Generation Internet Over SatelliteNext Generation Internet Over Satellite
Next Generation Internet Over SatelliteReza Gh
 

Similar to QoS-aware scheduling in LTE-A networks with SDN control (presentation) (20)

CATNIX: Desafíos y experiencia
CATNIX: Desafíos y experienciaCATNIX: Desafíos y experiencia
CATNIX: Desafíos y experiencia
 
Open vSwitch Implementation Options
Open vSwitch Implementation Options Open vSwitch Implementation Options
Open vSwitch Implementation Options
 
TransPAC3/ACE Measurement & PerfSONAR Update
TransPAC3/ACE Measurement & PerfSONAR UpdateTransPAC3/ACE Measurement & PerfSONAR Update
TransPAC3/ACE Measurement & PerfSONAR Update
 
Chapter04
Chapter04Chapter04
Chapter04
 
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...
 
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
Delivering Application-Layer​ Traffic Optimization​ (ALTO) Services based on ...
 
Application Engineered Routing: Allowing Applications to Program the Network
Application Engineered Routing: Allowing Applications to Program the NetworkApplication Engineered Routing: Allowing Applications to Program the Network
Application Engineered Routing: Allowing Applications to Program the Network
 
Performance Analysis and Optimization of Next Generation Wireless Networks (P...
Performance Analysis and Optimization of Next Generation Wireless Networks (P...Performance Analysis and Optimization of Next Generation Wireless Networks (P...
Performance Analysis and Optimization of Next Generation Wireless Networks (P...
 
Swisscom Network Analytics
Swisscom Network AnalyticsSwisscom Network Analytics
Swisscom Network Analytics
 
Protocol For Streaming Media
Protocol For Streaming MediaProtocol For Streaming Media
Protocol For Streaming Media
 
Integrating Multimedia Services Over Software Defined Networking
Integrating Multimedia Services Over Software Defined NetworkingIntegrating Multimedia Services Over Software Defined Networking
Integrating Multimedia Services Over Software Defined Networking
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
 
Networking - TCP/IP stack introduction and IPv6
Networking - TCP/IP stack introduction and IPv6Networking - TCP/IP stack introduction and IPv6
Networking - TCP/IP stack introduction and IPv6
 
Colt's SDN/NFV Vision
Colt's SDN/NFV VisionColt's SDN/NFV Vision
Colt's SDN/NFV Vision
 
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 Barcelona
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 BarcelonaColt SDN Strategy - FIBRE Workshop 5 Nov 2013 Barcelona
Colt SDN Strategy - FIBRE Workshop 5 Nov 2013 Barcelona
 
SmartFlowwhitepaper
SmartFlowwhitepaperSmartFlowwhitepaper
SmartFlowwhitepaper
 
Model-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data AnalyticsModel-driven Telemetry: The Foundation of Big Data Analytics
Model-driven Telemetry: The Foundation of Big Data Analytics
 
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
 
Next Generation Internet Over Satellite
Next Generation Internet Over SatelliteNext Generation Internet Over Satellite
Next Generation Internet Over Satellite
 

More from University of Piraeus

A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...University of Piraeus
 
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...University of Piraeus
 
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...University of Piraeus
 
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...University of Piraeus
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...University of Piraeus
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...University of Piraeus
 
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...University of Piraeus
 
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...University of Piraeus
 
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...University of Piraeus
 
Mobility Management on 5G Vehicular Cloud Computing Systems
Mobility Management on 5G Vehicular Cloud Computing SystemsMobility Management on 5G Vehicular Cloud Computing Systems
Mobility Management on 5G Vehicular Cloud Computing SystemsUniversity of Piraeus
 
Performance Analysis and Optimization of Next Generation Wireless Networks
Performance Analysis and Optimization of Next Generation Wireless NetworksPerformance Analysis and Optimization of Next Generation Wireless Networks
Performance Analysis and Optimization of Next Generation Wireless NetworksUniversity of Piraeus
 
Personalized Real-Time Virtual Tours in Places with Cultural Interest
Personalized Real-Time Virtual Tours in Places with Cultural InterestPersonalized Real-Time Virtual Tours in Places with Cultural Interest
Personalized Real-Time Virtual Tours in Places with Cultural InterestUniversity of Piraeus
 
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...University of Piraeus
 
The convergence of blockchain, internet of things (io t) and building informa...
The convergence of blockchain, internet of things (io t) and building informa...The convergence of blockchain, internet of things (io t) and building informa...
The convergence of blockchain, internet of things (io t) and building informa...University of Piraeus
 
The revival of back-filled monuments through Augmented Reality (AR) (presenta...
The revival of back-filled monuments through Augmented Reality (AR) (presenta...The revival of back-filled monuments through Augmented Reality (AR) (presenta...
The revival of back-filled monuments through Augmented Reality (AR) (presenta...University of Piraeus
 
An analytic network process and trapezoidal interval-valued fuzzy technique f...
An analytic network process and trapezoidal interval-valued fuzzy technique f...An analytic network process and trapezoidal interval-valued fuzzy technique f...
An analytic network process and trapezoidal interval-valued fuzzy technique f...University of Piraeus
 
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...University of Piraeus
 
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)University of Piraeus
 
A Vertical Handover Management Scheme for VANET Cloud Computing Systems
A Vertical Handover Management Scheme for VANET Cloud Computing SystemsA Vertical Handover Management Scheme for VANET Cloud Computing Systems
A Vertical Handover Management Scheme for VANET Cloud Computing SystemsUniversity of Piraeus
 
QoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlQoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlUniversity of Piraeus
 

More from University of Piraeus (20)

A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
 
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
 
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...
A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computi...
 
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...
A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Sy...
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
 
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
 
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Sy...
 
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...
The enhancement of Underwater Cultural Heritage Assets using Augmented Realit...
 
Mobility Management on 5G Vehicular Cloud Computing Systems
Mobility Management on 5G Vehicular Cloud Computing SystemsMobility Management on 5G Vehicular Cloud Computing Systems
Mobility Management on 5G Vehicular Cloud Computing Systems
 
Performance Analysis and Optimization of Next Generation Wireless Networks
Performance Analysis and Optimization of Next Generation Wireless NetworksPerformance Analysis and Optimization of Next Generation Wireless Networks
Performance Analysis and Optimization of Next Generation Wireless Networks
 
Personalized Real-Time Virtual Tours in Places with Cultural Interest
Personalized Real-Time Virtual Tours in Places with Cultural InterestPersonalized Real-Time Virtual Tours in Places with Cultural Interest
Personalized Real-Time Virtual Tours in Places with Cultural Interest
 
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...
The Convergence of Blockchain, Internet of Things (IoT) and Building Informat...
 
The convergence of blockchain, internet of things (io t) and building informa...
The convergence of blockchain, internet of things (io t) and building informa...The convergence of blockchain, internet of things (io t) and building informa...
The convergence of blockchain, internet of things (io t) and building informa...
 
The revival of back-filled monuments through Augmented Reality (AR) (presenta...
The revival of back-filled monuments through Augmented Reality (AR) (presenta...The revival of back-filled monuments through Augmented Reality (AR) (presenta...
The revival of back-filled monuments through Augmented Reality (AR) (presenta...
 
An analytic network process and trapezoidal interval-valued fuzzy technique f...
An analytic network process and trapezoidal interval-valued fuzzy technique f...An analytic network process and trapezoidal interval-valued fuzzy technique f...
An analytic network process and trapezoidal interval-valued fuzzy technique f...
 
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...
A Personalized Audio Web Service using MPEG-7 and MPEG-21 standards (presenta...
 
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)
A Personalized Audio Server using MPEG-7 and MPEG-21 standards (presentation)
 
A Vertical Handover Management Scheme for VANET Cloud Computing Systems
A Vertical Handover Management Scheme for VANET Cloud Computing SystemsA Vertical Handover Management Scheme for VANET Cloud Computing Systems
A Vertical Handover Management Scheme for VANET Cloud Computing Systems
 
QoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlQoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN control
 

Recently uploaded

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

QoS-aware scheduling in LTE-A networks with SDN control (presentation)

  • 1. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) QoS-aware scheduling in LTE-A networks with SDN control Emmanouil Skondras1, Angelos Michalas2, Aggeliki Sgora1, Dimitrios D. Vergados1 1Department of Informatics, University of Piraeus, Piraeus, Greece 2Department of Informatics Engineering, Technological Education Institute of Western Macedonia 1
  • 2. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Outline • Introduction • Resource Allocation Schemes & Algorithms • The FLSA-CC scheduler • Simulation Results – Simulation Setting – Simulation Results • Conclusions
  • 3. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Introduction • A three level cross carrier scheduler, the FLS- Advanced Cross Carrier (FLSA-CC), is proposed. • Downlink packet scheduling in LTE-A networks with Relay Nodes. • Cloud assisted SDN architecture. • FLSA-CC aims at QoS aware resource allocation, in order to: – Satisfy the requirements of strict real times services. – Maintain an acceptable throughput for best effort flows. 3
  • 4. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Scheduling Strategies for LTE-A • Several downlink packet schedulers have been proposed in the current literature. • They can be classified into two groups: – Non-QoS aware – QoS aware • A non-QoS aware scheduler does not take into account parameters that affect the service quality. • A QoS aware distributes resources considering the specific constraints of each service. 4
  • 5. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Scheduling Strategies for LTE-A • In LTE info is transmitted in 10ms frames. • Each frame is spit into 10 sub-frames of 1ms TTI. • Each TTI consists of resource blocks (RBs) - the minimum allocation unit. • A scheduler assigns an RB to the user with the biggest metric. 5
  • 6. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Proportional Fair (PF) Non-QoS aware scheduler • Proportional Fair (PF)  di k(t): Available throughput in the kth RB of the ith flow.  𝑅i(t-1): Past average throughput. 6
  • 7. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) QoS aware schedulers • Modified Largest Weighted Delay First (M-LWDF) • Exponential/PF (EXP/PF)  DHOL,i: Head of line delay.  δi: Target packet loss ratio.  τi: Delay constraint.  Nrt: The number of active real time flows. 7
  • 8. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) QoS aware schedulers • LOG RULE • EXP RULE  DHOL,i: Head of line delay.  Nrt: The number of active real time flows.  Γi k: Spectral efficiency for the ith flow on the kth RB.  bi and c: Configurable parameters. 8
  • 9. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) QoS aware schedulers • Frame Level Scheduler (FLS) – Two level QoS aware strategy. – Upper level • Estimates the ui(x) quota of data that the ith real time flow must transmit at the xth frame to succeed its QoS constraints. – Lower Lever • Uses the PF metric to allocate RBs to flows  qi(x): Queue length in the xth frame.  Mi: the number of coefficients used.  ci(n): The nth coefficient value.  τi: The target delay. 9
  • 10. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) The Proposed Scheduler – FLSA-CC • Improved version of the Frame Level Scheduler Advanced (FLSA)[3]. – Cross carrier scheduling. – Real time flows receive higher priority than the best effort ones to fulfill their constraints – Maintains an acceptable level of performance for BE flows – Relay assisted LTE-architecture. 10
  • 11. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) The Proposed Scheduler 11
  • 12. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) The Upper Level • Uses the formula of FLS – To estimate the quota ui(x) of data that the ith real time flow should transmit in each xth TTI, to succeed its QoS constraints. • The FLSA-CC estimates the coefficient value ci(n) using formula: where N is the number of aggregated component carriers. • ui(x) quota is estimated in each xth TTI of a frame. – Whereas in FLS it is estimated once at the beginning of each xth frame. 12
  • 13. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) The Upper Level • Performance improvement has been observed. – Due to the fact that: • In FLS, when a real time flow transmits its ui(x) quota of data, it loses the opportunity to continue the transmission until the beginning of the next frame. – By recalculating the formula in each TTI (instead of estimating it only at the beginning of each frame): • The FLSA-CC provides more resources to real time flows that have remaining data for transmission. 13
  • 14. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) The Middle & Lower Levels • The middle level uses a CC version of MLWDF in each TTI. – Realizes improved resource distribution among the real time flows. • In comparison with the FLS scheduler which at the second level uses the non-QoS aware PF. • The lower level uses a CC version of the PF – Allocates the remaining RBs of each TTI to real time and best effort flows. 14
  • 15. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Performance Evaluation • The performance of the FLSA-CC was evaluated against the schedulers: – PF – M-LWDF – EXP/PF – FLS – FLSA – EXP-RULE – LOG-RULE 15
  • 16. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Performance Evaluation • An extended version of the open source simulator LTE-Sim used. – The iCanCloud and the OpenFlow modules of the Omnet++ simulator have been configured and embedded to the Lte-Sim. • Enabling the ability to include cloud infrastructure and SDN controllers to the simulated LTE topology. 16
  • 17. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Performance Evaluation • The simulation parameters: 17
  • 18. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Performance Evaluation • The Cloud implements the functionalities of the LTE Evolved Packet Core (EPC). • Flow forwarding as well as resource scheduling in each DeNB and RN. – Are performed using a centralized global controller. • Placed into the SGW on the cloud. 18
  • 19. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Performance Evaluation • The parameters considered in each scheduler: 19
  • 20. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) VoIP and Video packet loss ratio using different target delays 20 • The impact of the target delay parameter for the case of having 100 users per RN. • FLSA-CC compared with the rest of the schedulers exhibits lower PLR independent of the target delay parameter.
  • 21. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) VoIP and Video packet loss ratio 21 • Considered target delays: 100ms for VoIP and 150ms for video flows, as determined by the LTE QoS class specifications. • FLSA-CC results in a lower PLR than the rest of the algorithms. • Marginal decrease of its PLR for VoIP flows as well as up to 3% lower PLR for video flows compared to FLSA.
  • 22. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) VoIP and Video throughput 22 • FLSA-CC succeeds higher throughputs than the rest of the algorithms providing rates of up to 800kbps for VoIP and up to 28Mbps for video services.
  • 23. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) VoIP and Video fairness index 23 • FLSA-CC scheduler improves the fairness for both VoIP and video flows.
  • 24. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Best Effort throughput and fairness index 24 • FLSA-CC outperforms the other two schedulers and provides throughput up to 1.5Mbps for best effort flows even when the number of users increases. • While the FLSA accomplishes only a 100kbps throughput. • Additionally, the FLSA-CC scheduler significantly improves the fairness index of best effort flows.
  • 25. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) Conclusions • FLSA-CC cross carrier downlink scheduler • Performance evaluation against other scheduling algorithms – In a cloud assisted SDN architecture – LTE-A network with relay nodes • FLSA-CC achieves better performance in terms of PLR, attainable throughput and fairness. 25
  • 26. The 7th International Conference on Information, Intelligence, Systems and Applications (IISA 2016) 26 Thanks for your Attendance! Comments, Questions?