Question
1. How multithread threads of a process can be lightweight when they are consuming same processor as required by a whole process? 2. Give two
1. How multithread threads of a process can be lightweight when they are consuming same processor as required by a whole process?
2. Give two reasons why caches are useful. What problems do they solve? What problems do they cause? If a cache can be made as large as the device for which it is caching (for instance, a cache as large as a disk), why not make it that large and eliminate the device?
3. What is the function of a PC? Can a thread share PC as we say “threads share data”? Is there a way to reduce process context switching overhead?
4. Is it possible that we have an unlimited buffer size or we are saying it because a buffer size is very large?
5. Why everything cannot be handled at kernel mode and need to be transferred to user mode?
6. Describe some of the challenges of designing operating systems for mobile devices compared with designing operating systems for traditional PCs?
7. In the One-to-One multithreading model, the number of threads per process sometimes are restricted due to overhead, why?
Step by Step Solution
3.45 Rating (161 Votes )
There are 3 Steps involved in it
Step: 1
1 The process in terms of a process control block PCB defines the physical resources such as disk space memory allocation heap size stack size etc The thread is what is scheduled by the OS scheduler i...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started