Computer Memory
The physical address of computer memory banks may be mapped to different logical addresses for various purposes.
For example, the same physical memory may appear at two different logical addresses and if accessed by the program at one address, data will pass through the CPU cache whereas if it is accessed at the other address, it will bypass the cache.
In a system supporting virtual memory, there may actually not be any physical memory mapped to a logical address until an access is attempted. The access triggers special functions of the operating system which reprogram the MMU to map the address to some physical memory, perhaps writing the old contents of that memory to disk and reading back from disk what the memory should contain at the new logical address. In this case, the logical address may be referred to as a $ virtual address.
Read more about this topic: Logical Address
Famous quotes containing the words computer and/or memory:
“Family life is not a computer program that runs on its own; it needs continual input from everyone.”
—Neil Kurshan (20th century)
“The advantage of having a bad memory is that you can enjoy the same good things for the first time several times.”
—Friedrich Nietzsche (18441900)