Why is Maximum RAM Memory Limited to 4 GB with a 32-bit Address Bus?

AI Thread Summary
A 32-bit address bus can access a maximum of 4 GB of RAM, which is equivalent to 2^32 bytes. In contrast, a 64-bit address bus can theoretically address up to 2^64 bytes of memory, significantly increasing potential RAM capacity. Many modern CPUs support Physical Address Extension (PAE), which expands the addressable memory from 4 GB to 64 GB by extending the address bus to 36 bits while maintaining compatibility with 32-bit applications. Each bit in the address bus corresponds to a sector of physical memory, typically a byte.
Useful nucleus
Messages
374
Reaction score
62
Why, with a 32-bit adress bus , we can only have a maximum of 4 GB RAM memory?
 
Computer science news on Phys.org
4GB = 2^32 bytes.

64-bit can address 2^64 bytes.
 
Thank you!
 
but remember that most CPU's in todays market support Physical Address extension along with many Operating systems. All it does is extend the address bus from 32 bits to 36 bits but is still compatible with 32 bit applications and stuff. But if needed this can extend the amount of RAM from 4GB to 64GB. Thats quite the difference.
 
rty640 said:
4GB = 2^32 bytes.

64-bit can address 2^64 bytes.

Yeah, I believe that every bit represents a sector (usually a byte) in physical memory.
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...

Similar threads

Back
Top