Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 28)
28.
The principle of locality of reference justifies the use of
Discussion:
4 comments Page 1 of 1.
Antonio Louro said:
3 years ago
This principle is used in many occasions, not just in cache memory. It is worth noting that it was discovered during the "invention" of virtual memory. The principle is used to try to predict which address the processor wants next.
Some examples of applications are: cache memory, virtual memory, TLB and DRAM-FPM construction.
Some examples of applications are: cache memory, virtual memory, TLB and DRAM-FPM construction.
(1)
HABIB,SALUM said:
1 decade ago
Cache memory known as reference cause can copy data and make it's as reference to other.
(1)
Shekhar said:
1 decade ago
Cache memory is very small memory in comparison with Primary and Secondary.
If any value is present in a small memory, then it becomes helpful for CPU to find that particular value, that's why frequently accessible values are present in this cache memory.
And the phenomenon of accessing any frequently used value is known as Locality of Reference.
If any value is present in a small memory, then it becomes helpful for CPU to find that particular value, that's why frequently accessible values are present in this cache memory.
And the phenomenon of accessing any frequently used value is known as Locality of Reference.
(1)
DEVI said:
1 decade ago
Locality of reference, also known as the principle of locality, is the phenomenon of the same value or related storage locations being frequently accessed.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers