Jump to content

Computer compatibility

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 125.16.131.131 (talk) at 07:11, 17 April 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A family of computer models is said to be compatible if certain software that runs on one of the models can also be run on all other models of the family. The computer models may differ in performance, reliability or some other characteristic. These differences may affect the outcome of the running of the software.

Software compatibility

Software compatibility can refer to the compatibility that a particular software has running on a particular CPU architecture such as Intel or PowerPC. Software compatibility can also refer to ability for the software to run on a particular operating system. Very rarely is a compiled software compatible with multiple different CPU architectures. Normally, an application is compiled for different CPU architectures and operating systems to allow it to be compatible with the different system. Interpreted software, on the other hand, can normally run on many different CPU architectures and operating systems if the interpreter is available for the architecture or operating system. Software incompatibility occurs many times for new software released for a newer version of an operating system which is incompatible with the older version of the operating system because it may miss some of the features and functionality that the software depends on. Software that works on older versions of an operating system is said to be backwards compatible.

Hardware compatibility

Hardware compatibility can refer to the compatibility that computer hardware components have with a particular CPU architecture, bus, motherboard or operating system. Hardware that is compatible may not always run at its highest stated performance, but it can nevertheless work with legacy components. An example is RAM, where some can run at a clock rate lower (or sometimes higher) than that for which they are rated. Also, hardware that was designated for one operating system may not work for another, unless available device or kernel drivers are available. For example, much of the hardware for Mac OS X is proprietary hardware [1]with drivers unavailable for use in operating systems such as Linux.

References

See also