Answer:
The monolithic kernel is a bigger process that run in a unique memory address. All the kernel services run over the kernel space.
In micro kernel it get split in services in different memory spaces. Each one run in it own space.
Explanation:
Advantages:
1. Monolithic:
2. Micro: