Hi
in priority scheduling, we assign priority to tasks and sort them based on that
in migration, we try to load balance for example when migration VM to another physical machine
in scheduling, we try too to find the optimum dispatching between tasks and virtual machines.
All of these concepts are called scheduling, how can we qualify them to distinguish between these concepts?
Thanks