approach is necessary to handle the challenges
created by dynamic workloads, diverse applications,
and the distributed deployment architecture of edge
computing in 5G networks.
Our research focuses on workload migrations to
manage application overload scenarios in edge
infrastructure in 5G networks. We adopt a proactive
approach to initiate workload migrations that
minimise the impact on QoS experienced by users.
This work introduces two key advancements to
enable QoS-aware migration of workloads in edge
clouds:
1. Adaptive Workload Ranking Algorithm
(AWRA) for proactive workload migrations
within edge clouds.
2. We evaluate the performance of AWRA
against other workload migration methods
through a comprehensive analysis.
AWRA ranks workloads to migrate, considering
the user sessions handled and the migration time
needed. Furthermore, AWRA uses a variable
application performance limit to initiate workload
migrations. Our simulations reveal that AWRA
outperforms existing approaches in minimising QoS
impact during workload migrations.
2 LITERATURE REVIEW
Ensuring optimal application performance in edge
cloud necessitates efficient workload migration
strategies. This review focuses on recent workload
migration advancements, specifically geared towards
resource optimisation, user mobility, energy savings
and application performance management.
2.1 Optimisation of system resources
Optimising system resource allocation is important
for delivering high-quality workloads to users in edge
clouds running resource hungry applications like
gaming and live video delivery. Several existing
studies highlight the importance of workload
migration in a timely fashion to optimise resource
utilisation and ensure workload continuity for users.
The experiments done by Chen et al. focus on
continuity of user workloads during migrations while
optimising resource utilisation. The authors aim to
perform migrations without impacting the service
quality for users (Chen et al., 2024). Through their
simulation, the authors show that initiating workload
migrations during appropriate time and identifying
the best node for migrating workloads are important
for achieving outstanding service quality.
The studies done by Wan et al. use federated
mechanisms to assign resources to user services, with
a goal of lowering energy consumption and
minimising the impact to service quality (Wan,
2024). The authors use resource-based and task-based
methods to optimise compute and power resources in
an edge computing infrastructure deployed in IoT
networks. The authors claim that the proposed
solution improves the performance of edge
infrastructure and lowers power consumption, in
addition to optimising resource management.
2.2 Management of user mobility
Quite often user services get migrated in edge clouds
due to the mobility of subscribers, as their sessions
get relocated across the different mobile towers.
Autonomous vehicles connecting to 5G networks
want uninterrupted and low-latency connectivity to
the workloads hosted in the edge clouds.
Cao et al. introduce a dynamic path selection
algorithm to manage workload migrations during
subscriber mobility scenarios (Cao et al., 2024). The
authors claim to reduce the impact of migrations on
user session latency, and at the same time, operating
within the constraints of computing cost.
Shokouhi et al. present a hierarchical architecture
based framework for user tasks offloading in edge
clouds during mobility situations (Shokouhi et al.,
2024). The framework introduced by the authors uses
a predictive approach to decide the appropriate edge
server to deliver service to the user. The authors claim
that the presented approach is best suited to reduce
the cost of offloading user tasks during mobility
scenarios.
2.3 Optimise energy consumption
Zolfaghari adopts a predictive mechanism to migrate
workloads in cloud data centers, to achieve energy
and performance tradeoff (Zolfaghari, 2024). The
proposed VM selection method for migrations in the
cloud, is claimed to achieve energy savings,
complying with SLAs to the best extent possible.
Ouhame et al. use self-optimising machine
learning approach to migrate VMs in a cloud
environment with workloads that are dynamic in
nature (Ouhame et al., 2024). The proposed algorithm
uses an intelligent learning approach that disables
VM nodes in cloud that are not in use. The proposed
solution claims to achieve quicker workload
migration decisions, improved SLA adherence and
reduced energy consumption in datacenter clouds.
Machine learning based intelligent techniques are