Address space: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m Typo, avoid redir
expand CPU meaning
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An '''address space''' is the total [[namespace]] available for identifying discrete objects in an information-processing system.
An '''address space''' is the total [[namespace]] available for identifying discrete objects in an information-processing system. (These names are usually termed '[[address]]es'.)


Most commonly, it refers to the maximum amount of [[main memory]] a given [[Central Processing Unit|CPU]] [[architecture]] can handle, but it appears in other contexts as well; e.g. the [[Internet Protocol Version 4]] has an address space of 2^32 names (from its 32-bit addresses).
Most commonly, it refers to the maximum amount of [[main memory]] a given [[Central Processing Unit|CPU]] [[architecture]] can handle directly in a [[program]] (i.e. without use of a mechanism such as [[bank switching]]); although such CPU's could often/usually handle more memory than one address space's worth.


{{stub}}
However, it appears in other contexts as well; e.g. the [[Internet Protocol Version 4]] has an address space of 2^32 names (from its 32-bit addresses).
 
{{semi-stub}}
 
[[Category: Basics]]

Latest revision as of 23:50, 18 September 2021

An address space is the total namespace available for identifying discrete objects in an information-processing system. (These names are usually termed 'addresses'.)

Most commonly, it refers to the maximum amount of main memory a given CPU architecture can handle directly in a program (i.e. without use of a mechanism such as bank switching); although such CPU's could often/usually handle more memory than one address space's worth.

However, it appears in other contexts as well; e.g. the Internet Protocol Version 4 has an address space of 2^32 names (from its 32-bit addresses).