Tse-yun Feng suggested the use of degree of parallelism to classify various computer architecture. It is based on sequential and parallel operations at a bit and word level.[1]
About degree of parallelism
editMaximum degree of parallelism
editThe maximum number of binary digits that can be processed within a unit time by a computer system is called the maximum parallelism degree P. If a processor is processing P bits in unit time, then P is called the maximum degree of parallelism.[2]
Average degree of parallelism
editLet i = 1, 2, 3, ..., T be the different timing instants and P1, P2, ..., PT be the corresponding bits processed. Then,
Processor utilization
editProcessor utilization is defined as
The maximum degree of parallelism depends on the structure of the arithmetic and logic unit. Higher degree of parallelism indicates a highly parallel ALU or processing element. Average parallelism depends on both the hardware and the software. Higher average parallelism can be achieved through concurrent programs.
Types of classification
editAccording to Feng's classification, computer architecture can be classified into four. The classification is based on the way contents stored in memory are processed. The contents can be either data or instructions.[3]
- Word serial bit serial (WSBS)
- Word serial bit parallel (WSBP)
- Word parallel bit serial (WPBS)
- Word parallel bit parallel (WPBP)
Word serial bit serial (WSBS)
editOne bit of one selected word is processed at a time. This represents serial processing and needs maximum processing time.
Word serial bit parallel (WSBP)
editIt is found in most existing computers and has been called "word slice" processing because one word of one bit is processed at a time. All bits of a selected word are processed at a time. Bit parallel means all bits of a word.
Word parallel bit serial (WPBS)
editIt has been called bit slice processing because m-bit slice is processed at a time. Word parallel signifies selection of all words. It can be considered as one bit from all words are processed at a time.
Word parallel bit parallel
editThis section needs expansion. You can help by adding to it. (March 2023) |
Limitations of Feng's classification
editIt fails to project the concurrency in pipeline processors, as degree of parallelism doesn't account for concurrency handle by pipe-lined design.
See also
editReferences
edit- ^ Thakur, Varsha (2016). "Perspective Study and Analysis of Parallel Architecture". International Journal of Computer Applications. 148 (14): 22–25. doi:10.5120/ijca2016911285.
- ^ Salih, Mariam A. Salih. "Architectural Classification" (PDF). Retrieved 5 October 2016.
- ^ "Archived copy" (PDF). Archived from the original (PDF) on 2014-07-01. Retrieved 2016-10-05.
{{cite web}}
: CS1 maint: archived copy as title (link)