Linux_FoundationLinux_Foundation
LFCA · Question #60
LFCA Question #60: Real Exam Question with Answer & Explanation
The correct answer is C: hybrid microkernel architecture. This question probes the architectural classification of the Linux kernel, specifically regarding its fundamental design.
Submitted by yuriko_h· May 4, 2026Linux Fundamentals
Question
The Linux kernel uses a:
Options
- Adual architecture
- Bmonolithic architecture
- Chybrid microkernel architecture
Explanation
This question probes the architectural classification of the Linux kernel, specifically regarding its fundamental design.
Common mistakes.
- A. "Dual architecture" is not a recognized classification for kernel designs.
- B. While Linux is predominantly monolithic, this term alone doesn't fully account for its significant modularity through loadable kernel modules, which leads to the "hybrid" classification by some.
- C. Although commonly referred to as monolithic, the Linux kernel is often considered to have a hybrid microkernel architecture because it combines a monolithic design's performance with the modularity of loadable kernel modules. These modules, such as device drivers, can be loaded and unloaded dynamically, providing flexibility akin to microkernel components while operating within the same kernel space.
Concept tested. Linux kernel architecture (hybrid/monolithic debate)
Topics
#Linux kernel#Kernel architecture#Operating system basics#Hybrid kernel
Community Discussion
No community discussion yet for this question.