Computer Science, asked by DeshnaChakraborty, 7 months ago

Can you define me the terms i. monolithic kernel ii. microkernal​

Answers

Answered by Anonymous
1

Answer:

\huge\purple {\mathfrak{Bonjour  Mate!}}

A monolithic kernel is an operating system architecture where the entire operating system is working in kernel space. The monolithic model differs from other operating system architectures in that it alone defines a high-level virtual interface over computer hardware. A set of primitives or system calls implement all operating system services such as process management, concurrency, and memory management. Device drivers can be added to the kernel as modules.

In computer science, a microkernel is the near-minimum amount of software that can provide the mechanisms needed to implement an operating system. These mechanisms include low-level address space management, thread management, and inter-process communication

Answered by Anonymous
1

monolithic kernel:- A monolithic kernel

is an operating system architecture where the entire operating system is

working in kernel space.

microkernal:-In a microkernel, the user services and kernel services are implemented in different address space. The user services are kept in user address space, and kernel services are kept under kernel address space, thus also reduces the size of kernel and size of operating system as well.

Similar questions