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.
 
Well, the date has now passed, and Windows 10 is no longer supported. Hopefully, the readers of this forum have done one of the many ways this issue can be handled. If not, do a YouTube search and a smorgasbord of solutions will be returned. What I want to mention is that I chose to use a debloated Windows from a debloater. There are many available options, e.g., Chris Titus Utilities (I used a product called Velotic, which also features AI to prevent your computer from overheating etc...
I have been idly browsing what Apple have to offer with their new iPhone17. There is mention of 'Vapour cooling' to deal with the heat generated. Would that be the same sort of idea that was used in 'Heat Pipes' where water evaporated at the processor end and liquid water was returned from the cool end and back along a wick. At the extreme high power end, Vapour Phase Cooling has been used in multi-kW RF transmitters where (pure) water was pumped to the Anode / or alternative Collector and...

Similar threads

Back
Top