-
What resources are used when a thread created? How do they differ from those when a process is created?
When a thread is created the threads does not require any new resources to execute the thread shares the resources like memory of the process to which they belong to. The benefit of code sharing is that it allows an application to have several different threads of activity all within the same address space.Where as if a new process creation is very heavyweight because it always requires new address...
-
What is distributed Systems?
Distribute the computation among several physical processors.Loosely coupled system – each processor has its own local memory; processors communicate with one another through various communications lines, such as high-speed buses or telephone linesAdvantages of distributed systems:->Resources Sharing ->Computation speed up – load sharing ->Reliability->Communications
-
What is the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
Thrashing is caused by under allocation of the minimum number of pages required by a process, forcing it to continuously page fault. The system can detect thrashing by evaluating the level of CPU utilization as compared to the level of multiprogramming. It can be eliminated by reducing the level of multiprogramming.
-
-
-
-
-
Windows 2003 Group policy
What is group policy and how can it be defined in windows 2003 for users
-
Page replacement algorithms
Which is the best page replacement algorithm and y?
-
-
OS process management
what is the difference between UNIX and windows in process management
-
What's new in Windows 2008 server?
What is deference windows 2000 server and windows 2003 server?What is deference windows 2000 pro and windows xp pro?what is new in windows 2008 server?
-
-
Starvation
What is Starvation? How starvation is avoided in UNIX and WINDOWS Operating System?
-
Memory Protection
Why do we need memory protection and how the protection is eccomplished by the CPU?
-
Device driver failure
when you are troubleshooting a device driver failure on a windows vista computer and it is preventing the OS to lad properly, the current drivers are stored in a network share. would you use the safe mode with networking?
-
-
-
Advantages of having seperate queues
Describe the advantages of having a separate queue for Print I/O and for Disk I/O
-
Windows Interview Questions
Ans