--%>

Virtual memory used in Windows architecture

Explain why the virtual memory is to be used in Windows architecture?

E

Expert

Verified

Virtual memory is used in Windows architecture because of the following reasons:

a.    The use of Virtual memory is to increase the size of the memory more than you have the memory in your physical system.

b.    The process which uses virtual memory cannot access other process’s memory, by this way it keeps the processes secure from another process.

c.    The pages which are placed in the virtual memory are having their own setting that agrees the protection which provide to the applications.

d.    The inactive memory which is for a longer time period will be stored in some regions which can be stored to the page-file or paged out.

e.    On demand the stored pages can be retrieved that is each time the system will need it, it can access it.

   Related Questions in Programming Languages

  • Q : Define the term XML Canonicalization

    Define the term XML Canonicalization?

  • Q : Subroutine in the programming Describe

    Describe the number of ways that an argument is passed to a subroutine in the programming?

  • Q : Homework Assignment How much would it

    How much would it cost to do a basic program within the given requirements?

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D

  • Q : Explain Window manager Window manager :

    Window manager: This is a window manager which provides a computer user with a virtual desktop having one or more windows and working regions in which individual programs might be run. Window managers permit the contents of a user's desktop to be arra

  • Q : Model Java Interface applications What

    What wide range of applications are provided by Model Java Interface?

  • Q : Problem on Planar scintigraphy Let

    Let assume seven PMTs situated around the origin of the x-y coordinates on the face of the Anger camera as illustrated in the figure. The size of the PMTs is 2mm by 2 mm and each PMT has been allocated a number. The single scintillation event yields a response from PM

  • Q : Define the term Graphical User Interface

    Graphical User Interface: A Graphical User Interface (abbreviated as GUI) is a part of a program which permits user interaction through graphical components, like menus, buttons, text areas, and so forth. Interaction frequently includes the usage of a

  • Q : What is Pattern Pattern : It is a

    Pattern: It is a recurring theme in class usage or design. Interfaces like Iterator encapsulate a pattern of admission to the items in a collection, whereas freeing the client from the requirement to know details of the way in which the collection is

  • Q : Libraries involved in Windows

    Explain the important libraries involved in Windows programming?