SlideShare ist ein Scribd-Unternehmen logo
1 von 76
Performance Analysis and Optimization
of Next Generation Wireless Networks
PhD Thesis of:
Emmanouil Skondras
Department of Informatics
University of Piraeus
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Outline
• Introduction.
• Background.
• Resource Allocation - Scheduling.
• Mobility Management.
• A Proposed Mobility Management Approach for
5G-VCC Systems.
• Conclusion.
2
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Introduction - Thesis Scope
• Key enabling technologies for 5G networks.
• Cloud Computing (CC).
• Fog Computing (FC).
• Mobile Edge Computing (MEC).
• Software Defined Networking (SDN).
• Ultra Dense Networking (UDN).
• Multiple Femtocells.
• Macrocells with Massive MIMO (MMIMO).
Multiple mobile users with increased communication needs.
• Requirement for optimal manipulation of:
Communication resources (scheduling).
Users mobility.
3
Thesis Scope
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Resources Manipulation -
Scheduling
4
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Scheduling Strategies for LTE-A Pro
• Several downlink packet schedulers have been proposed in
the current literature.
• Resource Blocks (RBs) are allocated to users.
• The minimum allocation unit.
• They can be classified into two groups:
• Non-QoS aware.
• Does not take into account parameters that affect the service quality.
• QoS aware.
• Considers the specific constraints of each service.
5
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Non-QoS aware schedulers
• Maximum Throughput (MT)
• Proportional Fair (PF)
• Throughput to Average (TTA)
• Blind Equal Throughput (BET)
 di
k(t): Available throughput in the kth RB of the ith user.
 𝑅i(t-1): Past average throughput.
 di(t): Available throughput in the ith user.
6
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
QoS aware schedulers
• Modified Largest Weighted
Delay First (M-LWDF)
• LOG RULE
• EXP RULE
• Exponential/PF (EXP/PF)
 DHOL,i: Head of line delay.
 bi and c: Configurable parameters.
 Γi
k: Spectral efficiency for the ith flow on the kth RB.
 δi: Target packet loss ratio.
 τi: Delay constraint.
 Nrt: The number of active real time flows. 7
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
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.
8
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Proposed FLS Advanced (FLSA) Scheduler
• It has been built on three distinct levels.
• Real time flows receive higher priority
than the best effort ones.
• Because of their strict service
constraints that must be fulfilled.
9
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Upper Level of the Scheduler
• Uses the formula of FLS.
• To estimate the quota ui(t) of data that
the ith real time flow should transmit in
each tth TTI, to satisfy its QoS constraints.
• ui(t) quota is estimated in each tth TTI of a
frame.
• Whereas in FLS it is estimated once at the
beginning of each kth frame.
• In FLS, when a real time flow transmits its
ui(k) quota of data:
• It loses the opportunity to continue the
transmission until the beginning of the next
frame.
 The FLSA provides more resources to real
time flows that have remaining data for
transmission.
10
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Middle Level of the Scheduler
• The use of the QoS aware M-LWDF
scheduler:
• 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 algorithm.
11
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Lower Level of the Scheduler
• Allocates the remaining RBs of each TTI to
both real time and best effort flows using
the M-LWDF algorithm.
• RBs are allocated to:
• Real time flows.
• For transmitting their qi-ui(t) data.
• qi denotes the queue length for the flow i.
• Best effort flows.
• Considering the fact they have no specific
service constraints.
12
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Proposed FLSA-CC Scheduler
• Improved version of the Frame Level Scheduler Advanced (FLSA).
• Cross Carrier (CC) scheduling.
13
B) Cross Carrier Scheduling:
Scheduling grant and resource NOT
on the same carrier
- Carrier Indicator Field (CIF)
LTE-A Carrier Aggregation: A) non-Cross Carrier Scheduling
Scheduling grant and resource on
the same carrier
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
FLSA FLSA-CC
 Real time flows receive higher priority than the best effort
ones to fulfill their constraints.
 Maintains an acceptable level of performance for BE
flows.
The Proposed FLSA-CC Scheduler
14
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Performance Evaluation
• The performance of the FLSA and FLSA-CC was evaluated against the schedulers:
• PF , M-LWDF , EXP/PF , FLS , EXP-RULE and LOG-RULE.
• 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.
• The simulation parameters:
15
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Performance Evaluation
• 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.
• The parameters considered in each
scheduler:
16
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
VoIP and Video packet loss ratio
17
• FLSA-CC accomplishes
lower PLR.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
VoIP and Video throughput
and fairness index
18
• FLSA-CC achieves higher throughputs
than the rest of the algorithms
providing rates of up to 800kbps for
VoIP and up to 28Mbps for video
services.
• FLSA-CC scheduler improves the fairness
for both VoIP and video flows.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Best Effort throughput
and fairness index
19
• FLSA-CC outperforms the
other two schedulers.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Mobility Management
20
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Mobility Management -Introduction
• 5G Vehicular Cloud Computing (5G-VCC) architectures combine the operating principles of both
Vehicular Networks and Cloud Computing.
• Vehicular environment.
• Vehicles equipped with On-Board Units (OBUs) with computational, storage and communication resources.
• Vehicles communicate with each other or with Road Side Units (RSUs).
• Road Side Units (RSUs):
• Could provide access to a Cloud infrastructure. (a)
• Could be equipped with additional computational and storage resources. (b)
• Fog infrastructure.
• Both Cloud and Fog infrastructures could coexist. (c)
 Vehicular users should always obtain connectivity to the most appropriate network access technology.
21
(a) (b) (c)
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Interval-Valued Pentagonal
Fuzzy Numbers (IVPFN)
• Make a decision from indeterminate and approximate information.
• Triangular, trapezoidal or pentagonal fuzzy numbers are frequently used.
• A pentagonal fuzzy number can be defined as a vector:
• with membership function:
22
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Interval-Valued Pentagonal
Fuzzy Numbers (IVPFN)
• An Interval-Valued Fuzzy Number (IVFN) is defined as A=[AL,AU ] consisting of the lower AL
and the upper AU fuzzy numbers.
• IVFNs replace the crisp membership values by intervals in [0,1].
• The Interval-Valued Pentagonal Fuzzy Number (IVPFN) is the most general IVFN case
defined as:
where:
,
23
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Pentagonal Fuzzy Analytic
Network Process (PF-ANP)
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
24
Organization of criteria into clusters.
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
One for each cluster of criteria.
• n is the number of the cluster elements.
Each matrix segment represents the
relationship between two clusters of criteria.
Assume q clusters, Ck with k=[1,2,…,q]:
• Each cluster has nq elements, denoted as
ek1, ek2, …, eknk.
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
• The steps of the method are as follows:
1. Model Construction and Problem Structuring.
2. Pairwise comparison matrices and priority
vectors.
3. Construction of the Supermatrix.
4. Construction of the Weighted Supermatrix.
5. Deffuzification of the Weighted Supermatrix.
6. Calculation of the Limited Supermatrix.
• W is raised to limiting powers until all the entries converge.
• The overall priorities are calculated.
• All the columns of the Limit Supermatrix, are the same.
• Their values show the estimated weight for each criterion.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Proposed Mobility
Management Scheme
25
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
The Proposed Mobility
Management Scheme
• The methods described in the previous
slides are used.
• The scheme is optimized for 5G
network architectures.
• Where both Fog and Cloud infrastructures
are available.
• The Mobility Management process
includes:
1. The VHO Initiation.
2. The Velocity Monitoring.
3. The Network Selection.
4. The VHO Execution.
26
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The MPFIS considers two inputs (Input1
and Input2) to estimate the value of the
Output.
• The MFInput1, MFInput2, MFOutput
membership functions (MF) are defined.
• For the fuzzy representation of the SINRu,i, Qu,i
and Su,i respectively.
• Created using the Equalized Universe
Method (EUM) method.
• They are equally distributed inside the
domain [Umin, Umax] = [0, 1].
27
System Setup: Modeling the User Satisfaction Grade
- The Mamdani Pentagonal Fuzzy Inference System (MPFIS)
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
System Setup: Modeling the User Satisfaction Grade
- The Mamdani Pentagonal Fuzzy Inference System (MPFIS)
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
28
if SINR is Enough AND/OR Q is Good
then S is More than Acceptable
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
• SINR and Q are:
• Normalized in order to have values within the range [0, 1].
• Converted to degrees of membership indicated as SINR' and Q'.
• By a lookup in MFSINR and MFQ membership functions,
respectively.
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
• A Z'r degree is calculated considering the rule's condition,
indicating the strength of the r rule.
• The `Algebraic product' is applied for the `AND' operator:
• The `Algebraic sum ' is applied for the ` OR ' operator :
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
• Estimates the consequence of the rule
conclusion.
• Considering the rule strength Z'u,i,r.
• The MFOutputr height is trimmed with respect to
the Z'r degree, using the Min method:
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
• It combines the R rules' consequences to calculate
the OutputA fuzzy set, using the Max method:
• The steps of the method are as follows:
1. Fuzzy rule (or knowledge) base.
2. Fuzzification.
3. Combining the fuzzified inputs
(Fuzzy Operations).
4. Implication method.
5. Aggregation method.
6. Defuzzification.
• The OutputA fuzzy set is transformed to
the crisp value Output, using the
Weighted Average method:
• μr is the height
• hr is the centroid of each rule obtained
from the OutputA.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The satisfaction indicators chart presents the S values obtained for each possible
SINR and Q combination.
29
System Setup: Modeling the User Satisfaction Grade
- The Mamdani Pentagonal Fuzzy Inference System (MPFIS)
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
VHO Initiation
• The user's equipment continuously monitors its perceived the SINRu,i and the Qu,i values.
• When either the SINRu,i or the Qu,i becomes less than a predefined threshold:
• The user equipment sends the obtained values to the Fog infrastructure.
• The Fog determines the Su,i satisfaction grade of user u by performing a lookup at the
satisfaction chart:
 If Su,i is less than a predefined Sth threshold value, the network selection process is executed
 Considering the Velocity Monitoring results.
30
• thu,i,k, du,i,k, ju,i,k and plu,i,k : Throughput, delay, jitter and the packet loss ratio, obtained by
user u from current network i for the service k.
• wth,k, wd,k, wj,k and wpl,k : The weights of the parameters.
• N : The number of the parameters considered.
• K : The number of the available services.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• During the entire vehicle movement:
• Its velocity is monitored by the Fog-Cloud infrastructure.
• An enhanced version of the Mobility State Estimation (MSE) model
defined in 3GPP LTE Release 11 is used to estimate vehicles' velocity.
• It considers the number of handovers (NCRu) performed by a vehicle
during a sliding time window (TCRmax).
31
Velocity Monitoring
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The estimated residence time of vehicle u in each available cell
i is estimated using formula:
• rf is the radius of femtocell i.
• vu is the velocity of the vehicle u.
• Following, the vehicle velocity is obtained:
• The vehicle is categorized into one of three velocity states, namely the Normal, the
Medium and the High.
• The more handovers the vehicle performs during the TCRmax period, the faster the vehicle is moving.
32
Velocity Monitoring
The λu parameter, obtained by the SDN
controller, denotes the cell's density in
the location of vehicle u.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Network selection -
Pentagonal Fuzzy Topsis (PFT)
• If the vehicle mobility state is Normal.
• The vehicle considers all the available networks as alternatives.
• If vehicle mobility state is Medium.
• The vehicle skips some Femtocells along its trajectory.
• A femtocell i is considered as alternative if
• is the average residence time of vehicle u considering all the available
femtocells in its current location.
• If vehicle mobility state is High.
• Only Macrocells are considered as alternatives.
33
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Network selection -
Pentagonal Fuzzy Topsis (PFT)
• PFT concept:
 The best alternative should have the shortest distance from the positive ideal solution
and the longer distance from the negative ideal solution.
• Linguistic values of criteria attributes are represented by IVPFNs.
 The set of possible alternatives:
• A = {AL1, AL2,…, ALn}
 The set of criteria:
• C = {CR1, CR2,…, CRn}
 The weights of each criterion:
• w1, w2, …, wm
 The decision matrix:
34
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Network selection -
Pentagonal Fuzzy Topsis (PFT)
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
35
if Q decision makers exist:
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision
matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of
each alternative from the ideal
solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking.
• The steps of the method are as
follows:
1. Construction of the decision matrix.
2. Normalization of the decision matrix.
3. Construction of the weighted
normalized decision matrix.
4. Determination of the positive and
negative ideal solution.
5. Measurement of the distance of each
alternative from the ideal solutions.
6. Calculation of the relative closeness
of each alternative.
7. Alternatives ranking. …
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
• A Software Defined Vehicular Cloud topology is simulated.
• Mobility trace indicating the map of the city of Piraeus along with road traffic data.
• Created using the Open Street Map (OSM) software.
• Then, the mobility trace has been used as input in the Simulator of Urban Mobility (SUMO)
simulator.
• Production of a realistic mobility pattern for the simulated vehicles including 39807 vehicles in
total, moving inside the Piraeus city in a 24 hours period.
36
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
37
• The network topology is being built upon the map, using the Network Simulator 3 (NS3).
• It includes a Fog infrastructure and a Cloud infrastructure.
• The Fog infrastructure consists of 18 LTE Macrocell e-Node Bs (eNBs), 39 LTE Femtocell eNBs, 16
WiMAX Macrocell Base Stations (BSs), 26 WiMAX Femtocell BSs and 22 802.11p WAVE RSUs.
• Equipped with additional computational and storage resources.
• The access networks have been located on the map.
• According to the Hellenic Telecommunications and Post Commission (EETT) data about BSs’ positions in the city of Piraeus.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
• The positions and the spectrum of the LTE eNBs
(Macrocells and Femtocells):
38
• The positions and the spectrum of the WiMAX BSs
(Macrocells and Femtocells):
• The positions and the spectrum of the WAVE RSUs:
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
• The SDN controller has global view of the entire network environment.
• It provides centralized control of the entire system.
39
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup - Services and SLAs
• Each access network supports at least one of the offered Cloud services:
• Navigation Assistance (NAV).
• Voice over IP (VoIP).
• Conversational Video (CV).
• Buffered Streaming (BS)
• Web Browsing (WB).
• Four Service Level Agreements (SLAs).
• SLA1 has the higher service priority and SLA 4 has the lower service priority.
• SLA1 supports all service types and provides the best values for QoS as well as policy
decision criteria.
• SLA2 supports less service types, by not providing support for the VoIP and NAV services.
• It provides slightly worse decision criteria values than those offered by the SLA1.
• SLA4 supports only the WB service while it provides acceptable decision criteria values.
• SLA3 supports only the BS and the WB services and satisfactory QoS characteristics and
policies.
40
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
- Network Specifications
• Network specifications are expressed using linguistic terms.
41
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
- Network Specifications per SLA
42
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
• A snapshot of the simulation at time equal to 3600 seconds is evaluated.
• The case where 10 of the vehicles are monitored is studied.
• The available networks in the location of each vehicle:
43
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
-VHO initiation
• The services weights used for the Qu,i estimation are calculated using the PF-
ANP method:
• The Sth,SLA thresholds are estimated considering:
 The minimum acceptable QSLA and SINRSLA values per SLA.
44
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
-VHO initiation
• The VHO initiation results for each vehicle:
• As it can be observed, vehicle 8 will remain to its current network i,
while the rest vehicles will proceed to handover.
45
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
- Velocity monitoring
• For each one of the monitored vehicles, the following table presents its SLA, the
services used, its geographical position and its estimated velocity.
46
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
- Network selection
• The PF-ANP method is applied in order to estimate
the weights of network selection criteria per
service type and SLA.
• Criteria are classified into two clusters:
• Network selection is performed using PFT.
• Considering the PF-ANP criteria weights.
47
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
- Results
• The proposed scheme is compared with:
• The Velocity Aware Handover (VAH) [arshad2017].
• The Fuzzy AHP TOPSIS (FAT) [goyal2017].
• The Fuzzy AHP SAW (FAS) [goyal2017].
• The Fuzzy AHP MEW (FAM) [goyal2017].
• The Fuzzy AHP ELECTRE (FAE) [charilas2009].
48
[arshad2017] R. Arshad, H. ElSawy, S. Sorour, T. Y. Al-Na ouri, M.-S. Alouini, “Velocity-aware handover management in two-tier cellular
Networks”, IEEE Transactions on Wireless Communications, vol. 16, pp. 1851-1867, 2017.
[goyal2017] R. K. Goyal, S. Kaushal, A. K. Sangaiah, “The utility based non-linear fuzzy ahp optimization model for network selection in
heterogeneous wireless networks”, Applied Soft Computing, Elsevier, vol.67, pp. 800-811, 2017.
[charilas2009] D. E. Charilas, O. I. Markaki, J. Psarras, P. Constantinou, “Application
of fuzzy ahp and electre to network selection”, Mobile Lightweight Wireless Systems, Springer, pp. 63-73, 2009.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
- Results
• The suggested algorithm outperforms the existing schemes since it
selects as target networks for vehicles the ones with the best ranks.
• Also, in special cases where the velocity of vehicles is high (e.g. for
vehicle 7):
 The proposed scheme avoids the handovers to femtocell networks.
49
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Study of a Simulation Snapshot
- Results
• The user's satisfaction grade after the execution of each
VHO scheme.
The proposed approach achieves higher satisfaction grades than
the existing schemes.
50
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
24 Hours Simulation Results
• The average PFT rankings of each VHO scheme, where the entire 39807 vehicles
are considered:
 The proposed scheme accomplishes higher ranking than the other schemes.
• The VAH scheme accomplishes the lower ranking.
• It does not consider either QoS related parameters, or operator policy related
parameters.
• The rest schemes accomplish intermediate results.
51
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
24 Hours Simulation Results
 The proposed approach accomplishes the highest average values, compared to the rest VHO schemes.
 Less VHOs imply less network signaling overhead in both user and operator sides.
52
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Conclusions - Resource Manipulation
• Resource Manipulation.
• 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.
• Mobility Management.
• The proposed scheme outperforms existing VHO management algorithms
in terms of:
 The ranks of the selected networks.
 The user satisfaction grade.
 The HOs count.
• Future Work?
VHO Execution.
53
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Publications
• Journals
1. Emmanouil Skondras, Angelos Michalas, Dimitrios D. Vergados, “Mobility Management on 5G Vehicular Cloud Computing Systems”,
Vehicular Communications Journal, Elsevier, vol. 16, pp. 15-44, April 2019
2. Emmanouil Skondras, Aggeliki Sgora, Angelos Michalas, Dimitrios D. Vergados, “An analytic network process and trapezoidal
interval-valued fuzzy technique for order preference by similarity to ideal solution network access selection method”, International
Journal of Communication Systems (IJCS), Wiley, September 2014
3. Emmanouil Skondras, Konstantina Siountri, Angelos Michalas, Dimitrios D. Vergados, “Personalized Real-Time Virtual Tours in Places
with Cultural Interest”, International Journal of Computational Methods in Heritage Science (IJCMHS), IGI Global, vol. 3, issue 1,
January 2019
• Book Chapters
1. Emmanouil Skondras, Angelos Michalas, Malamati Louta, George Kouzas, “Personalized Multimedia Web Services in Peer to Peer
Networks Using MPEG-7 and MPEG-21 Standards”, Studies in Computational Intelligence – Semantic Hyper/Multimedia Adaptation,
Volume 418/2013 (book chapter), pp. 361-383, Springer-Verlag Berlin Heidelberg, 2013
• Conferences
1. Emmanouil Skondras, Eirini Zoumi, Angelos Michalas, Dimitrios D. Vergados, “A Network Selection Algorithm for supporting Drone
Services in 5G Network Architectures”, Wireless Telecommunications Symposium (WTS), New York, USA, April 9-12, 2019
2. Emmanouil Skondras, Angelos Michalas, Dimitrios D. Vergados, “A Survey on Medium Access Control Schemes for 5G Vehicular
Cloud Computing Systems”, Global Information Infrastructure and Networking Symposium (GIIS), Thessaloniki, Greece, October 23-
25, 2018
3. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Dimitrios D. Vergados, “A Network Selection Scheme with Adaptive Criteria
Weights for 5G Vehicular Systems”, International Conference on Information, Intelligence, Systems and Applications (IISA),
Zakynthos, Greece, July 23-25, 2018
54
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Publications
• Conferences (cont.)
4. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Dimitrios D. Vergados, “A VHO Scheme for supporting Healthcare Services
in 5G Vehicular Cloud Computing Systems”, Wireless Telecommunications Symposium (WTS), Phoenix, Arizona, USA, April 18-20,
2018
5. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Aggeliki Sgora, Dimitrios D. Vergados, “A Network Selection Scheme for
Healthcare Vehicular Cloud Computing Systems”, International Conference on Information, Intelligence, Systems and Applications
(IISA), Larnaka, Cyprus, August 28-30, 2017
6. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A Vertical Handover management scheme for
VANET Cloud Computing systems”, IEEE Symposium on Computers and Communications (ISCC), Heraklion, Crete, Greece, July 3-6,
2017
7. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “QoS aware scheduling in LTE-A networks with SDN
control”, International Conference on Information, Intelligence, Systems and Applications (IISA), Chalkidiki, Greece, July 13-15, 2016
8. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A downlink scheduler supporting real time services
in LTE cellular networks”, International Conference on Information, Intelligence, Systems and Applications (IISA), Ionian University,
Corfu, Greece, July 6-8, 2015
9. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A QoS Aware Three Level Scheduler for the LTE
Downlink”, Wireless Telecommunications Symposium (WTS), Poster Paper, New York, USA, April 15-17, 2015
10. Konstantina Siountri, Emmanouil Skondras, Theodoros Mavroeidakos, Dimitrios D. Vergados, “The Convergence of Blockchain,
Internet of Things (IoT) and Building Information Modeling (BIM): The smart museum case”, Wireless Telecommunications
Symposium (WTS), New York, USA, April 9-12, 2019
11. Konstantina Siountri, Emmanouil Skondras, Dimitrios D. Vergados, Christos-Nikolaos Anagnostopoulos, “The Revival of Back-Filled
Monuments through Augmented Reality (AR)”, Visual Heritage Congress, Vienna, Austria, November 12-15, 2018
12. Konstantina Siountri, Emmanouil Skondras, Dimitrios D. Vergados, “A Delivery Model for Cultural Heritage Services in Smart Cities
Environments”, Euro-Mediterranean Conference (EUROMED), Springer, pp.279-288, Nicosia, Cyprus, October 29-November 3, 2018
13. Emmanouil Skondras, Konstantina Siountri, Angelos Michalas, Dimitrios D. Vergados, “A Route Selection Scheme for supporting
Virtual Tours in Sites with Cultural Interest using Drones”, International Conference on Information, Intelligence, Systems and
Applications (IISA), Zakynthos, Greece, July 23-25, 2018 55
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
56
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Scheduling Strategies for LTE-A Pro
• 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.
57
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
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.
58
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
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.
59
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
VoIP and Video packet loss ratio
60
• 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.
• The impact of the target delay
parameter for the case of having
100 users per RN.
• FLSA-CC accomplishes lower PLR
independent of the target delay
parameter.
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Jain Fairness Index
61
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• Vehicular users should always obtain connectivity to the most
appropriate network access technology.
• According to the requirements of their services, as well as the operators' policies.
• Mobility Management as a Service (MMaaS).
• It could be applied to accomplish mobility management operations by the
Cloud infrastructure.
• It allows the creation of a Mobility Instance (MI) for each vehicular user.
• Which could be considered as a service that manipulates user mobility.
 In this way, the user equipment resources will have decreased workload
and consume reduced energy.
62
Mobility Management -Introduction
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The Equalized Universe Method (EUM) creates IVFNs with their centroids
equally spaced along a predefined domain of values.
• Specifically, the values of the ith IVPFN are calculated as follows:
• Umin and Umax are the minimum and maximum value of the domain.
• c represents the number of the IVPFNs created.
• and are defined by the user.
The Equalized Universe Method
(EUM)
63
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
System Setup: Definition of the linguistic terms and
the corresponding IVPFNs
• For the fuzzy representation of the SINRu,i, Qu,i and Su,i
respectively.
• Created using the Equalized Universe Method (EUM)
method.
• They are equally distributed inside the domain [Umin,
Umax] = [0, 1].
64
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• VHO Initiation is executed in the Fog.
• Both the Fog and the Cloud cooperate to
accomplish the Velocity Monitoring process.
• Network Selection is executed in the Cloud.
• The vehicle is informed through the Fog, to make a
handover to the selected network.
65
The Proposed Mobility
Management Scheme
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• During the entire vehicle movement:
• Its velocity is monitored by the Fog-Cloud infrastructure.
• An enhanced version of the Mobility State Estimation (MSE) model defined in 3GPP LTE
Release 11 is used to estimate vehicles' velocity.
• It considers the number of handovers or reselections (NCRu) performed by a vehicle during a
sliding time window (TCRmax).
• The vehicle is categorized into one of three velocity states, namely the Normal, the
Medium and the High.
• Considering the NCRMedium and NCRHigh thresholds with NCRMedium < NCRHigh.
• The more handovers the vehicle performs during the TCRmax period, the faster the vehicle
is moving.
• According to LTE specifications:
• In heterogeneous network environments including both Macrocells and Femtocells:
• The default TCRmax value is 120 seconds.
• The default NCRMedium and NCRHigh values are equal to 10 and 16 handovers, respectively.
66
Velocity Monitoring
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
- Network Specifications
• Network specifications are expressed using linguistic terms.
• Crisp values of network QoS characteristics are converted into linguistic terms.
• Which correspond to specific ranges of values per service type.
• Indicatively, the following table illustrates the mapping between ranges of network QoS
characteristics values and the respective linguistic terms for the VoIP service.
67
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Computational Complexity of the
Proposed Approach
• The VHO initiation subprocess requires constant time to complete its
tasks resulting in O(1).
• By performing simple checks against predefined thresholds.
• The network selection phase introduces a O(n2) complexity.
• Due to the weighting and normalization of n x m decision matrices.
• Similar complexities are introduced by other handover algorithms
proposed in the research literature.
The novelty in our approach is that most of the computational
complexity is performed at the Cloud/Fog infrastructure.
68
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
PF-ANP Example
- Network selection
• Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of
criteria and form the supermatrix per service type and SLA
• Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained.
• Indicatively, for the SLA1 NAV service, the initial supermatrix:
69
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
PF-ANP Example
- Network selection
• Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of
criteria and form the supermatrix per service type and SLA
• Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained.
• Indicatively, for the SLA1 NAV service, the weighted supermatrix:
70
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
PF-ANP Example
- Network selection
• Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of
criteria and form the supermatrix per service type and SLA
• Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained.
• Indicatively, for the SLA1 NAV service, the limited supermatrix:
71
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
• Summary of the simulation parameters:
72
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
- Vehicles Distribution
• The number of vehicles that start
their movement from each LTE
network and their corresponding
velocities.
73
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The number of vehicles that start
their movement from each WiMAX
network and their corresponding
velocities.
74
Simulation Setup
- Vehicles Distribution
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
• The number of vehicles that start
their movement from each WAVE
network and their corresponding
velocities.
75
Simulation Setup
- Vehicles Distribution
PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus
Simulation Setup
- Vehicles Distribution
76

Weitere ähnliche Inhalte

Was ist angesagt?

A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKS
A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKSA REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKS
A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKSIJCNCJournal
 
UAN (Underwater Acoustic Network)
UAN (Underwater Acoustic Network)UAN (Underwater Acoustic Network)
UAN (Underwater Acoustic Network)Prof Ansari
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
S URVEY OF L TE D OWNLINK S CHEDULERS A LGORITHMS IN O PEN A CCESS S IM...
S URVEY OF  L TE  D OWNLINK  S CHEDULERS A LGORITHMS IN  O PEN  A CCESS  S IM...S URVEY OF  L TE  D OWNLINK  S CHEDULERS A LGORITHMS IN  O PEN  A CCESS  S IM...
S URVEY OF L TE D OWNLINK S CHEDULERS A LGORITHMS IN O PEN A CCESS S IM...ijwmn
 
Efficiency Management in P2P Systems - 2007
Efficiency Management in P2P Systems - 2007Efficiency Management in P2P Systems - 2007
Efficiency Management in P2P Systems - 2007Kalman Graffi
 
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
 
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS pijans
 
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...IJCNCJournal
 
E04124030034
E04124030034E04124030034
E04124030034IOSR-JEN
 
Macro with pico cells (hetnets) system behaviour using well known scheduling ...
Macro with pico cells (hetnets) system behaviour using well known scheduling ...Macro with pico cells (hetnets) system behaviour using well known scheduling ...
Macro with pico cells (hetnets) system behaviour using well known scheduling ...ijwmn
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS cscpconf
 
Communication Networks 2 marks q &answers
Communication Networks  2 marks q &answersCommunication Networks  2 marks q &answers
Communication Networks 2 marks q &answersRaja Madhuvanthi
 
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor Networks
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor NetworksThe Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor Networks
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor NetworksIJMER
 
A survey on congestion control mechanisms
A survey on congestion control mechanismsA survey on congestion control mechanisms
A survey on congestion control mechanismseSAT Publishing House
 

Was ist angesagt? (17)

A dhoc networks
A dhoc networksA dhoc networks
A dhoc networks
 
A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKS
A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKSA REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKS
A REAL TIME PRIORITY BASED SCHEDULER FOR LOW RATE WIRELESS SENSOR NETWORKS
 
UAN (Underwater Acoustic Network)
UAN (Underwater Acoustic Network)UAN (Underwater Acoustic Network)
UAN (Underwater Acoustic Network)
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
S URVEY OF L TE D OWNLINK S CHEDULERS A LGORITHMS IN O PEN A CCESS S IM...
S URVEY OF  L TE  D OWNLINK  S CHEDULERS A LGORITHMS IN  O PEN  A CCESS  S IM...S URVEY OF  L TE  D OWNLINK  S CHEDULERS A LGORITHMS IN  O PEN  A CCESS  S IM...
S URVEY OF L TE D OWNLINK S CHEDULERS A LGORITHMS IN O PEN A CCESS S IM...
 
Efficiency Management in P2P Systems - 2007
Efficiency Management in P2P Systems - 2007Efficiency Management in P2P Systems - 2007
Efficiency Management in P2P Systems - 2007
 
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
 
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS
DESIGN OF A COMPACT CIRCULAR MICROSTRIP PATCH ANTENNA FOR WLAN APPLICATIONS
 
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
Dynamic bandwidth allocation scheme in lr pon with performance modelling and ...
 
E04124030034
E04124030034E04124030034
E04124030034
 
Macro with pico cells (hetnets) system behaviour using well known scheduling ...
Macro with pico cells (hetnets) system behaviour using well known scheduling ...Macro with pico cells (hetnets) system behaviour using well known scheduling ...
Macro with pico cells (hetnets) system behaviour using well known scheduling ...
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
 
Communication Networks 2 marks q &answers
Communication Networks  2 marks q &answersCommunication Networks  2 marks q &answers
Communication Networks 2 marks q &answers
 
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor Networks
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor NetworksThe Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor Networks
The Minimum Cost Forwarding Using MAC Protocol for Wireless Sensor Networks
 
A survey on congestion control mechanisms
A survey on congestion control mechanismsA survey on congestion control mechanisms
A survey on congestion control mechanisms
 
4 fuzzy aqm
4 fuzzy aqm4 fuzzy aqm
4 fuzzy aqm
 
sac10serviso
sac10servisosac10serviso
sac10serviso
 

Ähnlich wie Performance Analysis and Optimization of Next Generation Wireless Networks (PhD Thesis presentation)

Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)CPqD
 
Using Request Queues for Enhancing the Performance of Operations in Smart Homes
Using Request Queues for Enhancing the Performance of Operations in Smart HomesUsing Request Queues for Enhancing the Performance of Operations in Smart Homes
Using Request Queues for Enhancing the Performance of Operations in Smart HomesAndreas Kamilaris
 
QoS-aware scheduling in LTE-A networks with SDN control (presentation)
QoS-aware scheduling in LTE-A networks with SDN control (presentation)QoS-aware scheduling in LTE-A networks with SDN control (presentation)
QoS-aware scheduling in LTE-A networks with SDN control (presentation)University of Piraeus
 
Mobility
MobilityMobility
MobilityJisc
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentationamin azari
 
A downlink scheduler supporting real time services in LTE cellular networks (...
A downlink scheduler supporting real time services in LTE cellular networks (...A downlink scheduler supporting real time services in LTE cellular networks (...
A downlink scheduler supporting real time services in LTE cellular networks (...University of Piraeus
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...Tal Lavian Ph.D.
 
Paper id 23201411
Paper id 23201411Paper id 23201411
Paper id 23201411IJRAT
 
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
 
EC8551 COMMUNICATION NETWORKS
EC8551 COMMUNICATION NETWORKSEC8551 COMMUNICATION NETWORKS
EC8551 COMMUNICATION NETWORKSGOWTHAMMS6
 
Icacci presentation-ssh traffic
Icacci presentation-ssh trafficIcacci presentation-ssh traffic
Icacci presentation-ssh trafficvinaykumar R
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...Tal Lavian Ph.D.
 
Icacci presentation-isi-ssh traffic
Icacci presentation-isi-ssh trafficIcacci presentation-isi-ssh traffic
Icacci presentation-isi-ssh trafficvinaykumar R
 
Inop presentation dec sgb 2017
Inop presentation dec sgb 2017Inop presentation dec sgb 2017
Inop presentation dec sgb 2017frankjoh
 
I nop brochure_2017
I nop brochure_2017I nop brochure_2017
I nop brochure_2017frankjoh
 

Ähnlich wie Performance Analysis and Optimization of Next Generation Wireless Networks (PhD Thesis presentation) (20)

Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)Cognitive Technique for Software Defined Optical Network (SDON)
Cognitive Technique for Software Defined Optical Network (SDON)
 
Using Request Queues for Enhancing the Performance of Operations in Smart Homes
Using Request Queues for Enhancing the Performance of Operations in Smart HomesUsing Request Queues for Enhancing the Performance of Operations in Smart Homes
Using Request Queues for Enhancing the Performance of Operations in Smart Homes
 
QoS-aware scheduling in LTE-A networks with SDN control (presentation)
QoS-aware scheduling in LTE-A networks with SDN control (presentation)QoS-aware scheduling in LTE-A networks with SDN control (presentation)
QoS-aware scheduling in LTE-A networks with SDN control (presentation)
 
Curriculum Vitae in English
Curriculum Vitae in EnglishCurriculum Vitae in English
Curriculum Vitae in English
 
Mobility
MobilityMobility
Mobility
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentation
 
A downlink scheduler supporting real time services in LTE cellular networks (...
A downlink scheduler supporting real time services in LTE cellular networks (...A downlink scheduler supporting real time services in LTE cellular networks (...
A downlink scheduler supporting real time services in LTE cellular networks (...
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
Sky x technology
Sky x technologySky x technology
Sky x technology
 
Network cost services
Network cost servicesNetwork cost services
Network cost services
 
Paper id 23201411
Paper id 23201411Paper id 23201411
Paper id 23201411
 
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...
 
Profile tulasi v1.1
Profile tulasi v1.1Profile tulasi v1.1
Profile tulasi v1.1
 
EC8551 COMMUNICATION NETWORKS
EC8551 COMMUNICATION NETWORKSEC8551 COMMUNICATION NETWORKS
EC8551 COMMUNICATION NETWORKS
 
Icacci presentation-ssh traffic
Icacci presentation-ssh trafficIcacci presentation-ssh traffic
Icacci presentation-ssh traffic
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
Icacci presentation-isi-ssh traffic
Icacci presentation-isi-ssh trafficIcacci presentation-isi-ssh traffic
Icacci presentation-isi-ssh traffic
 
Inop presentation dec sgb 2017
Inop presentation dec sgb 2017Inop presentation dec sgb 2017
Inop presentation dec sgb 2017
 
Research Issues on WSN
Research Issues on WSNResearch Issues on WSN
Research Issues on WSN
 
I nop brochure_2017
I nop brochure_2017I nop brochure_2017
I nop brochure_2017
 

Mehr von 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 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
 
A downlink scheduler supporting real time services in LTE cellular networks
A downlink scheduler supporting real time services in LTE cellular networksA downlink scheduler supporting real time services in LTE cellular networks
A downlink scheduler supporting real time services in LTE cellular networksUniversity of Piraeus
 
A QoS aware three level scheduler for the LTE downlink
A QoS aware three level scheduler for the LTE downlinkA QoS aware three level scheduler for the LTE downlink
A QoS aware three level scheduler for the LTE downlinkUniversity of Piraeus
 

Mehr von 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 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
 
A downlink scheduler supporting real time services in LTE cellular networks
A downlink scheduler supporting real time services in LTE cellular networksA downlink scheduler supporting real time services in LTE cellular networks
A downlink scheduler supporting real time services in LTE cellular networks
 
A QoS aware three level scheduler for the LTE downlink
A QoS aware three level scheduler for the LTE downlinkA QoS aware three level scheduler for the LTE downlink
A QoS aware three level scheduler for the LTE downlink
 

Kürzlich hochgeladen

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Kürzlich hochgeladen (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Performance Analysis and Optimization of Next Generation Wireless Networks (PhD Thesis presentation)

  • 1. Performance Analysis and Optimization of Next Generation Wireless Networks PhD Thesis of: Emmanouil Skondras Department of Informatics University of Piraeus
  • 2. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Outline • Introduction. • Background. • Resource Allocation - Scheduling. • Mobility Management. • A Proposed Mobility Management Approach for 5G-VCC Systems. • Conclusion. 2
  • 3. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Introduction - Thesis Scope • Key enabling technologies for 5G networks. • Cloud Computing (CC). • Fog Computing (FC). • Mobile Edge Computing (MEC). • Software Defined Networking (SDN). • Ultra Dense Networking (UDN). • Multiple Femtocells. • Macrocells with Massive MIMO (MMIMO). Multiple mobile users with increased communication needs. • Requirement for optimal manipulation of: Communication resources (scheduling). Users mobility. 3 Thesis Scope
  • 4. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Resources Manipulation - Scheduling 4
  • 5. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Scheduling Strategies for LTE-A Pro • Several downlink packet schedulers have been proposed in the current literature. • Resource Blocks (RBs) are allocated to users. • The minimum allocation unit. • They can be classified into two groups: • Non-QoS aware. • Does not take into account parameters that affect the service quality. • QoS aware. • Considers the specific constraints of each service. 5
  • 6. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Non-QoS aware schedulers • Maximum Throughput (MT) • Proportional Fair (PF) • Throughput to Average (TTA) • Blind Equal Throughput (BET)  di k(t): Available throughput in the kth RB of the ith user.  𝑅i(t-1): Past average throughput.  di(t): Available throughput in the ith user. 6
  • 7. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus QoS aware schedulers • Modified Largest Weighted Delay First (M-LWDF) • LOG RULE • EXP RULE • Exponential/PF (EXP/PF)  DHOL,i: Head of line delay.  bi and c: Configurable parameters.  Γi k: Spectral efficiency for the ith flow on the kth RB.  δi: Target packet loss ratio.  τi: Delay constraint.  Nrt: The number of active real time flows. 7
  • 8. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 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. 8
  • 9. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Proposed FLS Advanced (FLSA) Scheduler • It has been built on three distinct levels. • Real time flows receive higher priority than the best effort ones. • Because of their strict service constraints that must be fulfilled. 9
  • 10. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Upper Level of the Scheduler • Uses the formula of FLS. • To estimate the quota ui(t) of data that the ith real time flow should transmit in each tth TTI, to satisfy its QoS constraints. • ui(t) quota is estimated in each tth TTI of a frame. • Whereas in FLS it is estimated once at the beginning of each kth frame. • In FLS, when a real time flow transmits its ui(k) quota of data: • It loses the opportunity to continue the transmission until the beginning of the next frame.  The FLSA provides more resources to real time flows that have remaining data for transmission. 10
  • 11. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Middle Level of the Scheduler • The use of the QoS aware M-LWDF scheduler: • 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 algorithm. 11
  • 12. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Lower Level of the Scheduler • Allocates the remaining RBs of each TTI to both real time and best effort flows using the M-LWDF algorithm. • RBs are allocated to: • Real time flows. • For transmitting their qi-ui(t) data. • qi denotes the queue length for the flow i. • Best effort flows. • Considering the fact they have no specific service constraints. 12
  • 13. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Proposed FLSA-CC Scheduler • Improved version of the Frame Level Scheduler Advanced (FLSA). • Cross Carrier (CC) scheduling. 13 B) Cross Carrier Scheduling: Scheduling grant and resource NOT on the same carrier - Carrier Indicator Field (CIF) LTE-A Carrier Aggregation: A) non-Cross Carrier Scheduling Scheduling grant and resource on the same carrier
  • 14. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus FLSA FLSA-CC  Real time flows receive higher priority than the best effort ones to fulfill their constraints.  Maintains an acceptable level of performance for BE flows. The Proposed FLSA-CC Scheduler 14
  • 15. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Performance Evaluation • The performance of the FLSA and FLSA-CC was evaluated against the schedulers: • PF , M-LWDF , EXP/PF , FLS , EXP-RULE and LOG-RULE. • 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. • The simulation parameters: 15
  • 16. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Performance Evaluation • 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. • The parameters considered in each scheduler: 16
  • 17. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus VoIP and Video packet loss ratio 17 • FLSA-CC accomplishes lower PLR.
  • 18. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus VoIP and Video throughput and fairness index 18 • FLSA-CC achieves higher throughputs than the rest of the algorithms providing rates of up to 800kbps for VoIP and up to 28Mbps for video services. • FLSA-CC scheduler improves the fairness for both VoIP and video flows.
  • 19. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Best Effort throughput and fairness index 19 • FLSA-CC outperforms the other two schedulers.
  • 20. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Mobility Management 20
  • 21. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Mobility Management -Introduction • 5G Vehicular Cloud Computing (5G-VCC) architectures combine the operating principles of both Vehicular Networks and Cloud Computing. • Vehicular environment. • Vehicles equipped with On-Board Units (OBUs) with computational, storage and communication resources. • Vehicles communicate with each other or with Road Side Units (RSUs). • Road Side Units (RSUs): • Could provide access to a Cloud infrastructure. (a) • Could be equipped with additional computational and storage resources. (b) • Fog infrastructure. • Both Cloud and Fog infrastructures could coexist. (c)  Vehicular users should always obtain connectivity to the most appropriate network access technology. 21 (a) (b) (c)
  • 22. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Interval-Valued Pentagonal Fuzzy Numbers (IVPFN) • Make a decision from indeterminate and approximate information. • Triangular, trapezoidal or pentagonal fuzzy numbers are frequently used. • A pentagonal fuzzy number can be defined as a vector: • with membership function: 22
  • 23. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Interval-Valued Pentagonal Fuzzy Numbers (IVPFN) • An Interval-Valued Fuzzy Number (IVFN) is defined as A=[AL,AU ] consisting of the lower AL and the upper AU fuzzy numbers. • IVFNs replace the crisp membership values by intervals in [0,1]. • The Interval-Valued Pentagonal Fuzzy Number (IVPFN) is the most general IVFN case defined as: where: , 23
  • 24. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Pentagonal Fuzzy Analytic Network Process (PF-ANP) • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. 24 Organization of criteria into clusters. • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. One for each cluster of criteria. • n is the number of the cluster elements. Each matrix segment represents the relationship between two clusters of criteria. Assume q clusters, Ck with k=[1,2,…,q]: • Each cluster has nq elements, denoted as ek1, ek2, …, eknk. • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. • The steps of the method are as follows: 1. Model Construction and Problem Structuring. 2. Pairwise comparison matrices and priority vectors. 3. Construction of the Supermatrix. 4. Construction of the Weighted Supermatrix. 5. Deffuzification of the Weighted Supermatrix. 6. Calculation of the Limited Supermatrix. • W is raised to limiting powers until all the entries converge. • The overall priorities are calculated. • All the columns of the Limit Supermatrix, are the same. • Their values show the estimated weight for each criterion.
  • 25. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Proposed Mobility Management Scheme 25
  • 26. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus The Proposed Mobility Management Scheme • The methods described in the previous slides are used. • The scheme is optimized for 5G network architectures. • Where both Fog and Cloud infrastructures are available. • The Mobility Management process includes: 1. The VHO Initiation. 2. The Velocity Monitoring. 3. The Network Selection. 4. The VHO Execution. 26
  • 27. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The MPFIS considers two inputs (Input1 and Input2) to estimate the value of the Output. • The MFInput1, MFInput2, MFOutput membership functions (MF) are defined. • For the fuzzy representation of the SINRu,i, Qu,i and Su,i respectively. • Created using the Equalized Universe Method (EUM) method. • They are equally distributed inside the domain [Umin, Umax] = [0, 1]. 27 System Setup: Modeling the User Satisfaction Grade - The Mamdani Pentagonal Fuzzy Inference System (MPFIS)
  • 28. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus System Setup: Modeling the User Satisfaction Grade - The Mamdani Pentagonal Fuzzy Inference System (MPFIS) • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. 28 if SINR is Enough AND/OR Q is Good then S is More than Acceptable • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. • SINR and Q are: • Normalized in order to have values within the range [0, 1]. • Converted to degrees of membership indicated as SINR' and Q'. • By a lookup in MFSINR and MFQ membership functions, respectively. • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. • A Z'r degree is calculated considering the rule's condition, indicating the strength of the r rule. • The `Algebraic product' is applied for the `AND' operator: • The `Algebraic sum ' is applied for the ` OR ' operator : • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. • Estimates the consequence of the rule conclusion. • Considering the rule strength Z'u,i,r. • The MFOutputr height is trimmed with respect to the Z'r degree, using the Min method: • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. • It combines the R rules' consequences to calculate the OutputA fuzzy set, using the Max method: • The steps of the method are as follows: 1. Fuzzy rule (or knowledge) base. 2. Fuzzification. 3. Combining the fuzzified inputs (Fuzzy Operations). 4. Implication method. 5. Aggregation method. 6. Defuzzification. • The OutputA fuzzy set is transformed to the crisp value Output, using the Weighted Average method: • μr is the height • hr is the centroid of each rule obtained from the OutputA.
  • 29. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The satisfaction indicators chart presents the S values obtained for each possible SINR and Q combination. 29 System Setup: Modeling the User Satisfaction Grade - The Mamdani Pentagonal Fuzzy Inference System (MPFIS)
  • 30. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus VHO Initiation • The user's equipment continuously monitors its perceived the SINRu,i and the Qu,i values. • When either the SINRu,i or the Qu,i becomes less than a predefined threshold: • The user equipment sends the obtained values to the Fog infrastructure. • The Fog determines the Su,i satisfaction grade of user u by performing a lookup at the satisfaction chart:  If Su,i is less than a predefined Sth threshold value, the network selection process is executed  Considering the Velocity Monitoring results. 30 • thu,i,k, du,i,k, ju,i,k and plu,i,k : Throughput, delay, jitter and the packet loss ratio, obtained by user u from current network i for the service k. • wth,k, wd,k, wj,k and wpl,k : The weights of the parameters. • N : The number of the parameters considered. • K : The number of the available services.
  • 31. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • During the entire vehicle movement: • Its velocity is monitored by the Fog-Cloud infrastructure. • An enhanced version of the Mobility State Estimation (MSE) model defined in 3GPP LTE Release 11 is used to estimate vehicles' velocity. • It considers the number of handovers (NCRu) performed by a vehicle during a sliding time window (TCRmax). 31 Velocity Monitoring
  • 32. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The estimated residence time of vehicle u in each available cell i is estimated using formula: • rf is the radius of femtocell i. • vu is the velocity of the vehicle u. • Following, the vehicle velocity is obtained: • The vehicle is categorized into one of three velocity states, namely the Normal, the Medium and the High. • The more handovers the vehicle performs during the TCRmax period, the faster the vehicle is moving. 32 Velocity Monitoring The λu parameter, obtained by the SDN controller, denotes the cell's density in the location of vehicle u.
  • 33. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Network selection - Pentagonal Fuzzy Topsis (PFT) • If the vehicle mobility state is Normal. • The vehicle considers all the available networks as alternatives. • If vehicle mobility state is Medium. • The vehicle skips some Femtocells along its trajectory. • A femtocell i is considered as alternative if • is the average residence time of vehicle u considering all the available femtocells in its current location. • If vehicle mobility state is High. • Only Macrocells are considered as alternatives. 33
  • 34. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Network selection - Pentagonal Fuzzy Topsis (PFT) • PFT concept:  The best alternative should have the shortest distance from the positive ideal solution and the longer distance from the negative ideal solution. • Linguistic values of criteria attributes are represented by IVPFNs.  The set of possible alternatives: • A = {AL1, AL2,…, ALn}  The set of criteria: • C = {CR1, CR2,…, CRn}  The weights of each criterion: • w1, w2, …, wm  The decision matrix: 34
  • 35. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Network selection - Pentagonal Fuzzy Topsis (PFT) • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. 35 if Q decision makers exist: • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. • The steps of the method are as follows: 1. Construction of the decision matrix. 2. Normalization of the decision matrix. 3. Construction of the weighted normalized decision matrix. 4. Determination of the positive and negative ideal solution. 5. Measurement of the distance of each alternative from the ideal solutions. 6. Calculation of the relative closeness of each alternative. 7. Alternatives ranking. …
  • 36. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup • A Software Defined Vehicular Cloud topology is simulated. • Mobility trace indicating the map of the city of Piraeus along with road traffic data. • Created using the Open Street Map (OSM) software. • Then, the mobility trace has been used as input in the Simulator of Urban Mobility (SUMO) simulator. • Production of a realistic mobility pattern for the simulated vehicles including 39807 vehicles in total, moving inside the Piraeus city in a 24 hours period. 36
  • 37. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup 37 • The network topology is being built upon the map, using the Network Simulator 3 (NS3). • It includes a Fog infrastructure and a Cloud infrastructure. • The Fog infrastructure consists of 18 LTE Macrocell e-Node Bs (eNBs), 39 LTE Femtocell eNBs, 16 WiMAX Macrocell Base Stations (BSs), 26 WiMAX Femtocell BSs and 22 802.11p WAVE RSUs. • Equipped with additional computational and storage resources. • The access networks have been located on the map. • According to the Hellenic Telecommunications and Post Commission (EETT) data about BSs’ positions in the city of Piraeus.
  • 38. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup • The positions and the spectrum of the LTE eNBs (Macrocells and Femtocells): 38 • The positions and the spectrum of the WiMAX BSs (Macrocells and Femtocells): • The positions and the spectrum of the WAVE RSUs:
  • 39. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup • The SDN controller has global view of the entire network environment. • It provides centralized control of the entire system. 39
  • 40. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Services and SLAs • Each access network supports at least one of the offered Cloud services: • Navigation Assistance (NAV). • Voice over IP (VoIP). • Conversational Video (CV). • Buffered Streaming (BS) • Web Browsing (WB). • Four Service Level Agreements (SLAs). • SLA1 has the higher service priority and SLA 4 has the lower service priority. • SLA1 supports all service types and provides the best values for QoS as well as policy decision criteria. • SLA2 supports less service types, by not providing support for the VoIP and NAV services. • It provides slightly worse decision criteria values than those offered by the SLA1. • SLA4 supports only the WB service while it provides acceptable decision criteria values. • SLA3 supports only the BS and the WB services and satisfactory QoS characteristics and policies. 40
  • 41. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Network Specifications • Network specifications are expressed using linguistic terms. 41
  • 42. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Network Specifications per SLA 42
  • 43. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot • A snapshot of the simulation at time equal to 3600 seconds is evaluated. • The case where 10 of the vehicles are monitored is studied. • The available networks in the location of each vehicle: 43
  • 44. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot -VHO initiation • The services weights used for the Qu,i estimation are calculated using the PF- ANP method: • The Sth,SLA thresholds are estimated considering:  The minimum acceptable QSLA and SINRSLA values per SLA. 44
  • 45. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot -VHO initiation • The VHO initiation results for each vehicle: • As it can be observed, vehicle 8 will remain to its current network i, while the rest vehicles will proceed to handover. 45
  • 46. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot - Velocity monitoring • For each one of the monitored vehicles, the following table presents its SLA, the services used, its geographical position and its estimated velocity. 46
  • 47. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot - Network selection • The PF-ANP method is applied in order to estimate the weights of network selection criteria per service type and SLA. • Criteria are classified into two clusters: • Network selection is performed using PFT. • Considering the PF-ANP criteria weights. 47
  • 48. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot - Results • The proposed scheme is compared with: • The Velocity Aware Handover (VAH) [arshad2017]. • The Fuzzy AHP TOPSIS (FAT) [goyal2017]. • The Fuzzy AHP SAW (FAS) [goyal2017]. • The Fuzzy AHP MEW (FAM) [goyal2017]. • The Fuzzy AHP ELECTRE (FAE) [charilas2009]. 48 [arshad2017] R. Arshad, H. ElSawy, S. Sorour, T. Y. Al-Na ouri, M.-S. Alouini, “Velocity-aware handover management in two-tier cellular Networks”, IEEE Transactions on Wireless Communications, vol. 16, pp. 1851-1867, 2017. [goyal2017] R. K. Goyal, S. Kaushal, A. K. Sangaiah, “The utility based non-linear fuzzy ahp optimization model for network selection in heterogeneous wireless networks”, Applied Soft Computing, Elsevier, vol.67, pp. 800-811, 2017. [charilas2009] D. E. Charilas, O. I. Markaki, J. Psarras, P. Constantinou, “Application of fuzzy ahp and electre to network selection”, Mobile Lightweight Wireless Systems, Springer, pp. 63-73, 2009.
  • 49. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot - Results • The suggested algorithm outperforms the existing schemes since it selects as target networks for vehicles the ones with the best ranks. • Also, in special cases where the velocity of vehicles is high (e.g. for vehicle 7):  The proposed scheme avoids the handovers to femtocell networks. 49
  • 50. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Study of a Simulation Snapshot - Results • The user's satisfaction grade after the execution of each VHO scheme. The proposed approach achieves higher satisfaction grades than the existing schemes. 50
  • 51. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 24 Hours Simulation Results • The average PFT rankings of each VHO scheme, where the entire 39807 vehicles are considered:  The proposed scheme accomplishes higher ranking than the other schemes. • The VAH scheme accomplishes the lower ranking. • It does not consider either QoS related parameters, or operator policy related parameters. • The rest schemes accomplish intermediate results. 51
  • 52. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 24 Hours Simulation Results  The proposed approach accomplishes the highest average values, compared to the rest VHO schemes.  Less VHOs imply less network signaling overhead in both user and operator sides. 52
  • 53. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Conclusions - Resource Manipulation • Resource Manipulation. • 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. • Mobility Management. • The proposed scheme outperforms existing VHO management algorithms in terms of:  The ranks of the selected networks.  The user satisfaction grade.  The HOs count. • Future Work? VHO Execution. 53
  • 54. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Publications • Journals 1. Emmanouil Skondras, Angelos Michalas, Dimitrios D. Vergados, “Mobility Management on 5G Vehicular Cloud Computing Systems”, Vehicular Communications Journal, Elsevier, vol. 16, pp. 15-44, April 2019 2. Emmanouil Skondras, Aggeliki Sgora, Angelos Michalas, Dimitrios D. Vergados, “An analytic network process and trapezoidal interval-valued fuzzy technique for order preference by similarity to ideal solution network access selection method”, International Journal of Communication Systems (IJCS), Wiley, September 2014 3. Emmanouil Skondras, Konstantina Siountri, Angelos Michalas, Dimitrios D. Vergados, “Personalized Real-Time Virtual Tours in Places with Cultural Interest”, International Journal of Computational Methods in Heritage Science (IJCMHS), IGI Global, vol. 3, issue 1, January 2019 • Book Chapters 1. Emmanouil Skondras, Angelos Michalas, Malamati Louta, George Kouzas, “Personalized Multimedia Web Services in Peer to Peer Networks Using MPEG-7 and MPEG-21 Standards”, Studies in Computational Intelligence – Semantic Hyper/Multimedia Adaptation, Volume 418/2013 (book chapter), pp. 361-383, Springer-Verlag Berlin Heidelberg, 2013 • Conferences 1. Emmanouil Skondras, Eirini Zoumi, Angelos Michalas, Dimitrios D. Vergados, “A Network Selection Algorithm for supporting Drone Services in 5G Network Architectures”, Wireless Telecommunications Symposium (WTS), New York, USA, April 9-12, 2019 2. Emmanouil Skondras, Angelos Michalas, Dimitrios D. Vergados, “A Survey on Medium Access Control Schemes for 5G Vehicular Cloud Computing Systems”, Global Information Infrastructure and Networking Symposium (GIIS), Thessaloniki, Greece, October 23- 25, 2018 3. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Dimitrios D. Vergados, “A Network Selection Scheme with Adaptive Criteria Weights for 5G Vehicular Systems”, International Conference on Information, Intelligence, Systems and Applications (IISA), Zakynthos, Greece, July 23-25, 2018 54
  • 55. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Publications • Conferences (cont.) 4. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Dimitrios D. Vergados, “A VHO Scheme for supporting Healthcare Services in 5G Vehicular Cloud Computing Systems”, Wireless Telecommunications Symposium (WTS), Phoenix, Arizona, USA, April 18-20, 2018 5. Emmanouil Skondras, Angelos Michalas, Nikolaos Tsolis, Aggeliki Sgora, Dimitrios D. Vergados, “A Network Selection Scheme for Healthcare Vehicular Cloud Computing Systems”, International Conference on Information, Intelligence, Systems and Applications (IISA), Larnaka, Cyprus, August 28-30, 2017 6. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A Vertical Handover management scheme for VANET Cloud Computing systems”, IEEE Symposium on Computers and Communications (ISCC), Heraklion, Crete, Greece, July 3-6, 2017 7. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “QoS aware scheduling in LTE-A networks with SDN control”, International Conference on Information, Intelligence, Systems and Applications (IISA), Chalkidiki, Greece, July 13-15, 2016 8. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A downlink scheduler supporting real time services in LTE cellular networks”, International Conference on Information, Intelligence, Systems and Applications (IISA), Ionian University, Corfu, Greece, July 6-8, 2015 9. Emmanouil Skondras, Angelos Michalas, Aggeliki Sgora, Dimitrios D. Vergados, “A QoS Aware Three Level Scheduler for the LTE Downlink”, Wireless Telecommunications Symposium (WTS), Poster Paper, New York, USA, April 15-17, 2015 10. Konstantina Siountri, Emmanouil Skondras, Theodoros Mavroeidakos, Dimitrios D. Vergados, “The Convergence of Blockchain, Internet of Things (IoT) and Building Information Modeling (BIM): The smart museum case”, Wireless Telecommunications Symposium (WTS), New York, USA, April 9-12, 2019 11. Konstantina Siountri, Emmanouil Skondras, Dimitrios D. Vergados, Christos-Nikolaos Anagnostopoulos, “The Revival of Back-Filled Monuments through Augmented Reality (AR)”, Visual Heritage Congress, Vienna, Austria, November 12-15, 2018 12. Konstantina Siountri, Emmanouil Skondras, Dimitrios D. Vergados, “A Delivery Model for Cultural Heritage Services in Smart Cities Environments”, Euro-Mediterranean Conference (EUROMED), Springer, pp.279-288, Nicosia, Cyprus, October 29-November 3, 2018 13. Emmanouil Skondras, Konstantina Siountri, Angelos Michalas, Dimitrios D. Vergados, “A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural Interest using Drones”, International Conference on Information, Intelligence, Systems and Applications (IISA), Zakynthos, Greece, July 23-25, 2018 55
  • 56. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 56
  • 57. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Scheduling Strategies for LTE-A Pro • 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. 57
  • 58. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 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. 58
  • 59. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus 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. 59
  • 60. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus VoIP and Video packet loss ratio 60 • 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. • The impact of the target delay parameter for the case of having 100 users per RN. • FLSA-CC accomplishes lower PLR independent of the target delay parameter.
  • 61. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Jain Fairness Index 61
  • 62. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • Vehicular users should always obtain connectivity to the most appropriate network access technology. • According to the requirements of their services, as well as the operators' policies. • Mobility Management as a Service (MMaaS). • It could be applied to accomplish mobility management operations by the Cloud infrastructure. • It allows the creation of a Mobility Instance (MI) for each vehicular user. • Which could be considered as a service that manipulates user mobility.  In this way, the user equipment resources will have decreased workload and consume reduced energy. 62 Mobility Management -Introduction
  • 63. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The Equalized Universe Method (EUM) creates IVFNs with their centroids equally spaced along a predefined domain of values. • Specifically, the values of the ith IVPFN are calculated as follows: • Umin and Umax are the minimum and maximum value of the domain. • c represents the number of the IVPFNs created. • and are defined by the user. The Equalized Universe Method (EUM) 63
  • 64. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus System Setup: Definition of the linguistic terms and the corresponding IVPFNs • For the fuzzy representation of the SINRu,i, Qu,i and Su,i respectively. • Created using the Equalized Universe Method (EUM) method. • They are equally distributed inside the domain [Umin, Umax] = [0, 1]. 64
  • 65. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • VHO Initiation is executed in the Fog. • Both the Fog and the Cloud cooperate to accomplish the Velocity Monitoring process. • Network Selection is executed in the Cloud. • The vehicle is informed through the Fog, to make a handover to the selected network. 65 The Proposed Mobility Management Scheme
  • 66. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • During the entire vehicle movement: • Its velocity is monitored by the Fog-Cloud infrastructure. • An enhanced version of the Mobility State Estimation (MSE) model defined in 3GPP LTE Release 11 is used to estimate vehicles' velocity. • It considers the number of handovers or reselections (NCRu) performed by a vehicle during a sliding time window (TCRmax). • The vehicle is categorized into one of three velocity states, namely the Normal, the Medium and the High. • Considering the NCRMedium and NCRHigh thresholds with NCRMedium < NCRHigh. • The more handovers the vehicle performs during the TCRmax period, the faster the vehicle is moving. • According to LTE specifications: • In heterogeneous network environments including both Macrocells and Femtocells: • The default TCRmax value is 120 seconds. • The default NCRMedium and NCRHigh values are equal to 10 and 16 handovers, respectively. 66 Velocity Monitoring
  • 67. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Network Specifications • Network specifications are expressed using linguistic terms. • Crisp values of network QoS characteristics are converted into linguistic terms. • Which correspond to specific ranges of values per service type. • Indicatively, the following table illustrates the mapping between ranges of network QoS characteristics values and the respective linguistic terms for the VoIP service. 67
  • 68. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Computational Complexity of the Proposed Approach • The VHO initiation subprocess requires constant time to complete its tasks resulting in O(1). • By performing simple checks against predefined thresholds. • The network selection phase introduces a O(n2) complexity. • Due to the weighting and normalization of n x m decision matrices. • Similar complexities are introduced by other handover algorithms proposed in the research literature. The novelty in our approach is that most of the computational complexity is performed at the Cloud/Fog infrastructure. 68
  • 69. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus PF-ANP Example - Network selection • Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of criteria and form the supermatrix per service type and SLA • Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained. • Indicatively, for the SLA1 NAV service, the initial supermatrix: 69
  • 70. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus PF-ANP Example - Network selection • Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of criteria and form the supermatrix per service type and SLA • Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained. • Indicatively, for the SLA1 NAV service, the weighted supermatrix: 70
  • 71. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus PF-ANP Example - Network selection • Then, these pairwise comparison decision matrices are used to evaluate the priority vectors of criteria and form the supermatrix per service type and SLA • Subsequently, the weighted supermatrices and finally the limited supermatrices are obtained. • Indicatively, for the SLA1 NAV service, the limited supermatrix: 71
  • 72. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup • Summary of the simulation parameters: 72
  • 73. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Vehicles Distribution • The number of vehicles that start their movement from each LTE network and their corresponding velocities. 73
  • 74. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The number of vehicles that start their movement from each WiMAX network and their corresponding velocities. 74 Simulation Setup - Vehicles Distribution
  • 75. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus • The number of vehicles that start their movement from each WAVE network and their corresponding velocities. 75 Simulation Setup - Vehicles Distribution
  • 76. PhD Thesis of Emmanouil Skondras, Department of Informatics, University of Piraeus Simulation Setup - Vehicles Distribution 76