147k views
0 votes
Explain the difference between an i/o‐bound process and a cpu‐bound process.

User Simpu
by
6.4k points

1 Answer

6 votes
An I/O bound process can't finish because it's waiting for I/O (which is provided by the OS). A CPU bound process can't finish because it can't get scheduled in the processor enough.
User Tim Saylor
by
6.5k points