Classification of Computer PC
Classification of Computer PC
Until recently computers were classifieds as microcomputers, super minicomputers, mainframes, and supercomputers. Technology, however, has changed and this classification is no more relevant. Today all computers used microprocessors as their CPU. Thus classification is possible only through their mode of use. Based on mode of use we can classify computers as Palms, Laptop PCs, Desktop PCs and Workstations. Based on interconnected computers we can classify computers we can classify them as distributed computers and parallel computers.
Formatted: Font: (Default) Arial, 10.5 pt, Font color: Gray-80%
is a smart card reader/writer, which increases the functionality of the Simputer including possibility of personalization of a single Simputer for several users.
Laptop PCs:
Laptop PCs (also known as notebook computers) are portable computers weighing around 2 kgs. They have a keyboard, flat screen liquid crystal display, and a Pentium or Power PC processor. Colour displays are available. They normally run using WINDOWS OS. Laptops come with hard disk (around 40 GB), CDROM and floppy disk. They should run with batteries and are thus designed to conserve energy by using power efficient chips. Many Laptops can be connected to a network. There is a trend towards providing wireless connectivity to Laptops so that they can read files from large stationary computers. The most common use of Laptop computers is used for word processing, and spreadsheet computing. As Laptops use miniature components which have to consume low power and have to be packaged in small volumes.
Workstations:
Workstations are also desktop machines. They are, however, more powerful providing processorspeeds about 10 times that of PCs. Most workstations have a large colour video display unit (19 inch monitors). Normally they have main memory of around 256 MB to 4 GB and Hard Disk of 80 to 320 GB. Workstations normally use RISC processors such as MIPS (SIG), RIOS (IBM), SPARC (SUN), or PA-RISC (HP). Some manufacturers of Workstations are Silicon Graphics (SIG), IBM, SUN Microsystems and Hewlett Packard (HP). The standard Operating System of Workstations is UNIX and its derivatives such as AIX (IBM), Solaris (SUN), and HP-UX (HP). Very good graphics facilities and large video screens are provided by most Workstations. A system called X WINDOWS
is provided by Workstations to display the status of multiple processes during their execution. Most Workstations have built-in hardware to connect to a Local Area Network (LAN). Workstations are used for executing numeric and graphic intensive applications such as those, which arise in Computer Aided Design, simulation of complex systems and visualizing the results of simulation.
Servers
While manufacturers such as IBM, SUN and Silicon Graphics have been manufacturing high performance workstations the speed of Intel Pentium Processors has been going up. In 2004, Pentium with clock speed 3 GHz are available. They can support several GB main memories. Thus the difference between high end PCs and Workstations is vanishing. Today companies such as SUN make Intel based workstations.While Workstations are characterized by high performance processors with large screens for interactive programming, servers are used for specific purpose such as high performance numerical computing (called compute server), web page hosting, database store, printing etc. interactive large screens are not necessary. Compute servers have performance processors with large main memory, database servers have big on-line disk storage (100s of GB) and print servers support several high speed printers.
Mainframes Computers
There are organizations such as banks and insurance companies process large number of transactions on-line. They require computers with very large disks to store several Terabytes of data and transfer data from disk to main memory at several hundred Megabytes/sec. The processing power needed from such computers is hundred million transactions per second. These computers are much bigger and faster than workstations and several hundred times more expensive. They normally use proprietary operating systems, which usually provide high expensive services such as user accounting, file security and control. They are normally much more reliable when compared to Operating System on PCs. These types of computers are called mainframes. These are a few manufacturers of mainframes (e.g., IBM and Hitachi). The number of mainframe users has reduced as many organizations are rewriting their systems to use networks of powerful workstations.
Supercomputers
Supercomputers are the fastest computers available at any given time and are normally used to solve problems, which require intensive numerical computations. Examples of such problems are numerical weather prediction, designing supersonic aircrafts, design of drugs and modeling complex molecules. All of these problems require around 10^16calculations to be performed. These problems will be solved in about 3 hours by a computer, which can carry out a trillion floating point calculations per second. Such a computer is classifieds as supercomputer today (2004). By about the year 2006
computers which can carry out 10^15 floating point operations per second on 64 bit floating point numbers would be available and would be the ones which be called supercomputers. Interconnecting several high speed computers and programming them to work cooperatively to solve problems build supercomputers. Recently applications of supercomputers have expanded beyond scientific computing, they are now used to analyze large commercial database, produced animated movies and play games such as chess.Besides arithmetic speed, a computer to be classified as a supercomputer should have a large main memory of around 16 GB and a secondary memory of 1000 GB. The speed of transfer of data from secondary memory to the main memory should be at least a tenth of the memory to CPU data transfer speed. All supercomputers use parallelism to achieve their speed. In Sec. 12.9 we discuss the organization of parallel computers