First page Back Continue Last page Graphics
Round-Robin Architecture
Simplest
Characterized by the absence of interrupts
Consists of a main loop that checks each I/O device in turn and services them if needed.
Cannot suffer from shared data problems
Latency is limited by the maximum duration of a loop cycle.
Attractive for simple environments