parallel computer Flashcards

1
Q

how to increase the rechner

A

cpu frequency
multi threading
2cpu on the same chip
coprozessoren
long pipeline

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

What is Multithreading?
and what are the 3 types of multithreading

A

technique where multiple threads(light execution within a process) are used for parallel execution
with cycle
fine granular- every clock cycle it changes, reduce latency, switching
big granular- changes when instruction blocked or waiting recourses- lesss throughput

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

multi processor system

A

-same memory
same betriebssysteminstanz.
good
easy to program
nachteil
doesnt scale well

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

multi computer

A

ever< has its own memory, communicate over sent messages
all cpu has its own betriebsysteminstanz
vorteile
scalierbar , scientifical
nachteil
administration

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

Common Mmemory

A

Problem-> access same bit.who writes last
strict consistence
synchronisation,
same order

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

sequential consistance

A

keeps the order of operation with random choice of operating time
global reihenfolge
each cpu do its owhn befehl

it is random

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

processor consistencx

A

Idea of Processor Consistency
Preserve Local Order:
Each processor maintains its local order of memory operations.
Different Global Orders:
Different processors can see different global interleavings of memory operations.

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