Very carefully? <grin> Sounds like a homework question.
You might want to provide some context for your question.
Win2000 (the entire NT line) is a virtual memory Operating System
which uses 'paging' to provide memory resources to applications.
Paging allows data, not immediately needed, to be saved to disk and
returned to the application when needed -- it also allows unnecessary
code from executables and DLLs to be discarded and retrieved again
from the executable file when (if) needed.
[Note: Paging and "swapping" are not generally synonymous. The
WinNT family uses "paging" rather than application swapping.]
circa Wed, 10 Sep 2003 15:56:48 -0500, in
microsoft.public.win2000.active_directory, Herb Martin
([email protected]) said,
Win2000 (the entire NT line) is a virtual memory Operating System
which uses 'paging' to provide memory resources to applications.
Paging allows data, not immediately needed, to be saved to disk and
returned to the application when needed -- it also allows unnecessary
code from executables and DLLs to be discarded and retrieved again
from the executable file when (if) needed.
[Note: Paging and "swapping" are not generally synonymous. The
WinNT family uses "paging" rather than application swapping.]
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.