Please enable JavaScript.
Coggle requires JavaScript to display documents.
471 mod 2 - Coggle Diagram
471 mod 2
CPU–I/O Burst Cycle
CPU burst
CPU execution
CPU burst distribution
determines whether a job/process is cpu-bound or io-bound
CPU-bound job/process
ex
scientific computations
duration of cpu bursts > io bursts
I/O-bound job/process
duration of cpu bursts < io bursts
ex
data processing applications
I/O burst
I/O wait
definition
a cycle of CPU execution followed by an I/O wait
process is executed until it must wait, usually for an I/o request to complete
the cpu can be utilized during the waiting period through
aka
cpu is idle
multiprogramming
provides
Maximum CPU utilization
by
storing multiple processes in memory at once