Question
Which model multiplexes many user threads over a smaller or equal number of kernel threads?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Many-to-many model
Explanation:
The many-to-many model allows many user threads to be scheduled across a set of kernel threads.
It aims to combine user-level flexibility with kernel-supported parallelism.
Leave a Reply