32 bit vs 64 bit Comparison

Page 41 of 43 FirstFirst ... 313940414243 LastLast

  1. Posts : 32
    Windows 7 Professional x64
       #401

    This is a very useful post. I would also like to add that it's usually reasonable to use 64 bit on desktops and 32 bit on laptops. The reason I say this is because it's generally cheaper to get RAM for a desktop (and also less of a hassle to install). Furthermore, I find that average use on a laptop does not require more than 4GB of RAM. At that point you are spending extra money to increase laptop performance that would be much cheaper to do on a desktop, that would have a faster processor (assuming they are equivalent). The last thing is that if you are only running 32 bit on a desktop, then you are simply not utilizing its full potential. With faster processors and the ability to get RAM cheap, it makes no sense not to use 64 bit. This is of course my opinion, but something that I strongly support.
      My Computer


  2. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #402

    DIMM and SODIMM RAM modules are very close in price although the SODIMM is slightly more costly. A laptop can benefit from having 64 bit just as well as a desktop can. I have experience with only one Dell lappy and it had a panel with one screw to access the RAM compartment, piece of cake. Netbooks and Ultra Books may pose more hassle.
      My Computer


  3. Posts : 3,724
    Windows 10x64 Build 1709
       #403

    Greetings from across the river chadh89, Jeffersonville here :)!

    I don't know...... my lappy is 64 and I wouldn't have it any other way. In January I think...... late January, I got 8 gigs for around $40.00 for my machine. It was on sale, and I did save a few extra bucks because I bought an SSD with it. But hey, 40 bucks for 8 gigs ain't bad. I remember paying more than that for a 512mb stick for my first desktop. lol..... guess I'm showing my age now huh?
      My Computer


  4. Posts : 32
    Windows 7 Professional x64
       #404

    Greetings indianacarnie :)
    I really can't argue with you on that, it sounds like you got a really good deal on your laptop. I suppose that since I have a one year old desktop vs a six year old laptop, it has jaded my opinion slightly towards laptops. I've done everything but throw my laptop away only because it still works when I need something to travel lol. I just find that having the faster processor and typically more RAM and HDD space takes the cake for me. But then again, that is only my preference of course. If I could get the equivalent processor speed, RAM and HDD space I would take the laptop in a heart beat.
      My Computer


  5. Posts : 24,479
    Windows 7 Ultimate X64 SP1
       #405

    A friend of my nephew has an Alienware lappy that can run rings around any desktop I've seen. I don't know his specs, but new it was around $7000. He does play a lot of games on it.
      My Computer


  6. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #406

    If one has more money than brains. I hope it comes with bodyguards when travailing.

    Laptop Blog: Most expensive laptop you can buy


      My Computer


  7. Posts : 3,724
    Windows 10x64 Build 1709
       #407

    chadh89 said:
    Greetings indianacarnie :)
    I really can't argue with you on that, it sounds like you got a really good deal on your laptop. I suppose that since I have a one year old desktop vs a six year old laptop, it has jaded my opinion slightly towards laptops. I've done everything but throw my laptop away only because it still works when I need something to travel lol. I just find that having the faster processor and typically more RAM and HDD space takes the cake for me. But then again, that is only my preference of course. If I could get the equivalent processor speed, RAM and HDD space I would take the laptop in a heart beat.

    Take a peek at my system spec.'s if you haven't already. Not too bad for a lappy , of course I PAID for that i7 and have put a SSD in to replace one of my internal drives, but got it all for under $1500.00.Still have 2 memory slots open just begging to be filled . I do travel most of the year though so need a laptop much more than the average person. But you'd have to pry this machine from my dead hands before I'd give it up.
      My Computer


  8. Posts : 32
    Windows 7 Professional x64
       #408

    I see your dilemma there. If you are required to travel, then I must admit that I would be doing the same exact thing as you have. For a laptop that nice, $1500 is not a bad deal at all, especially with the SSD. I'm typically near or around my house, so I enjoy the cheaper processor (in terms of getting a faster desktop processor for less than an equivalent laptop processor). I'm actually sitting with a i5 sandy bridge, 2.9 GHz that only cost me about $175 a year ago. I'm not certain off the top of my head, but I'm sure a 2.9 GHz laptop processor would cost close to double that (not to mention be torture installing in a laptop ).
      My Computer


  9. Posts : 14
    Windows 7 Home Premium 64bit
       #409

    Just to add some clarification from the OP, one should look at both HW and SW limitations regarding memory.

    A lot of the latest Intel CPU's are limited to 64GB of RAM while the hardware may limit that further. For instance running a 64-bit capable CPU with a 945 chipset will have a HW limit of 4GB, this means using a 64-bit OS on this will result in having less than 4GB usable, limitation would be similar to using 32-bit.

    A lot of HW can use a lot more than 4GB RAM using 32-bit protected mode but the Windows OS may be capped to use less than 4GB, similar to the way some 64-bit Windows versions are limited to 8GB of RAM.

    A 32-bit program that is flagged large address aware can use almost up to 4GB on a 64-bit OS albeit in 2x ~2GB chunks.
      My Computer


  10. Posts : 2,497
    Windows 7 Pro 64 bit
       #410

    There is one thing that was not made clear in the original post although it may have been addressed in a later post. I didn't read the entire thread.

    By default a 32 bit OS has a private virtual address space of 2 GB. There are 2 really important things to understand about this:

    1. This is a private virtual address space. Each process has it's own 2 GB address space that is completely independent of all others. There is provision for sharing a portion of this address space.

    2. The size of this virtual address space is completely independent of RAM size. Windows 95 had a minimum ram requirement of 4 MB RAM, yet the private address space was also 2 GB. In theory ALL of this address space could be used. Performance would have been poor but that doesn't invalidate the principle. And it wouldn't even need a large pagefile.

    It really isn't about how much RAM can be used by an application but how much space there is for code and data.

    I won't try to explain how this is accomplished. It is far from simple.

    When the Win 32 platform was first designed a 2 GB address space was enormous. But for many modern applications it is a tight squeeze.

    That is why 64 bit systems were designed in the first place.

    64 bit native applications have a 8 TB (8192 GB) private address space. Again this is a private address space and is independent of RAM size. This allows developers to design applications in a more natural way without the constraints of a limited address space. This means more rapid development time and better application capability and performance. For some types of application this is an enormous advantage.

    In a 32 bit OS the 2 GB address space was more or less fixed by the architecture. It could be increased to as much as 3 GB but this had such negative implications that it was not suitable for general use. But the current 8 TB address space is not a firm limit but one imposed because of practical considerations. Later 64 bit operating system could increase this by orders of magnitude.

    Much more could be said but this post is long enough.
      My Computer


 
Page 41 of 43 FirstFirst ... 313940414243 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:16.
Find Us