Module 1: Additional Reading Flashcards
INTERCONNECTION_STRUCTURES_LIKE_TREE_J_BUS_J_MESH_AND_TUROS
A _ is a graphical representation of possible solutions to a decision based on different conditions. It splits a complex problem into simpler decisions, leading to an outcome.
decision tree
A _ in a decision tree represents the depth or stage of the tree
level
The _ represents the position of individual bits
bit position
The _ in a decision tree for number representation defines the subset of values that can result from decisions made at each node, gradually narrowing the possibilities until a single value is reached.
range
The distinctive feature of a _ is that for any switch, the number of links going down to its siblings is equal to the number of links going up to its parent in the upper level.
fat tree
Therefore, the links get “fatter” towards the top of the tree, and the switch in the root of the tree has the most links compared to any other switch below it.
_ is the number of inputs a node can accept.
Fan-in
_ is the number of outputs a node can generate or broadcast to other nodes.
Fan-out
Used to construct a ternary tree
Fan-out of 3
A _ is an electronic circuit designed by using components like diodes, transistors, resistors, capacitors, etc., and capable of performing logical operations
logic gate
Helps in managing and amplifying the signals before they are fanned out to the destination
Buffers
_ is a general term for anything that involves delivering hosted services over the internet.
Cloud computing
It is a special case of a more common mechanism called a multicast in which a value is sent to a subset of nodes.
Broadcasting
It has one sender and multiple receivers
It is the collection of information from
several sources into one sink (fan-in
tree). The idea is similar to a multicast, in that a tree is employed, this time to move
information from the leaves to the root.
Convergecast
It is a fundamental operation of distributed systems, and is commonly used in sensor networks, must be aggregated into a node.
It has one/more senders and one/more recipients participate in data transfer traffic.
Multicasting
It has one or more senders and multiple receivers.
Dependencies in the tree can be used to illustrate speedup and efficiency, two important concepts in parallel processing.
Parallelism