QuestionQ16

Linux Fundamentals

The Linux kernel uses a:

  • A dual architecture
  • B microkernel architecture
  • C monolithic architecture
  • D hybrid microkernel architecture
Explanation

Linux uses a monolithic kernel architecture, in which core services such as process management, memory management, device drivers, and file-system support execute in kernel space. Loadable kernel modules extend this design without making it a microkernel.

Community Discussion

No comments yet. Be the first to start the discussion!