Ginni has Published 1519 Articles

What is CC-NUMA?

Ginni

Ginni

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

6K+ 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

164 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

3K+ 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

What is NUMA?

Ginni

Ginni

Updated on 23-Jul-2021 09:48:04

6K+ Views

NUMA represents Non-uniform Memory Access. NUMA is a multiprocessor model in which each processor is connected with the dedicated memory. Non-uniform memory access (NUMA) machines were intended to prevent the memory access bottleneck of UMA machines. The logically shared memory is physically assigned among the processing nodes of NUMA machines, ... Read More

What is UMA?

Ginni

Ginni

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

5K+ Views

UMA represents Uniform memory access. It is a shared memory architecture used in parallel computers. All the processors in the UMA model share the physical memory uniformly. In UMA architecture, access time to a memory location is autonomous of which processor creates the request or which memory chip includes the ... Read More

What is Adaptive Routing?

Ginni

Ginni

Updated on 23-Jul-2021 09:45:11

1K+ Views

In adaptive routing, intermediate nodes can take the actual network conditions, including the presence of deterioration or bottlenecks, into account and decide accordingly which neighbor the message should be transmitted. Adaptive routing scheme can be either profitable or misrouting according to the selection of the output channel. In profitable routing, ... Read More

What is Deterministic Routing?

Ginni

Ginni

Updated on 23-Jul-2021 09:42:30

1K+ Views

In deterministic routing, the path is fully determined by the source and destination nodes. Intermediate nodes are unable to direct messages even in the case of network congestion.Deterministic routing can be further classified according to the node position where the deterministic path is selected. In source routing, it is the ... Read More

What is the design space of switching techniques?

Ginni

Ginni

Updated on 23-Jul-2021 09:41:09

402 Views

Switching is the actual mechanism by which a message is removed from the input buffer and placed in the output buffer. The switching technique applied has an over-whelming effect on message latency and hence the choice of switching method is crucial in designing any distributed memory computer. The design space ... Read More

What is design space of static interconnection topology?

Ginni

Ginni

Updated on 23-Jul-2021 09:38:23

1K+ Views

In a static network, the connection between input and output nodes is fixed and cannot be modified. Static interconnection network cannot be reconfigured. Examples of this network are linear array, ring, chordal ring, tree, star, fat tree, mesh, tours, systolic arrays, and hypercube. The design space for static interconnection topologies ... Read More

What are Direct Interconnection Networks?

Ginni

Ginni

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

2K+ Views

Direct Interconnection networks are used to connect different processing elements or different process memory. Interconnection networks are also known as multi-stage interconnection networks (or MINs), are high-speed computer networks.Characteristics of Direct Interconnection NetworkTopology − It denotes how the nodes of a network are organized.Network Diameter − It is the minimum ... Read More

Advertisements