Research Article

User Demand Aware Grid Scheduling Model with Hierarchical Load Balancing

Algorithm 5

Status update algorithm.
Begin
  if (Resource/Machine/PE is newly added)
    Calculate new threshold value at different levels
    Classify the resource/machine/PE based on Algorithms 2, 3, and 4
  Endif
  if (Resource/Machine/PE goes down)
    Retrieves the jobs which are allocated to the resource/Machine/PE and added to unassigned
    list
    Calculate new threshold value at different levels
    Classify the resource/machine/PE based on Algorithms 2, 3, and 4
  Endif
End