What are DDks? Name an operating system that includes this feature.
DDks are device driver kits, which are equivalent to SDKs for writing device drivers. Windows NT includes DDks.
View answer Workspace Report Error Discuss
What are the sub-components of I/O manager in Windows NT?
- Network redirector/ Server
- Cache manager.
- File systems
- Network driver
- Device driver
What is Executive in Windows NT?
In Windows NT, executive refers to the operating system code that runs in kernel mode.
How long will it take $3000 to earn $60 interest at 6%?
t=I/pr
View Answer Report Error Discuss
What are rings in Windows NT?
Windows NT uses protection mechanism called rings provides by the process to implement separation between the user mode and kernel mode.
What is FtDisk?
It is a fault tolerance disk driver for Windows NT.
What is an idle thread?
The special thread a dispatcher will execute when no ready thread is found.
What is process migration?
It is the transfer of sufficient amount of the state of process from one machine to the target machine.