adplus-dvertising
frame-decoration

Question

What is the difference between the paged pool and nonpaged pool in Windows operating systems?

a.

The paged pool is a heap that is made up of nonpageable memory, while the nonpaged pool is a heap that is made up of pageable memory.

b.

The paged pool is a heap that is made up of pageable memory, while the nonpaged pool is a heap that is made up of nonpageable memory.

c.

The paged pool and nonpaged pool are both heaps made up of pageable memory.

d.

The paged pool and nonpaged pool are both heaps made up of nonpageable memory.

Posted under Reverse Engineering

Answer: (b).The paged pool is a heap that is made up of pageable memory, while the nonpaged pool is a heap that is made up of nonpageable memory. Explanation:The paged pool in Windows operating systems is a heap that is made up of pageable memory, while the nonpaged pool is a heap that is made up of nonpageable memory. This means that data in the nonpaged pool cannot be flushed to the hard drive and is always kept in physical memory.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the difference between the paged pool and nonpaged pool in Windows operating systems?