next up previous contents
Next: Common Operating Systems Up: Introduction Previous: Introduction   Contents

What is a Platform?

Any computing system can be divided into two components: the hardware and the software, and systems can be classified into two types depending on the relationship of these two components:-

Dedicated Systems
run just one software program which is ''hardwired'' into it, usually in the form of a read-only memory. Some examples are a digital watch, an engine management system and an electronic calculator.

General Purpose System
run a variety of software programs which have to be loaded into memory from an external device, usually a disk. Some examples are a PC, workstation or mainframe.

On general purpose systems the software can be further divided into two components:-

Operating System
this manages all the computer's resources and performs such functions as:-

When the computer is switched on its first job is to load the operating system. This is called ''booting'' which is short for boot-strapping which refers to the fact that it is lifting itself by its own boot straps! When the computer first starts up it is very dumb, all it has is a very simple loading program which it runs to read in an external program. This program then loads more software and so on until finally the full operating system is ready. Now the machine is smart, knowing how to handle all its resources, hence the boot strap analogy.

Application Software
is the software specific to a given task. Requests to use all of the computers resources go via the operating system although the software may directly control an I/O device once it has control. Some operating systems allow more than one application to be loaded at once. This is called multi-tasking and underlines how important it is that the application software and the operating system are two distinct entities!

The Operating System can be further divided into a number of layers:-

Kernel
This is the very lowest level software. It ``talks'' directly to the hardware; any change in the hardware means a change to this layer of the operating system.

Hardware Independent Layers
Any layer of the system that ``talks'' to the Kernel, but not directly to the hardware, can be run on any machine that runs a kernel for which it was designed. For example, UNIX is a very popular operating system that runs on a wide range of computer hardwares. It does not have to be written from scratch for each new machine; all that has to be done is to write a new kernel and then UNIX will run.

The process of adding layers can continue. For example, on an PC, Microsoft Windows can be regarded as part of the operating system. providing resources, such as windows, to application software. There is a trend to add ever more levels of sophistication to the operating system so as to minimise the effort required to develop new applications.

From this it should be clear that an application is designed to run on a particular hardware using a particular operating system, and the term PLATFORM is used to denote any specific hardware, operating system combination. In the early days of general purpose computers the operating systems were developed to run on a specific hardware. The operating system determines the user interface i.e. how the user controls the computer, and early systems were anything but user friendly! As systems developed this interface improved, but user's didn't want to have to keep learning new system just to use the latest hardware and hardware manufacturers didn't want to spend more and more time producing acceptable operating systems. The net result is that there are now a few popular operating systems that run on a wide range of hardwares and many hardwares can run more than one operating system. For example PCs can run both MS Windows and Linux.


next up previous contents
Next: Common Operating Systems Up: Introduction Previous: Introduction   Contents
P.D. Gronbech (IT Staff) 2015-10-02