asked 59.0k views
0 votes
In Windows kernel mode, what stops a misbehaving driver from impacting other processes?

A The Windows Virtual Address Manager.
B Each process runs in its own dedicated virtual address space.
C Nothing.
D The Windows Process Director.

1 Answer

6 votes

Final answer:

Each process in Windows runs in its own virtual address space, which prevents a faulty driver operating in kernel mode from affecting other processes.

Step-by-step explanation:

In Windows kernel mode, a misbehaving driver is prevented from impacting other processes primarily due to each process running in its own dedicated virtual address space.

While the Windows Virtual Address Manager manages these spaces, the isolation is provided by the virtual memory management system that ensures separation between the address spaces of different processes. Hence, the correct answer is B: Each process runs in its own dedicated virtual address space.

answered
User PleaseHelpMe
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.