Paged virtual memory - computer architecture, Computer Engineering

Assignment Help:

Paged virtual memory:

Mostly all implementations of virtual memory divide the virtual address space of an application program into pages; a page is a block that contains contiguous virtual memory addresses. Pages are generally at least 4K bytes in size, and systems with big virtual address ranges or big amounts of real memory (for example: RAM) generally use larger page sizes.

Page tables

Mostly all the implementations use page tables to translate the virtual addresses of application program into physical addresses (also referred to as "real addresses") used by the hardware to process instructions. Each entry in the page table have a mapping for a virtual page to either the real memory address at which the page is stored, or an pointer that the page is presently held in a disk file. (Although most of the system does, some systems cannot support use of a disk file for virtual memory.)

Systems can have 1 page table for the overall system or a distinct page table for each application. If there is only 1, different applications which are running at the one time share a single virtual address space, for example they use different parts of a single range of VA. Systems which are use multiple page tables provide multiple virtual address spaces - concurrent applications think they are utilizing the same range of VA, but their separate page tables redirect to different real addresses.

 

 


Related Discussions:- Paged virtual memory - computer architecture

What is virtual memory, What is virtual memory? Virtual memory is a met...

What is virtual memory? Virtual memory is a method used in some large computer systems that allow the user to construct program as by a large memory space were available, equal

What are the user interfaces of interactive lists, What are the user interf...

What are the user interfaces of interactive lists? If you require the user to communicate with the system during list display, the list must be interactive.  You can describe

Give examples of different parameter-passing mechanisms, Explain different ...

Explain different parameter passing mechanisms to a function with the help of example? The different parameter-passing mechanisms are given below: 1.   Call by value 2.

Emergence of computer network, Which Technologies of this age had tended to...

Which Technologies of this age had tended to the emergence of computer network? Ans: The technologies are Communication technology and Computer technology with the support of V

Show the features of collaboration systems, Q. What are basic features that...

Q. What are basic features that collaboration systems might have? ANSWER: Three basic features of collaboration systems are Web-conferencing, project management,

What is a user diagram protocol, UDP (User Diagram Protocol) is? It is ...

UDP (User Diagram Protocol) is? It is both Connectionless and Message Oriented.

Explain the differences between macros and subroutines, Explain the differe...

Explain the differences between macros and subroutines. Macros Vs Subroutines (i) Macros are pre-processor directives which are processed before the source program is pass

Read after write and write after write - data hazards, RAW  and WAW - Data ...

RAW  and WAW - Data hazards: RAW (read after write) - j tries to read a source before i writes it, hence j wrongly gets the old value .This is the most usual type of

How to get the column count of a report, How to get the column count of a r...

How to get the column count of a report? SY-LINSZ system variable gives the column count (line size) and SY-LINCT for line count.

Why java is called machine independent, Why Java is called Machine Independ...

Why Java is called Machine Independent? While a java program is compiled this is not converted in an executable code. Rather, this is converted in a byte code. Byte code is hig

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd