- Logical address
In Data Networks:
In computer networks, a logical address refers to a
network layer address such as anIP 192.168.1.1 , anX.25 /X.121 orIPX address.In Computer Architecture
In
computer architecture s, a logical address is the address at which a memory location appears to reside from the perspective of an executingapplication program . This may be different from thephysical address due to the operation of amemory management unit (MMU) between theCPU and the memory bus. Physical memory may be mapped to different logical addresses for various purposes. For example, the same physical memory may appear at two logical addresses and if accessed by the program at one address, data will pass through the processorcache whereas if it is accesed 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.Other Uses
Logical address or virtual address is also used in IBM's VM operating system and in
Virtual Device Location .ee also
*
Virtual address
*Linear address
*Memory segment
*Flat memory model External links
* [http://mathew.helloweb.eu]
Wikimedia Foundation. 2010.