System Software
System software is a type of computer program that is designed to run a computer’s hardware and application programs. If we think of the computer system as a layered model, the system software is the interface between the hardware and user applications. The operating system (OS) is the best-known example of system software. The OS manages all the other programs on a computer.
Other examples of system software include:
- The BIOS (basic input/output system) gets the computer system started after you turn it on and manages the data flow between the operating system and attached devices such as the hard disk, video adapter, keyboard, mouse and printer.
- The boot program loads the operating system into the computer's main memory or random access memory (RAM).
- An assembler takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations.
- A device driver controls a particular type of device that is attached to your computers, such as a keyboard or a mouse. The driver program converts the more general input/output instructions of the operating system to messages that the device type can understand.
Additionally, system software can also include system utilities, such as the disk defragmenter and System Restore, and development tools, such as compilers and debuggers.
System software and application programs are the two main types of computer software. Unlike system software, an application program (often just called an application or app) performs a particular function for the user. Examples include browsers, email clients, word processors, and spreadsheets.
The most popular products in category System Software All category products
Suppliers System Software
- ARE
- AUS
- BHR
- BRA
- CAN
- CHE
- CHN
- DEU
- ESP
- FRA
- GBR
- IDN
- IRL
- ISR
- IND
- ITA
- JPN
- KOR
- NZL
- SWE
- SGP
- THA
- USA
- ARE
- ARG
- AUT
- AUS
- BEL
- BRA
- CAN
- CHL
- CHN
- COL
- CZE
- DEU
- DNK
- ESP
- FIN
- FRA
- GBR
- GRC
- IDN
- IRL
- IND
- ITA
- JPN
- KOR
- LUX
- MEX
- MYS
- NLD
- NOR
- PHL
- POL
- SWE
- SGP
- THA
- TUR
- USA
- ZAF
- ARE
- BRA
- DEU
- DNK
- EST
- EGY
- ESP
- FIN
- FRA
- GBR
- IND
- ITA
- MAR
- MEX
- NLD
- PHL
- POL
- ROU
- SAU
- SWE
- SGP
- TUR
- USA
Vendors System Software
- ARE
- AUS
- BHR
- BRA
- CAN
- CHE
- CHN
- DEU
- ESP
- FRA
- GBR
- IDN
- IRL
- ISR
- IND
- ITA
- JPN
- KOR
- NZL
- SWE
- SGP
- THA
- USA
- ARE
- ARG
- AUT
- AUS
- BEL
- BRA
- CAN
- CHL
- CHN
- COL
- CZE
- DEU
- DNK
- ESP
- FIN
- FRA
- GBR
- GRC
- IDN
- IRL
- IND
- ITA
- JPN
- KOR
- LUX
- MEX
- MYS
- NLD
- NOR
- PHL
- POL
- SWE
- SGP
- THA
- TUR
- USA
- ZAF
- AUT
- AUS
- BEL
- BGR
- BRA
- CAN
- CHE
- CHN
- CZE
- DEU
- EST
- ESP
- FRA
- GRC
- ISR
- IND
- ITA
- JPN
- KOR
- MYS
- NLD
- SGP
- TWN
- USA
F.A.Q. about System Software
What is system software?
System software is software designed to provide a platform for other software. Examples of system software include operating systems like macOS, GNU/Linux and Microsoft Windows, computational science software, game engines, industrial automation, and software as a service applications.
In contrast to system software, software that allows users to do user-oriented tasks such as create text documents, play games, listen to music, or browse the web are collectively referred to as application software.
In the early days of computing most application software was custom-written by computer users to fit their specific hardware and requirements. In contrast, system software was usually supplied by the manufacturer of the computer hardware and was intended to be used by most or all users of that system.
The line where the distinction should be drawn is not always clear. Many operating systems bundle[jargon] application software. Such software is not considered system software when it can be uninstalled usually without affecting the functioning of other software. Exceptions could be e.g. web browsers such as Internet Explorer where Microsoft argued in court that it was system software that could not be uninstalled. Later examples are Chrome OS and Firefox OS where the browser functions as the only user interface and the only way to run programs (and other web browsers can not be installed in their place), then they can well be argued to be (part of) the operating system and hence system software.
Another borderline example is cloud-based software. This software provides services to a software client (usually a web browser or a JavaScript application running in the web browser), not to the user directly, and is therefore systems software. It is also developed using system programming methodologies and systems programming languages. Yet from the perspective of functionality there is little difference between a word processing application and word processing web application.
Operating systems or system control program
The operating system (prominent examples being Microsoft Windows, macOS, Linux, and z/OS), allows the parts of a computer to work together by performing tasks like transferring data between memory and disks or rendering output onto a display device. It provides a platform (hardware abstraction layer) to run high-level system software and application software.
A kernel is the core part of the operating system that defines an API for applications programs (including some system software) and an interface to device drivers.
Device drivers, including also computer BIOS and device firmware, provide basic functionality to operate and control the hardware connected to or built into the computer.
A user interface "allows users to interact with a computer." Either a command-line interface (CLI) or, since the 1980s a graphical user interface (GUI). Since this is the part of the operating system the user directly interacts with, it may be considered an application and therefore not system software.
Utility software or system support programs
For historical reasons, some organizations use the term systems programmer to describe a job function which is more accurately termed systems administrator. Software tools these employees use are then called system software. This so-called Utility software helps to analyze, configure, optimize and maintain the computer, such as virus protection. In some publications, the term system software also includes software development tools (like a compiler, linker or debugger).