FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Operating System INTERVIEW QUESTION & ANSWERS

Follow Us
 
5. What is Microkernels?
 
  • Microkernels is a small operating system core that provides the foundation for modular extensions.
  • The main function of microkernel is to provide a communication facility between the client program and the various services that are also running in user space.
  • .
  • The Microkernel also provides more security and reliability. So most of the services are running as user rather than Kernel processes.
  • The Microkernel approach was popularized by its use in the mach operating system.
  • Microkernel in Windows NT provides portability and modularity.
Your Name Your Email-ID
Your Answer
 
6. What are the benefits of microkernel?
 
  • Microkernel allows the addition of new services.
  • Microkernel design imposes a uniform interface on requests made by a process.
  • Modular design helps to enhance reliability.
  • It is flexible because existing features can be subtracted to produce a smaller and more efficient architecture. /li>
Your Name Your Email-ID
Your Answer
 
 
7. Define distributed system?
  A distributed operating system is one that looks to its users like an ordinary operating system but runs on multiple, independent CPU.
Your Name Your Email-ID
Your Answer
 
8. What are the major goals of an operating system?
 
  • Any operating system should meet the following major goals.
  • Optimize the Use of Computer Resources as to maximize its throughput.
  • Create a User Friendly Computing Environment for accessing the Computer Resources.
Your Name Your Email-ID
Your Answer