Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 36)
36.
In virtual memory systems, Dynamic address translation
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.
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.
A. Is the hardware and software which is necessary to implement paging.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers