1/29
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Troubleshooting Theory Steps
Identify the problem
Establish a theory of probable cause
Test the theory to determine the cause
Establish a plan of action to resolve the problem and implement the solution
Verify full system functionality and, if applicable, implement preventative measures
Document findings, actions, and outcomes
PC form factors for closed case devices
Full tower (extended ATX or eATX)
Mid tower (ATX)
Mini tower (ATX, Micro-ATX, or mATX
Small form factor (SFF or mini-ATX)
Most common Instruction Set Architectures for CPUs
x86
Is a Complex Instruction Set Computer (CISC)
Has a focus on hardware
32-bit CPU
Slower
x64
Is a Reduced Instruction Set Computing (RISC) device
Can handle 32 and 64 bit software
Faster
Advanced Risk Machine (ARM)
Based on x64 architecture
Designed for efficiency and to use less power
CPUs are measured by:
Cores
Multiple processors placed onto the same chip
The more cores, the better the clock speeds
Clock speeds
Measured by the number of tasks done in 1 second
Clock cycles are the CPU’s speed, represented by the number of cycles per second
CPU motherboard sockets
Land Grid Array (LGA) - Intel motherboards
Pin Grid Array (PGA) - AMD motherboards
RAM Technologies
Synchronous Dynamic Random Access Memory (SDRAM)
The “1st” ram (not actually, but the first mentioned)
Synced to the same clock as the CPU
168 pins
Double Data Rate (DDR) SDRAM
For every 1 clock click, gets 2 bits of information
184 pins
DDR2
240 pins
DDR3
240 pins
DDR4
288 pins
DDR5
288 pins
Each doubles the speed of its predecessor
Types of RAM
Double sided RAM
Has RAM on both sides
Error Correction Code RAM
The older version of this is Parity RAM
RAM that has an extra 2 chips. If functioning chips go bad, these will replace them
Small Outline Dual Inline Memory Module (SO-DIMM)
Used in small form devices, like laptops
BIOS
Basic Input/Output System
Bios is firmware, meaning it’s software stored/burned onto Read Only Memory chips found on your motherboard
Some systems have 2 BIOS chips, one M Main BIOS chip and a B Backup chip
BIOS checks that all hardware components in a system are present, active, and ready on device turn on (POST)
The original BIOS is called Legacy BIOS, and was very limited, leading to the creation of EFI or Extensible Firmware Interface
16 bit
UEFI and EFI
Extensible Firmware Interface was expanded into Unified Extensible Firmware Interface, providing support for larger storage devices, GPT partitioning, enhanced security, faster boot times, etc
UEFI has a GUI
64 bit
The CPU has instructions for loading and starting BIOS (and UEFI) from the firmware, not stopping until the OS is loaded into the RAM
UEFI stores the startup configuration in a data file with an EFI extension, being stored in a specialized EFI system partition which contains the bootloader for the OS
POST
Stands for Power-On Self Test
The CPU communicates with the PC’s hardware, telling them to check themselves and communicate back
If the hardware is good, the computer POSTS. If not, you’re receive beep codes or a displayed error code
System Setup
Where you make changes to the changeable parts of UEFI BIOS
To get to system setup, you hold the delete key or the F2 key while your PC is booting (generally)
Motherboard Form Factors
ATX
Most common form factor: 12 by 9.6 in
Micro ATX
9.6 × 9.6 in
ITX
Larger form factor over the mini ITX
Mini ITX
Smallest form factor
Motherboard Cable Connections
ATX 24-pin connector
Consists of 2 connectors
20-pin connector
4-pin connector
Connects the motherboard to the PSU
8-pin connector
Consists of 2, 4-pin connections
Used to power the CPU
Power Supply Unit
Converts alternating current electricity (AC) to Direct Current (DC) power, powering your PC components
Older models had to switch between 120-volt and 240-volt services, but newer models use Active Power Factor Correction (APFC), which detects and adjusts AC input
PSUs receive wattage ratings (a measure of how much power the PSU delivers in watts), as well as 80+ ratings, which determine the efficiency of the PSU when converting AC to DC power
Different voltages used by PCs
12v
5v
3.3v
Storage Form Factors
5.25” Form Factor
Used by optical media
3.5'“ Form Factor
Form factor of HDDs
2.5” Form Factor
Used for SSDs
Originally used in laptops
1.8” Form Factor
A less popular SSD format
M.2 Form Factor
The most common SSD form factor
1st generation uses SATA interface, later generations are NVMe (Non-Volatile Memory Express)
NVME are faster than SATA, as the CPU handles the job of the hard drive controller, leaving no interface between your CPU and storage
SCSI and ISCSI
Small Computer Systems Interface
Uses a parallel interface
You can connect numerous drives to a system
Internet SCSI
Connect to your PC/Server via ethernet cable
RAID
Stands for Redundant Array of Inexpensive Disks. Multiple HDDs act as a single unit
There is hardware and software RAID forms
RAID goes from 0 - 6, but you can combine those to make different combinations
RAID 0
Striping
Minimum of 2 drive
Information is split and evenly distributed across the drives
Provides speed, but no safety for your data. If a drive dies, all data is lost
Raid 1
Mirroring
Minimum of 2 drives (adding more requires they be paired)
Data is stored identically on the drives
Provides redundancy, but slows performance
Raid 2
3 or 3+ drives needed
Data is split at the bit level across multiple disks and divided into blocks
Uses error correction known as Hamming code, introducing redundancy
Drives are synced by the controller to spin in unison, limited the ability to run multiple operations concurrently
RAID 3
Rarely used in practice
Minimum of 3 drives
Byte-level striping with a dedicated parity disk
RAID 4
Minimum of 3 drives
Block-level striping with a dedicated parity disk
RAID 5
Striping with parity
Minimum of 3 drives
Data is split across 2 drives, the third acts as parity, combining the data of 1 and 2
If 1 drive dies, the parity drive reverses the data storing operation on itself, getting the data from the dead drive back
Only 1 disk can die
Offers redundancy and speed
RAID 6
Minimum of 4 drives
RAID 6 is RAID 5, but with 2 parity drives, so 2 drives can be lost
RAID 10
Striping mirrors
Minimum of 4 drives (2 pairs)
Data is striped across the 2 data pairs, with each pair mirroring it’s partner
You can lose 1 drive from each pair. Losing a complete pair means your data is gone
RAID 0 + 1
Mirroring stripes
Minimum of 4 drives (2 pairs)
Data is striped between a drive pair and then mirror to the other drive pair
You can lose 1 device pair and still be okay
Losing the same striped device of each pair means your data is gone
How to do Encryption
File-based
Disk-based