introduction Flashcards

1
Q

What does SISD stand for?

A

Single instruction, single data stream

A single processor executes a single instruction stream to operate on data stored in a single memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What characterizes SIMD stream?

A

A single machine instruction controls simultaneous execution of multiple processing elements on a lockstep basis

Vector and array processors fall into this category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does MISD stand for?

A

Multiple instruction, single data stream

A sequence of data is transmitted to a set of processors, each executing a different instruction sequence. Not commercially implemented.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What defines MIMD stream?

A

A set of processors simultaneously execute different instruction sequences on different data sets

SMPs, clusters, and NUMA systems fit this category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Symmetric Multiprocessor (SMP)?

A

A system where multiple processors share a common memory and are connected through a bus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

List three attractive features of bus organization.

A
  • Simplicity
  • Flexibility
  • Reliability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a main drawback of bus organization?

A

Performance is limited by bus cycle time

All memory references pass through the common bus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is cache coherence?

A

A mechanism to maintain consistency among caches in a multiprocessor system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the two categories of cache coherence protocols?

A
  • Directory protocols
  • Snoopy protocols
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does MESI stand for in cache protocols?

A

Modified, Exclusive, Shared, Invalid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does multithreading allow for?

A

A high degree of instruction-level parallelism without increasing circuit complexity or power consumption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define implicit multithreading.

A

Concurrent execution of multiple threads extracted from a single sequential program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a cluster in computing?

A

A group of interconnected whole computers working together as a unified computing resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

List two approaches to clustering methods.

A
  • Highly available clusters
  • Fault tolerant clusters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a primary advantage of CC-NUMA systems?

A

Can deliver effective performance at higher levels of parallelism than SMP without requiring major software changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the main motivation for using cloud computing?

A

Cost efficiency and scalability.

17
Q

What is the NIST cloud computing reference architecture focused on?

A

The requirements of ‘what’ cloud services provide, not a ‘how to’ design solution.

18
Q

Fill in the blank: A _____ cloud infrastructure is implemented within the internal IT environment of the organization.

19
Q

True or False: Nonuniform memory access (NUMA) means all processors access memory at the same speed.

20
Q

What does the term ‘failover’ refer to in clustering?

A

Switching applications and data resources over from a failed system to an alternative system in the cluster.

21
Q

What are the advantages of chip multiprocessing?

A
  • Effective use of available logic area on a chip
  • Handles separate threads