Problem
Five jobs are in the READY queue waiting to be processed. Their estimated CPU cycles are as follows: 10, 3, 5, 6, and 2. Using SJN, in what order should they be processed to minimize average waiting time?
What is the difference between buffering and blocking?