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.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
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...

Similar threads

Back
Top