Explain the difference between a MONOLITHIC KERNAL and a
MICROKERNAL?
Answer Posted / reshma begam pattan
A monolithic kernel is a kernel architecture where the entire
operating system is working in the kernel space and alone as
supervisor mode.
Micro kernels run most of the operating system services in
user space as servers
I have found these answers from wikipedia
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 3 types of operating systems?
How do you tell if your computer is 32 or 64 bit?
What is an immutable object? How can it help in writing a concurrent application?
Tell me something about the concept of memory leak?
What is the Difference between Loading and Linking ?
What is a cache memory?
What are old chkdsk files?
What do you mean by ram?
What is the context switch?
What is a named pipe?
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
What is the concept of reentrancy?
Explain the purpose of the open() and close() operations.
What differences are there between a semaphore wait signal and a condition variable wait signal?
Explain about compiler and the functions executed by them?