Research Article

An Adaptive Procedure for Task Scheduling Optimization in Mobile Cloud Computing

Algorithm 2

Network contention aware scheduling.
Input: Task graph , processor graph TG =
Output: A new task scheduling
Function networkCostScheduling (, TG)
  Sort task into list according to priority.
  for each
  
    Find the best processor which allows EFT of , taking account of network bandwidth usage;
    Assign on ;
  
  return a new task scheduling;