Memory_address Memory_address

Memory address - Definition and Overview

Related Words: Abode, Action, Activity, Acts, Address, Advance, Affirmation, Aim, Air, Allocution, Answer, Apostrophe

In computer science, a memory address is a unique identifier for a memory location at which a CPU or other device can store a piece of data for later retrieval. In modern byte-addressable computers, each address identifies a single byte of storage; data too large to be stored in a single byte may reside in multiple bytes occupying a sequence of consecutive addresses.

Many modern computers support virtual memory, which introduces the notions of virtual and physical addresses. Physical addresses are those the computer's circuitry uses to signal an address to RAM chips; to retrieve some data, its physical address is transmitted from the CPU to the RAM, and the RAM responds with the data. Virtual addresses, on the other hand, are the addresses manipulated by the software running on the computer. When the software requests some data, the computer first translates the data's virtual address into a physical address before being transmitted to the RAM. This translation is invisible to software, and allows the software to operate independently of its location in physical memory, giving the operating system the freedom to allocate and reallocate memory as needed to keep the computer running efficiently.

Very often, when referring to the word size of a modern computer, one is also describing the size of virtual memory addresses on that computer. For instance, a computer said to be "32-bit" usually treats memory addresses as 32-bit integers; a byte-addressable 32-bit computer can address <math>2^{32} = 4,294,967,296<math> bytes of memory, or 4 gigabytes. A byte-addressable 64-bit computer can address <math>2^{32}<math> times this much memory, which as of 2004 is considered practically unlimited, as this is far more than the total amount of RAM ever manufactured. However, older computers often supported memory addresses larger than their word size, or else their memory capacity would be unreasonably small. For instance, the 8-bit 6502 supported 16-bit addresses, or else it would be limited to a mere 256 bytes. Similarly, the 16-bit Intel 8086 supported 20-bit addresses, allowing it to access 1 megabyte rather than 64 kilobytes.

Example Usage of address

emailbot: @SC_miszdonk Security Warning: you just publicly posted an email address for spammers to collect.
thurcan: Daily Market Notes November 26, 2009 : Finance Manila …: Email address (required). Website. Speak your mind. http://bit.ly/86hM0Q
networkofsales: Surf anonymously with VPN. Protect your internet address from hackers. Anyone! 20 cents a day, no minimum! http://bit.ly/1BmWui
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.