Chapter 9: Chipset Flashcards

(36 cards)

1
Q

System and chip designers generally use a key metric known as

A

Cycles Per Instruction (CPI)

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

CPIs are used to measure the number of what?

A

Processor Clocks that system uses to execute an instruction.

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

While the number of instructions to execute an operating is held constant, the number of what decreases?

A

The number of cycles.

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

Chipset defines operation of what types of devices?

A

PCI, SATA, USB, RAID, and more.

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

The chipset optimizes operation of what?

A

The CPU

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

Controls data flow between what components?

A

Processor, memory, PCI devices, and system bus.

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

All access to the CPU is controlled through the?

A

Chipset

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

To minimize performance bottlenecks, you want to match the right chipset with the right?

A

CPU

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

Decreasing the cycles required to process an operation, combined with what increases system performance?

A

Higher clock rate

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

Servers have what type of workload?

A

Random

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

What depends on the chipset to quickly transfer information from main memory?

A

The CPU

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

The two multi-processor architectures available in System X servers are?

A

SMP and NUMA

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

SMP stands for?

A

Symmetric Multiprocessing

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

When using SMP, what does each CPU “see”?

A

The same hardware resources

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

What is one disadvantage to SMP?

A

Limited scalability

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

NUMA stands for?

A

Non-uniform memory access

17
Q

True / False: NUMA is only for memory?

A

False, NUMA can also access I/O resources

18
Q

In NUMA, every processor or group of processors has a certain amount of what?

A

Memory Local to It

19
Q

The primary difference between NUMA and SMP is?

A

NUMA has multiple memory subsystems.

20
Q

What is SRAT?

A

Static Resource Allocation Table

21
Q

AMDs version of SRAT is?

A

SUMO - Sufficiently Uniform Memory Organization

22
Q

What is a complicating factor for the design of any SMP system?

A

The need to keep all CPU and cache data coherent.

23
Q

A protocol called ____ is employed on all Intel multi-processor configurations to ensure that each CPU is guaranteed to get the most recent copy of data even when other CPUs are currently using that data.

24
Q

MESI stands for?

A

Modified, Exclusive, Shared, Invalid.

25
To support the MESI protocol, regular communication must occur between every ___ whenever data is loaded into a cache.
CPU
26
Snoop Cycles occur when?
Every memory read or write operation
27
If the operation is a SMP write request, the CPU that possesses the unmodified data must mark its data as?
Invalid
28
If the operation is a SMP read request, the CPU that possesses the unmodified data must mark its data as?
Shared
29
AMD uses a slightly different version of MESI called?
MOESI
30
The primary difference between MESI and MOESI is?
The owner statis flag
31
The larger the L2 cache, the greater the probability that _____ requests will hit data in another processor cache.
snoop
32
The Intel front-side bus protocol is limited to how many processor sockets.
Four
33
What is UEFI?
Unified Extensible Firmware Interface
34
What replaced BIOS after nearly 20 years?
UEFI
35
In opteron processors, the processor and ______ _________ logic are integrated into the same piece of silicon.
Memory Controller
36
When four processors are placed at the edges of a square, what type of remote access occurs?
two-hop remote memory access