Chapter 9: Chipset architecture Flashcards

1
Q

What two [2] reason why is the Chipset Important?

A
  1. Chipset defines operation of PCI, SATA, USB, RAID, etc…

2. Optimizes operation of CPU

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

What is a chipset?

A

Controls data flow between processor, memory, PCI devices, system bus
Support chips provide other functions

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

How do you access the CPU

A

Through the chipset

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

By matching the the chipset to the CPU prevents what?

A

minimizes bottlenecks

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

What does CPI stand for?

A

Cycles Per Instruction

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

What is Cycles Per Instruction (PCI)

A

number of clock cycles a system uses to execute an instruction

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

CPU depends on the chipset to?

A

quickly transfer information from main memory

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

What are two [2] types processors architectures commonly used

A
  1. Non Uniform Memory Access (NUMA)

2. Symmetric Multi Processing (SMP)

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

What does NUMA Stand for?

A

Non Uniform Memory Access

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

What does SMP stand for?

A

Symmetric Multi Processing

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

What are five [4] things that NUMA is used for?

A
  1. Used to build very large multiprocessor systems
  2. Allows the use of multiple processors without sacrificing scalability
  3. Non uniform access to I/O resources is also supported
  4. Processors have access to local or near memory and remote memory
  5. Groups of processors connected by a special bus system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What connects two servers together?

A

Scalability ports

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

What are two [2] Limitations on multi-processor hardware

A

1 High speed cache performance is only available to a limited number of microprocessors
2 Increasing the number of microprocessors adversely affects the efficiency of the cache

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

What does (SMP) Symmetric Multi Processing do ?

A

“sees” the same hardware resources, so no special software techniques are needed to access any
resource.

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

What is (SRAT)?

A

Static Resource Allocation Table

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

What is SUMO stand for ?

A

Sufficiently Uniform Memory Organization

17
Q

What are two [2] things NUMA Non Uniform Memory Access is optimize for?

A
  1. Windows Server 2003/2008 Enterprise and Datacenter

2 .Linux Kernel 2.6 and above

18
Q

What are two [2] things NUMA Non Uniform Memory Access is NOT optimize for?

A
  1. Server 2003 Standard

2. Windows 2003 Web Edition

19
Q

What does MESI stand for?

A

Modified
Exclusive
Shared
Invalid

20
Q

What are two [2] positive things that Scalability of SMP Symmetric Multi Processing?

A
  1. Increased number of processors increases access to resources
  2. Resources easy to locate but all CPUs must wait in the same queue
21
Q

What does MESI ensure to have?

A

CPU’s have the most recent copy of data

22
Q

What are four [4 ]Large SMP Configurations issues?

A
  1. Intel’s FSB protocol is limited to four processors
  2. Eight socket configurations are two four-socket systems
  3. can cause greater snoop latency
  4. The FSB to FSB connection increases overhead
23
Q

What are four [4] things of the Cache Coherency Filter

A
  1. One filter used for each group of four processors
  2. Tracks all operations that occur on the FSB
  3. Provides information about the addresses of all data stored in CPU caches on the local FSB
  4. Snooped addresses looked up in the filter on the remote FSB first
24
Q

NUMA systems show good scalability up to how many sockets?

A

32 socket system

25
Q

SMP systems scale poorly beyond how man sockets?

A

Four [4]