Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 36)
36.
In virtual memory systems, Dynamic address translation
is the hardware necessary to implement paging
stores pages at a specific location on disk
is useless when swapping is used
is part of the operating system paging algorithm
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Newbie said:   1 decade ago
Dynamic address translation, or DAT, is the process of translating a virtual address during a storage reference into the corresponding real address.

DAT is implemented by both hardware and software through the use of page tables, segment tables, region tables and translation lookaside buffers. DAT allows different address spaces to share the same program or other data that is for read only. This is because virtual addresses in different address spaces can be made to translate to the same frame of central storage. Otherwise, there would have to be many copies of the program or data, one for each address space.
(1)

Shekhar said:   1 decade ago
Dynamic address translation is synonym of Virtual Memory.

Shreyas said:   1 decade ago
virtual memory is a antonym of static address translation :) :).

Ashish Agrawal said:   1 decade ago
Maps memory address used by the particular program.

Shewangizaw Bogale said:   9 years ago
So the answer must be corrected as :

A. Is the hardware and software which is necessary to implement paging.

Post your comments here:

Your comments will be displayed after verification.