Question
Which operating-system structure places most core services, such as file systems and device drivers, inside one large kernel address space?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Monolithic kernel
Explanation:
A monolithic kernel runs many operating-system services together in privileged kernel space.
This can provide fast communication but increases the amount of code that shares kernel privileges.
Leave a Reply