What type of kernel configuration runs basic scheduling routines in kernel space but offloads device drivers and file systems to user space to maximize stability? MCQ with Answer and Explanation
What type of kernel configuration runs basic scheduling routines in kernel space but offloads device drivers and file systems to user space to maximize stability?
A. Microkernel
B. Exokernel Layout
C. Hybrid Architecture
D. Monolithic Kernel
Answer: Option A
Solution (By JKExamLibrary)
Microkernels improve system resilience by restricting kernel space to essential primitives, isolating driver crashes from bringing down the core OS.
Which Windows command-line utility provides detailed configuration information about the system, including OS version, processor type, and physical RAM stats?
Explanation:
The 'systeminfo' command line tool queries the local machine configuration and displays comprehensive diagnostic and configuration metadata.
No comments yet. Be the first to start the discussion!