<aside> 💬 Turnaround Time
$$ T_{turnaround} = T_{completion} - T_{arrival} $$
</aside>
<aside> 💬 Response Time
$$ T_{response} = T_{firstrun} - T_{arrival} $$
</aside>
First Come, First Served (FCFS)
<aside> 💬 Convoy Effect - a number of relatively-short potential consumers of a resource get queued behind a heavyweight resource consumer.
</aside>
Loses efficiency when Assumption 1 is relaxed
Problem of FIFO
It runs the shortest job first, then the next shortest, and so on.
Loses efficiency when Assumption 2 is relaxed
SJF With Late Arrivals From B and C