Ginni has Published 1580 Articles

What are the operations of ILP-Processors?

Ginni

Ginni

Updated on 20-Jul-2021 07:11:50

554 Views

There are two types of operations of ILP-Processors such as Pipelined Processors and VLIW and Superscalar Processors. Pipelined Processors work like an assembly line, both VLIW and Superscalar processors operate basically in parallel, making use of several concurrently working EUs as shown in the figure −In describing the principle of ... Read More

Evolution of ILP Processors in Computer Architecture

Ginni

Ginni

Updated on 20-Jul-2021 07:09:25

424 Views

The evolution of Von Neumann processors can be attributed to two areas of development improvement in technology, marked by increasing clock rates and the functional evolution of processors. Functional evolution has been achieved primarily by increasing the degree of parallelism of the internal operations, the issues, and the execution of ... Read More

What are different methods of parallelism in Parallel Computer Architecture?

Ginni

Ginni

Updated on 20-Jul-2021 07:08:07

2K+ Views

There are two methods of exploiting parallelism in parallel computer architecture are as follows −PipeliningIn pipelining, several functional units are working in sequence to implement a single computation. These functional units form an assembly line or pipeline. Each functional unit describes a specific phase of the computation and each computation ... Read More

What is Flynn’s Taxonomy in Computer Architecture?

Ginni

Ginni

Updated on 20-Jul-2021 07:07:11

9K+ Views

Flynn’s classic taxonomy (Flynn, 1966) depends on the number of control units and the multiple processors available in a computer. Flynn’s introduced the following notions −Single Instruction StreamSingle Instruction stream means that architecture has a single control unit generating a single stream of instruction abbreviated as single instruction SI.Multiple Instruction ... Read More

What are the types of Parallelism in Computer Architecture?

Ginni

Ginni

Updated on 20-Jul-2021 07:04:12

3K+ Views

There are various types of Parallelism in Computer Architecture which are as follows −Available and Utilized ParallelismParallelism is the most important topics in computing. Architectures, compilers, and operating frameworks have been striving for more than two decades to extract and use as much parallelism as available to speed up computation.Available ... Read More

What is the difference between Concurrency and Parallel Execution in Computer Architecture?

Ginni

Ginni

Updated on 20-Jul-2021 07:00:42

587 Views

Concurrency ExecutionIt is the sensual behavior of the N-Client I-Server model where one client is served at any provided moment. This model has dual characteristics. It is sequential on a small time scale, but together on a rather large time scale.In this method, the elementary problem is how the competing ... Read More

What are different levels of abstraction in Computer Architecture?

Ginni

Ginni

Updated on 20-Jul-2021 06:58:02

4K+ Views

There are three different layers of abstraction in computer system such as the concrete architecture at the system level, the abstract and concrete architecture at the processor level, and the abstract and concrete architecture at the micro-machine level. Let us discuss each level one by one.Concrete Architecture of Computer SystemsAt ... Read More

What is Dijikstra Algorithm?

Ginni

Ginni

Updated on 05-May-2021 11:16:52

517 Views

The shortest path routing algorithm is an extensively set up non-adaptive routing algorithm that routes a packet dependent on Dijkstra's important shortest path algorithm. In this methodology, packets that appear at a node take one of the shortest paths to a specific destination on the system.The shortcoming of this manner ... Read More

What is the architecture of Asynchronous Transfer Mode?

Ginni

Ginni

Updated on 05-May-2021 11:11:50

5K+ Views

ATM is a connection-oriented network at a point where the sender or user which access devices are known as end-point, these end-points connected through a user to network interface (UNI) to the switches on the network, these switches provide a network to network interface (NNI).The architecture of the ATM is ... Read More

What is an ATM in the Computer Network?

Ginni

Ginni

Updated on 05-May-2021 11:11:14

12K+ Views

ATM stands for Asynchronous transfer mode. It is a switching technique used by telecommunication networks that uses asynchronous time-division multiplexing to encode data into small, fixed-sized cells. ATMs can be used for efficient data transfer over highspeed data networks. ATM provides real-time and non-real-time services.ServicesThe services provided by ATM are ... Read More

Advertisements