Ginni has Published 1580 Articles

What are snoopy cache protocols in computer architecture?

Ginni

Ginni

Updated on 23-Jul-2021 10:05:55

7K+ Views

Snoopy cache protocols are very popular in shared bus multiprocessors due to their relative simplicity. They have both write-update and write-invalidate policy versions. Write-invalidate snoopy cache protocols resemble this protocol in many ways and therefore are also easy to understand after studying a write-update protocol.The definition of transmission routes of ... Read More

What is design space of hardware-based cache coherence protocols?

Ginni

Ginni

Updated on 23-Jul-2021 10:04:00

685 Views

Hardware-based protocols support general solutions to the issues of cache coherence without any condition on the cachability of data. Hardware-based protocols can be classified as follows −Memory update policy − There are two types of memory update policy are used in multiprocessors. The write-through policy maintains consistency between the main ... Read More

What are the techniques to avoid hotspots in computer architecture?

Ginni

Ginni

Updated on 23-Jul-2021 10:02:30

240 Views

In multistage network-based shared memory systems, thousands of processors can try for a similar memory location. This location is called a hotspot and can significantly enlarge latency in the interconnection network. When two processors attempt to access the same memory location, their message will conflict in one of the switches ... Read More

What is multiple shared bus in computer architecture?

Ginni

Ginni

Updated on 23-Jul-2021 10:01:15

1K+ Views

The limited bandwidth of the single shared bus represents a major limitation in building scalable multiprocessors. There are several ways to increase the bandwidth of the interconnection network. A natural idea is to multiply the number of buses, like the processors and memory units. Four different ways have been proposed ... Read More

What is design space of Arbiter Logics in computer architecture?

Ginni

Ginni

Updated on 23-Jul-2021 10:00:03

652 Views

Arbiter logic plays a crucial act in the implementation of pended and split-transaction buses. These are the so-called 1 of N arbiters since they grant the requested resource only to one of the requesters. The design space of arbiter logic is very rich. There are two ways to organize the ... Read More

What is single shared bus in computer architecture?

Ginni

Ginni

Updated on 23-Jul-2021 09:58:51

3K+ Views

One of the most famous interconnection networks is the single shared bus. Firstly, its organization is simply a generalization and extension of the buses employed in uniprocessors and some additional ones to solve the contention on the bus when several processors simultaneously want to use the shared bus. These lines ... Read More

What is COMA?

Ginni

Ginni

Updated on 23-Jul-2021 09:56:49

5K+ Views

COMA stands for Cache-only memory access machines. A COMA machine includes several processing nodes connected by an interconnection network. Each processing node has a high-implementation processor, a cache, and an allocation of the global shared memory.COMA machines try to avoid the problems of static memory allocation of NUMA and CC-NUMA ... Read More

What is CC-NUMA?

Ginni

Ginni

Updated on 23-Jul-2021 09:55:39

4K+ Views

CC-NUMA stands for Cache-coherent non-uniform memory access machines. A CC-NUMA machine includes several processing nodes linked through a high-bandwidth low-latency interconnection network. Each processing node includes a high-implementation processor, the related cache, and an allocation of the global shared memory.Cache coherence is preserved by a directory-based, write-invalidate cache coherence protocol. ... Read More

What is Cray T3D?

Ginni

Ginni

Updated on 23-Jul-2021 09:54:26

84 Views

Cray T3D is the most recent NUMA machine that was designed to provide a highly scalable parallel supercomputer that can incorporate both the shared memory and the message-passing programming paradigms. As in other NUMA machines, the shared memory is distributed among the processing elements to avoid the memory access bottleneck ... Read More

What is Hector in Computer Architecture?

Ginni

Ginni

Updated on 23-Jul-2021 09:52:35

2K+ Views

Hector is a hierarchical NUMA machine consisting of stations connected by a hierarchy of ring networks. Stations are symmetric multiprocessors where the processing modules are linked by an individual bus. Nodes comprise three main units − a processor/cache unit, a memory unit, and the station bus interface which connects the ... Read More

Advertisements