|
|
The types of computer hardware can be classified as follows:
SupercomputersSupercomputers are very large computers with very large computing power and
huge RAM. What distinguishes a supercomputer
from the others is the use of massively parallel
processing. For example, one supercomputer contains 5800
processors and more Supercomputers are mainly used in the sciences an engineering, though defense intelligence agencies also use them. For example, weather forecasting involves the modelling of current weather patterns and predicting future patterns. This use of super computers requires a very large number of computations and large amounts of data -- ideal for supercomputers. The number of users of a supercomputer is usually in the range of dozens of people. An example of a supercomputer is the Cray, above. Mainframe ComputersBanks, insurance companies and large national or international companies use mainframe
computers. A mainframe may be shared by large number of users, often
numbering in the hundreds. Processing, storage and printing are shared Processing ModesPrograms that require the continued participation of a user are interactive -- the user interacts with the computer through its user interface. Most mainframes use command line or menu-driven interfaces. On the other hand, many tasks (like sending out hundreds of thousands of Visa or MasterCard bills) can be performed by the computer without the active participation of a user. A user or computer operator submits a job to the computer, the computer does the work, and the computer displays a message when the program is completed. These programs may run for many hours and are called batch programs -- transactions (e.g. printing bills) are "batched" and run at one time in a large "batch". Common hardware for mainframe computers includes the IBM 390 family of computers, running the OS390 operating system. Users often interact with the system through TSO (a command line interface) or ISPF (a menu-driven productivity interface). Batch programs use JCL (a special job control language) which specifies the program(s) to be run, the data set(s) and the devices to be used. Mainframe computers often require a group of specialist computer operators to run the organization's systems and programs. Mini-computers
Because mini-computers often run "unattended", the term "lights-out operations" is often applied to mini-computer operations -- no need to turn on the lights because there are no people in the room!
|
|