Physical address
In
computing , a physical address, also real address, or binary address, is thememory address that is electronically (in the form of binarynumber ) presented on the computer address bus circuitry in order to enable thedata bus to access a "particular" storage cell ofmain memory .In a computer with
virtual memory , the term "physical address" is used mostly to differentiate from a "virtual address ". In particular, in computers utilizingmemory management unit (MMU) to translate memory addresses, the virtual and physical address refer to address before and after MMU translation, respectively.In
networking , "physical address" is sometimes a synonym ofMAC address . The address is actually used on network'sdata link layer , not onphysical layer , as the name would suggest.Note: There are two basic types of physical addresses when referencing
Ethernet which are large and fixed physical addresses and proNET, which has small relatively easy to configure addresses.Fact| I don't understand this paragraph. Is this merely a confusing and redundant restatement of the previous paragraph, and so can be deleted? |date=September 2008Unaligned addressing
Depending upon its underlying
computer architecture , the performance of a computer may be hindered by "unaligned" access to memory. As an example, a 16 bit computer with a 16 bit memory data bus such as anIntel 8086 generally works most efficiently if the access is aligned to an even address. In that case fetching one 16 bit value requires a single memory read operation, a single transfer over a data bus. Obviously, if the 16 bit data value starts at an odd address, the processor may actually need to perform two memory read cycles to load the value into it, i.e. one for the low address (throwing half of it away) and then a second to load the high address (again throwing half of the retrieved data away).ee also
*
Addressing mode
*Address space
*Primary storage , also known as "main memory"
*Virtual memory
**Virtual address , also known aslogical address
**Page table
**Memory management unit (MMU)
Wikimedia Foundation. 2010.
Look at other dictionaries:
Physical Address — [dt. physikalische Adresse], physikalischer Speicher … Universal-Lexikon
physical address — fizinis adresas statusas T sritis informatika apibrėžtis Tikrasis adresas kompiuterio atmintyje, pagal kurį galima nustatyti fizinę duomens vietą joje. atitikmenys: angl. physical address ryšiai: antonimas – virtualusis adresas … Enciklopedinis kompiuterijos žodynas
physical address — See hardware address … Dictionary of networking
Physical Address Extension — In computing, Physical Address Extension (PAE) is a feature to allow (32 bit) x86 processors to access a physical address space (including random access memory and memory mapped devices) larger than 4 gigabytes. First implemented in the Intel… … Wikipedia
Physical Address Extension — (PAE, engl. für Erweiterung (der) physischen Adressierung) ist eine technische Erweiterung aus dem Gebiet der Rechnerarchitektur. Sie ermöglicht es x86 kompatiblen CPUs, im 32 Bit Modus mehr physischen Arbeitsspeicher anzusprechen als durch die… … Deutsch Wikipedia
Physical Address Extension — Extension d adresse physique Pour les articles homonymes, voir PAE. La technologie d Extension d adresse physique (Physical Address Extension ou PAE) se réfère à une fonctionnalité des processeurs x86 qui permettent d accepter jusqu à… … Wikipédia en Français
Physical Address Extension — … Википедия
Address Windowing Extensions — (AWE) is a Microsoft Windows Application Programming Interface that allows a 32 bit software application to access more physical memory than it has virtual address space. The process of mapping an application s virtual address space to physical… … Wikipedia
Address Windowing Extensions — (AWE) программный интерфейс в ОС семейства Microsoft Windows, позволяющий 32 битному приложению получить доступ к оперативной памяти, размер которой превышает размеры доступного приложению виртуального адресного пространства (2 3[1]… … Википедия
Address Windowing Extension — (AWE, engl. für Erweiterung (durch) Adressierungsfenster) ist eine Microsoft Windows Programmierschnittstelle zur Unterstützung von mehr als 4 GB Hauptspeicher auf i386 kompatiblen 32 Bit Plattformen. AWE erlaubt es einem Programm, physische … Deutsch Wikipedia