VirDeBello Posted December 29, 2009 Content Count: 1755 Joined: 06/06/07 Status: Offline Share Posted December 29, 2009 What is the difference between 32 CPU and 64 CPU is one better then the other? Link to comment
ReGIONALS Posted December 29, 2009 Content Count: 1844 Joined: 07/27/08 Status: Offline Share Posted December 29, 2009 its the with of the memory bus thing, how much info can go through it at a time, the wider the faster Link to comment
b0red Posted December 29, 2009 Content Count: 4360 Joined: 04/25/09 Status: Offline Share Posted December 29, 2009 Just get 64-bit. Link to comment
Shadowex3 Posted December 29, 2009 Content Count: 2959 Joined: 02/27/08 Status: Offline Share Posted December 29, 2009 You can't buy a 32bit processor anymore so it's a pointless debate. Without getting technical the best explanation is also inaccurate to the literal truth but good enough: 64bit processors are "smarter" than 32bit processors in that they do more with a given clock cycle than the 32bit does (3.2ghz = 3,200,000,000 cycles per second). The actual truth is more complicated and involves everything from instruction sets, bandwidth, the address limit, memory remapping holes, and other vagaries of modern computing but as far as anyone not programming ever needs to know (especially now that all processors are 64bit) a 64bit processor is just more efficient than a 32bit processor. [edit] Seriously I'm not kidding, the pentium4 was 64bit. Every processor since roughly 2004 has been 64bit. Link to comment
VirDeBello Posted December 29, 2009 Content Count: 1755 Joined: 06/06/07 Status: Offline Share Posted December 29, 2009 Whoops I think I mean the operating system, yeah lmao thats what I mean. Like XP 64 and XP 32 whats the difference or is it like before, nothing? Link to comment
ReGIONALS Posted December 29, 2009 Content Count: 1844 Joined: 07/27/08 Status: Offline Share Posted December 29, 2009 32bit supports only like 2/3 gigs of ram 64 bit support 4gigs Link to comment
Akaru Posted December 29, 2009 Content Count: 1000 Joined: 06/12/09 Status: Offline Share Posted December 29, 2009 A 32bit operating system has 2^32 addresses available for memory and stuff like that. If you calculate 2^32, that's 4,294,967,296. That's exactly 4GB of addresses. Now everything in your computer takes up these addresses. Your processor, graphics card, etc. That's is why most 32 bit systems with 4GB can only use about 3.5GB of it. The more you have in your computer, the less of your RAM can be utilized. Now 64bit solved this memory limitation because it has 2^64 addresses. That's 16 EXBAbytes of addresses available. I don't even know what an exabyte is. So with all those addresses available, 4GB, or even 1TB (if possible), of memory is available for full utilization on a computer with a 64bit operating system. So basically, if you have 4GB of memory or more, you should get a 64bit operating system. From what I've seen, using a 64bit operating system with only 2GB or less memory will actually hinder your performance. BTW, the 32bit limitation was not the first. If I can recall correctly, this occurred in the 16bit era. Link to comment
Recommended Posts
Reply to Thread
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now