Explain handlers classification, Computer Engineering

Assignment Help:

Handlers Classification

In 1977, Wolfgang Handler suggested a complex notation for representing the pipelining and parallelism of computers. Handler's categorization addresses the computer at three different levels:

  • Arithmetic logic unit (ALU)
  • Bit-level circuit (BLC)
  • Processor control unit (PCU)

The Processor control unit (PCU) communicates to a CPU or a processor, the ALU communicates to a processing element or a functional unit and Bit-level Circuit (BLC) communicates to the logic circuit required to perform 1-bit operations in the ALU.

Handler's categorization uses the subsequent three pairs of integers to explain a computer: 

      Computer = (p * p', a * a', b * b')

Where p = number of PCUs

Where p'= number of PCUs which can be pipelined

Where a = number of ALUs controlled by every PCU 

Where a'= number of ALUs which can be pipelined 

Where b = number of bits in ALU or processing element (PE) word

Where b'= number of pipeline segments on all ALUs or in a single PE

The subsequent operators and rules are used to illustrate the relationship between varieties of elements of computer:

  • The '*' operator is used to refer that units are pipelined or macro-pipelined with a stream of data flowing via all the units.
  • The '+' operator is used to refer that units aren't pipelined however work on independent streams of data.
  • The 'v' operator is used to refer that the computer hardware is able to work in a number of modes.
  • The '~' symbol is used to refer a range of values for any one of the parameters.
  • Peripheral processors are displayed before the main processor by means of another three pairs of integer but If the value of the second element of any pair is 1, it might omit for brevity.

Handler's categorization is best described by showing how the rules and operators are used to categorize various machines.  The CDC 6600 has a single main processor sustained by 10 I/O processors. One CU (Control Unit) coordinates one ALU with a 60 bit word length. The ALU has 10 functional units that can be formed into a pipeline. The 10 peripheral I/O processors can work in parallel with each other and with the CPU. Every I/O processor encloses one 12-bit ALU. The elucidation for the 10 I/O processors is: 

  CDC 6600I/O = (10, 1, 12) 

The elucidation for the main processor is: 

  CDC 6600main = (1, 1 * 10, 60)

The major processor and I/O processors may be regarded as forming a macro-pipeline thus the '*' operator is used to join the two structures: 

CDC 6600 = (I/O processors) * (central processor    = (10, 1, 12) * (1, 1 * 10, 60)

Texas Instrument's "Advanced Scientific Computer (ASC)" has one controller organizing four arithmetic units. Every arithmetic unit is an 8- phase pipeline with 64 bit words. Therefore we have

ASC = (1, 4, 64 * 8)

The Cray-1 is a 64 bit single processor computer whose ALU has twelve functional units; eight of them can be chained together to form a pipeline. Dissimilar functional units have from 1 to 14 sections that can too be pipelined. Handler's elucidation of the Cray-1 is: 

Cray-1 = (1, 12 * 8, 64 * (1 ~ 14))

Another illustration system is 'Carnegie-Mellon University's C.mmp multiprocessor.' This system was aimed to facilitate research into parallel computer architectures and therefore can be comprehensively reconfigured. The system comprises 16 PDP-11 "minicomputers" (which have a 16 bit word length) interconnected by a crossbar switching network. In general the C.mmp functions in MIMD mode for which the description is (16, 1, 16). It is also able to operate in SIMD mode, where all processors are coordinated by a single master controller. The SIMD mode explanation is (1, 16, 16). Lastly, the system can be reconfigured to operate in MISD mode. Here the processors are organized in a chain with single stream of data flowing via all of them. The MISD modes description is (1 * 16, 1, 16). The 'v' operator is used to unite descriptions of the similar piece of hardware function in differing modes. So, Handler's description for complete C.mmp is: 

  C.mmp = (16, 1, 16) v (1, 16, 16) v (1 * 16, 1, 16)

The '*' and '+' operators are used to unite various separate pieces of hardware. The 'v' operator is of a dissimilar form to the other two in which it is used to unite the different functioning modes of a single piece of hardware.

 

While Flynn's categorization is simple to use, Handler's classification is burdensome. The direct use of numbers in the nomenclature of Handler's categorizations makes it much more conceptual and therefore difficult. Handler's classification is extremely geared in the direction of description of chains and pipelines. As it is well able to explain the parallelism in a single processor, the diversity of parallelism in multiprocessor computers is not addressed well.


Related Discussions:- Explain handlers classification

Benefits of device controllers, Q. Benefits of Device controllers? Usin...

Q. Benefits of Device controllers? Using device controllers for attaching I/O devices to a computer system in place of connecting them directly to system bus has subsequent ben

First-order logic - artificial intelligence, First-Order Logic : There'...

First-Order Logic : There's Reasoning, and then There's Reasoning As humans, we have always prided ourselves on our capability to think things by: to reason things out and c

Mathematical simulation and modelling applications, Mathematical Simulation...

Mathematical Simulation and Modelling Applications The tasks include mathematical simulation and modelling need lots of parallel processing. Three fundamental formalisms in mat

What are the phases of swapping a page from the memory, What are the phases...

What are the phases of swapping a page from the memory? Page stealer searches the page eligible for swapping and places the page number in the list of pages to be swapped. K

Describe the basic aspects of ENIAC, Q. Describe the basic aspects of ENIAC...

Q. Describe the basic aspects of ENIAC? The main aspects of ENIAC can be summarized as: ENIAC was a general purpose-computing machine in that vacuum tube technology was

Find out lowest propagation delay time in logic family, Which the digital l...

Which the digital logic family has the lowest propagation delay time ? Ans. ECL is the digital logic family that has the lowest propagation delay time. In ECL lowest propagati

Define congestion and grade of service, Define congestion and grade of serv...

Define congestion and grade of service. Congestion : This is uneconomic to give sufficient equipment to carry all the traffic which could possibly be offered to a telec

Which layer is not present in TCP/IP model, Which Layer is not present in T...

Which Layer is not present in TCP/IP model? Presentation layer is not present into Transfer Control Protocol/IP Model.

Masters and slaves, The devices on the I2C bus are either masters or slaves...

The devices on the I2C bus are either masters or slaves. The master is the device that is responsible for driving the SCL clock line, while the slaves are the devices that respond

Write a subroutine in c for toggling the cursor, Write a subroutine in C fo...

Write a subroutine in C for toggling the cursor using old directives. ; ; use small memory model for C - near code segment _DATA SEGMENT WORD   'DATA'   CURVAL EQU   [B

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd