Q. What are the major advantages of the microkernel approach to system design?
Answer: Benefits usually include the following
(a) Adding a new service doesn't require modifying the kernel
(b) It is additionally secure as more operations are done in user mode than in kernel mode
(c) A simpler kernel design as well as functionality typically results in a more reliable operating system.