n A process that does not perform any I/O will
monopolize the processor
n Favors CPU-bound processes
u I/O-bound processes have to wait until CPU-bound
process completes
u They may have to wait even when their I/O are
completed (poor device utilization)
u we could have kept the I/O devices busy by giving
a bit more priority to I/O bound processes