3. Which among the following is not a type of kernel?
(i) Macro kernel (ii) Microkernel (iii) Nanokernel (iv) Hybrid kernel
Answers
Answer:
option1: macro kernel
Explanation:
hope this helps u.
please mark me as brainliest
1. A Microkernel differs from a Monolithic kernel in that user services and kernel services are implemented in separate locations, or in the case of Microkernels, User Space and Kernel Space. B
2. Because User Space and Kernel Space are used independently, the size of the Kernel is smaller, which in turn results in a smaller Operating System.
Due to the fact that user services and kernel services operate in separate areas, message parsing is used to communicate between applications and services, which slows down execution.
Advantages:
It is simple to add new services if that is what is needed.
D.isadvantages:
We use User Space and Kernel Space independently. therefore, by communicating with one another, these can speed up the process.