Share on Facebook Share on Twitter Email
Answers.com

Byte addressing

 

Refers to random access memory (RAM) that can be accessed at the byte level such as the common DRAM and SRAM chips used in all computers. A single character can be read from or written into any memory byte. Byte addressing is essential to working on individual items of data. It enables fields in a record and characters in a field to be identified and processed independently of the rest.

Byte Addressable for Reading Only

Some memory chips, such as flash memory, are byte addressable for reading, but not for writing. Before any data can be written, an entire block of bytes must be erased. Contrast with word addressable. See memory types.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Byte addressing
Top

Byte addressing refers to hardware architectures which support accessing individual bytes of data rather than only larger units called words.

The basic unit of digital storage is called a bit. In most common computer architectures, 8 bits are grouped together to form a byte. Byte addressable memory refers to architectures where data can be accessed 8 bits at a time, irrespective of the width of the data and address buses.

Many common architectures can address more than 8 bits of data at a time. For example, the Intel 386SX processor can handle 16-bit (two-byte) data, since data is transferred over a 16-bit bus. However, data in memory may be of various lengths. A 64-bit architecture machine might still need to access byte-sized data over its 64-bit address line. Such memory, which is accessible in 8-bit segments, is called Byte-Addressable Memory.


 
 

 

Copyrights:

Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Byte addressing" Read more