Categories: Basics

Types of computing

Monolithic computing


Monolithic computing is the simplest form of computing. A single computer such as personal computer is used for computing. The computer that does monolithic computing is not connected to any network.

There are two types: single user monolithic computing and multi-user monolithic computing.

Single user monolithic computing


In this type of computing, the computer is used by only one user at a time. The computer can use resources only within its immediate access. Applications such as spreadsheet or word processing program practise this form of computing.

Multi-user monolithic computing


In this type of computing, multiple users can share the resources using a technique called 
timesharing. Usually mainframe is used to proved the centralized resource. Users can access mainframe system through terminals. Applications such as payroll and billing practise this form of computing.

Distributed Computing


Distributed Computing is performed among many computers connected via network. Each computer has one more processor and other resources. User’s workstation is connected to local computer so that the user can fully use resources on that computer. Moreover the user can access resources on the remote computers via network. Example for this type is World Wide Web.

Parallel computing


Parallel computing or parallel processing uses multiple processors at the same time to execute a single program. This type of computing can exhibit its full potential only when the program can be split into many pieces so that each CPU can execute a portion. This is typically performed on a single computer having multiple CPUs. Parallel processing is useful for solving computing-intensive problems. So it is used in areas such as biology, airspace and semiconductor design.

Robin

Share
Published by
Robin

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago