The importance of being 64-bit

By Matthew Broersma, ZDNet UK
18 May 2005 01:53 PM
Tags: intel, 64, 64-bit, processors, ms, vendors, 32-bit
What is it?
So what is all the fuss about, exactly? A 64-bit chip is one capable of handling chunks of data that are 64 bits wide. The number of locations in memory that a chip can address is determined by how wide these chunks of data are.

Thus 32-bit chips allow for 232 addresses, or 4GB of RAM; 64-bit chips and operating systems vastly increase this, depending on the implementation.Windows XP Professional x64 supports up to 128GB of RAM and 16TB of virtual memory, which could be increased in future versions of Windows. The AMD64 chip architecture can address up to 256TB of memory in its current implementations, though this could go up to 2 exabytes in future versions.

For several decades 4GB of RAM was plenty for most conceivable uses, but by the early 1990s 64-bit CPUs had begun to appear, mainly aimed at particular types of processing, such as video rendering and processing large databases, that benefited from the larger address space. In databases, for example, the ability to load the entire database into virtual memory can mean a huge performance boost. Intel's Itanium tried to target this market, but was hampered by being effectively incompatible with existing 32-bit software.

More recently AMD has pioneered the approach of selling 64-bit chips that include 32-bit addressing, meaning they run 32-bit applications at least as well as 32-bit-only chips. AMD calls its architecture AMD64, and uses it in the Opteron and Athlon 64 CPUs. Intel uses essentially the same architecture in newer chips, calling it EM64T. IBM sells 64-bit chips using the Power architecture, adapted for the PowerPC chips used in newer Apple computers (called G5 by Apple). What these all have in common is commodity pricing, with many ending up on inexpensive desktops.

On the software side, Unix has led the way, with 64-bit implementations appearing more than a decade ago. Linux has had 64-bit versions since 1994 (a port to the Alpha chip) and versions for the newer 64-bit architectures from AMD, Intel and IBM have been around for years. Mac OS X is a hybrid, with some recoding allowing the OS and applications to address more than 4GB of memory.

Real-world benefits
What can companies do with all this? Certain vertical industries have already been using 64-bit Unix -- and increasingly Linux -- for years, including the government and military, life sciences, manufacturing, research and development, energy and media businesses. For them the advent of commodity 64-bit chips and 64-bit Windows just lowers cost and provides more platform options to choose from.

Certain core Windows services should see big improvements in 64-bit Windows, including Windows Terminal Server (WTS), Internet Information Server (IIS) and Active Directory. The catch is that applications will need to be recoded from the ground up, even needing 64-bit drivers, in order to take advantage of the improvements. Microsoft is giving a number of its flagship products the 64-bit treatment this year, including SQL Server, Visual Studio 2005, Commerce Server 2006, Host Integration Server 2005, Biz Talk Server 2006 and Services for Unix; more are promised for next year as the company gears up for Longhorn.

All this recoding means it will take some time for the Windows ecosystem to become significantly 64-bit enabled. Microsoft admitted as much when it confirmed in April that Longhorn would come in 32-bit, 64-bit and Itanium versions, putting to rest speculation that the OS might be 64-bit only.

Still, companies who want to stay ahead of the curve should begin testing Windows Server x64 this year, Gartner says. The firm recommends testing 64-bit IIS and WTS deployments, to confirm their functionality and performance improvements; testing 32-bit applications on the 64-bit OS to make sure the drivers work and to see which packages could benefit from transitioning to 64-bit; and kicking the tyres on 64-bit applications and drivers.

As a demonstration, Microsoft has migrated Microsoft.com and the MSN Search and Messenger applications to Windows Server 2003 x64, claiming Messenger server performance has improved 10 times since the transition.

The advantages listed so far will apply to a relatively small core of companies willing to buy into specific, often niche 64-bit applications or perhaps recode the software themselves. More controversially, it is claimed that any company can run the same old 32-bit software on 64-bit Windows and see a significant performance improvement. IBM, for example, argues that customers can get immediate benefits from migrating to a 64-bit platform with 32-bit applications.

Some analysts dismiss such talk as nonsense, but it contains kernels of truth. One improvement with 64-bit Windows involves the way user programs are allowed to address memory. In 32-bit Windows, as in some other 32-bit operating systems, a portion of each process' address space is reserved for the use of the OS, which reduces the total amount of memory user programs can address. Under Windows XP, for example, each process can only address 2 or 3GB , even if 4GB of RAM is installed.

Advertisement

Talkback 0 comments

Latest Videos

Sponsored content

Power Centre - Content from our premier sponsors

Blogs

  • Chris Duckett Carelessness busts Linux security
    No operating system can ever properly protect a computer from trojans as long as users continue to do silly things. Just because Linux is immune to your standard drive-by viruses it does not mean that it can escape trojan horses.
  • Array Sun shining on Ajnaware
    Graham Dawson talks about the future of iPhone app development and augmented reality.
  • Array Holiday IT to-do lists
    The fast-approaching holiday season is a great time to update your IT systems while everything's quiet.
  • More blogs »

Tags

Back to top

Featured