Chapter 1 - Motherboards, Processors, And Memory Flashcards
Given a scenario, install RAM types
SODIIM DDR2 DDR3 DDR4 Single channel Dual channel Triple channel Error correcting Parity Non-parity
What is a PCB
Printed circuit board AKA motherboard, system board, main board - conductive series of pathways laminated to a nonconductive substrate that lines the bottom of the computer and can be many colors.
*connects all components together
What are some system board form factors?
ATX mATX Mini-ITX Nano-ITX Pico-ITX Mobile-ITX
Whats is ATX?
Advanced Technology Extended - a standard motherboard that puts the processor and memory inline with the fan output of the power supply, allowing the processor to run cooler and gives you capability to install full length expansion cards.
Whats a Micro ATX?
- Micro Advanced Technology Extended is a FF that is designed to work with standard ATX cases as well as its own.
- Same arrangement as standard ATX mother board.
- With this SFF you give up quantity of memory slots, headers, expansion slots, and integrated components.
Whats is ITX?
Information Technology eXtended - SFF motherboard, uses included home-theater systems, compact desktop systems, gaming systems, and embedded components.
- ITX is a family of form factors, mITX, nITX, pITX and MITX
- Mini-ITX boards are compatible with ATX chassis(where ITX ff ends)
Measurement of all ITX FF?
Mini-ITX - 6.7” x 6.7” (170mm x 170mm)
Nano-ITX - 4.7” x 4.7” (120mm x 120mm)
Pico-ITX - 3.9” x 2.8” (100mm x 72mm)
Mobile-ITX - 2.4” x 2.4” (60mm x 60mm)
Measurement of mATX?
Measures 9.6” x 9.6” (244mm x 244mm)
Measurement of ATX?
Measure 12” x 9.6” (305mm x 244mm)
What is a bus?
The path through which a device sends its data so that it can communicate with the CPU, RAM, PCIe, etc
Common collection of signal pathways
What is a serial bus?
Serial buses could only send 1 bit at a time, which used to be slow but engineers made serial transmissions work at data rates that were faster than parallel
What is a parallel bus?
Parallel buses could send 8bits of data at a time which used to be faster than serial, but because the loss of circuit length and throughput, data could only travel short distance and had trouble syncing up at the receiving end
What is throughput?
How much data could move at one time
What is circuit length?
How long the circuit could be
Types of serial specifications?
Serial Advanced Technology Attachment(SATA), Universal Serial Bus(USB), IEEE 1394/FireWire, and Peripheral Component Interconnect Express(PCIe)
What are chipsets?
Collection of chips that reduce potential bottlenecks(when we talk about data) and facilitate smooth communication between all components
Southbridge & Northbridge
What is northbridge?
A chip that manages high-speed peripheral communications; integrated video(PCIe) and processor-to-memory
Northbridge doesnt have a brand of chipset
Connected to the southbridge and helps communicate between the southbridge and the rest of the computer
What is the front side bus(FSB)
Signal pathways connecting the CPU and main memory
What is the back side bus?
BSB
Signal pathways between the CPU and external cache memory
If BSB doesnt exist, cache is placed on the FSB with the CPU and main memory
What is the southbridge?
A chipset that manages communication with slower expansion buses such as PCI, and legacy buses as well as onboard peripherals (USB, S/PATA,PS/2/ parallel ports, serial ports, etc)
These components dont need to keep up with the external clock of the CPU(dont bottleneck the system)
What is an expansion slot?
Small plastic slots used to install devices to expand its capabilities such as video, network, sound and disk interface cards
What is a PCI(peripheral component interconnect) expansion slot?
Is a shared-bus topology(data is sent parallel fashion) that operates at 33 MHz or 66 MHz over a 32-bit (4 byte) channel resulting in data rates of 133MBps and 266MBps.
Being a shared-bus topology using a 66MHz system with 33MHz and 66MHz adapters will slow all adapters to 33MHz.
PCI slots and adapters are made in 3.3V(32-bit, notch to the left) and 5V(32-bit, not to the right)
Whats is a PCIe(Peripheral Component interconnect express) expansion slot?
Uses serial communication(striping data packets across multiple serial paths to achieve higher data rates)
PCIe supports different link widths : x1, x2, x4, x8, x16, and x32 (x1, x4, and x16 are most common)
PCIe versions are specified as 1.x, 2.x, 3.0, 4.0, and 5.0
A single lane(1.x) and x1 slot operates at in each direction at a data rate if 250MBps, 2.x - 500MBps, 3.0 - 1GBps, 4.0 - 2GBps, 5.0 - 4GBps
To get bandwidth(throughput); multiply version by lane(link width); bidirectionally you multiply your throughput by 2
What does bidirectional mean?
Bidirectional refers to data flowing in both directions often at the same time, unidirectional means data flows in one direction