Concurrent System
- Multiple threads of control
- Multiple computations in parallel
- Can control multiple external activities
- Can run at the same time, or in overlapping time slots, but not necessarily.
- Order of execution is not guaranteed!
Illusion of parallelism
Concurrent Systems can use Parallelism, but don't have to.
See: Concurrent Process