A OS structure opposed to Monolithic Structure, that seperates functionality into microkernels.
- Core functionality in the kernel in a Monolithic Structure
- Extra filesystem, networking, graphics, etc stored in Microkernels Performance may be slower due to this approach.