Beginner
Operating Systems
Q35 / 100
What is a monolithic kernel vs a microkernel?
Correct! Well done.
Incorrect.
The correct answer is B) Monolithic kernel runs all OS services in kernel mode; microkernel moves most services to user space for better isolation
B
Correct Answer
Monolithic kernel runs all OS services in kernel mode; microkernel moves most services to user space for better isolation
Explanation
Monolithic kernels (Linux, Windows) are fast but a driver bug can crash the OS. Microkernels (Mach, L4, seL4) are more secure/reliable but have higher IPC overhead.
Progress
35/100