flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Microkernel vs Hybrid Kernel vs Modular Monolithic |
Out of the following types of kernel, which one offers the highest level of security? | |||||||||||||||||||||
|
|||||||||||||||||||||
Total Votes : 18 |
Author |
|
Adam Kachwalla 21 Jul 2007, 02:16
Can someone explain why a microkernel would be more secure?
|
|||
21 Jul 2007, 02:16 |
|
Adam Kachwalla 24 Aug 2007, 09:09
Still waiting...
|
|||
24 Aug 2007, 09:09 |
|
Rahsennor 27 Aug 2007, 09:45
Microkernels are said to be more secure because the different functions are seperated - If a malicious program finds a fault in one piece of code, it cannot exploit that fault to cause trouble elsewhere. In a microkernel the different parts could be at different addresses, depend on different APIs, etc. In a monolithic kernel, all the code has access rights to all the other code, so one bug could be used by a hacker in any number of ways.
I hope that helps. |
|||
27 Aug 2007, 09:45 |
|
Adam Kachwalla 03 Sep 2007, 08:19
What about a hybrid kernel? How come so many OSes are using hybrid kernels?
So that phases out "Modular Monolithic" as an option |
|||
03 Sep 2007, 08:19 |
|
drhowarddrfine 03 Sep 2007, 23:03
According to FreeBSD Unleashed, Linux and Windows 98 are monolithic kernels in which the code is more optimized for performance and to minimize context switching. This makes for code that's cleaner and easier for developers to maintain, but the administrator is required to recompile the kernel every time support for a new device is added. (It goes on to mention there are differences in that statement today)
A microkernel is fairly small and modular and new devices can be more frequently added but the differences with monolithic are more a philosophical one than anything having to do with devices. The biggest and most fundamental difference is that a microkernel has a mechanism for passing certain non-core system calls to a user level process rather than handling it internally. This keeps only essential functions in the kernel and makes it more robust, manageable and understandable. It also provides a measure of inherent security. Although the ideal of total modularity is all well and good, a kernel in which every kind of device and option is modular and loadable during runtime is as theoretical as perpetual motion. Parts of the above were edited by me for brevity. |
|||
03 Sep 2007, 23:03 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.