Research Article

Multitier Service Migration Framework Based on Mobility Prediction in Mobile Edge Computing

Algorithm 1

Migration based on multitier framework.
Input:, , , , , , , , , , ,
Output: Service downtime and network traffic size
1: Initialize the algorithm
2:
3: list = getListMECServers()
4: m = getNextMECServer(list, , , , , )
5: Synchronize the image file to
6:
7: Synchronize the checkpoint files to
8:
9: Iteratively synchronize dirty memory data to based on the threshold until the handoff signal is received
10:
11: Stop container and synchronize latest dirty memory data to
12: Restore container on
13: