Fleshed out a bit with different types of PSU's (#22747)

* Fleshed out a bit with different types of PSU's

* fixed modular heading size
pull/24254/head^2
cmachugh2 2018-11-26 18:36:12 +00:00 committed by Randell Dawson
parent 827b3d8194
commit 45ef6adeaf
1 changed files with 28 additions and 4 deletions

View File

@ -5,12 +5,37 @@ title: Power Supply
A Power Supply Unit (PSU) supplies power to a computer. It converts AC power into steady low-voltage DC power for the internal components. A power supply is required in order for a computer to operate properly and it's wattage must be matched appropriately to all the components inside the computer. It also regulates overheating by controlling the voltage. Depending on the model of power supply, voltage control can either be manual or automatic.
Like the CPU, or RAM, the PSU is a necessary component to the PC because without it nothing within the machine would function. Arguably may be one of the more crucial parts to research when assembling custom computers because of this fact.
## Description
Is typically seen as a metal box either in the top or bottom, most posterior portion of a PC case. It has a bunch of cables streaming out of it to various parts of the computer. These cables can be detachable or integrated depending on the model of PSU. Typically it's wattage (e.g 600w) is relative to the size of the PSU, and is an important factor to keep in mind when considering the demand of your machine vs how much space is inside the case.
Like the CPU, or RAM, the PSU is a necessary component to the PC because without it nothing within the machine would function. Arguably may be one of the more crucial parts to research when assembling custom computers because of this fact.
## Modularity
PSUs can be divided into two categories:
### Non-modular
A non-modular PSU is the most common type of PSU, this PSU is unadaptable with the power ports it provides to the components, it will usually contain:
* A 32pin power supply module for the motherboard
* Any number of SATA power supply modules, these are usually to power hard drives and disk drives
* One or two PCIE power supply modules, usually for expansion cards such as GPU
* A CPU power supply module
### Modular
Modular power supplies are becoming more common nowadays, these are more commonly seen amongst "high end" PSUs. The advantage these have over non-modular supplies is that they can be expanded to add additional power supply modules.
As with the non-modular supply, you will get:
* A 32 pin power supply module for the motherboard
* a CPU power supply module, this will usually be on the same cable as the motherboard power
The PSU will then have several expansion slots on the back to add additional PCIE power cables and SATA cables for multi GPU or hard drive builds.
A PSU is usually not user serviceable. For your safety, it is wise to never open a power supply unit.
Note: Please do not "cheap out" when buying a power supply, it is one of the most crucial elements when building a PC and can damage your other components if not treated as such.
## Standard types of Cables
With every modern power supply you should have:
@ -25,5 +50,4 @@ Because the power supply unit is the first component between the electric outlet
Additionally, the internal parts of a PSU are usually not user serviceable. For your safety, it is wise to never open a power supply unit without proper equipment and/or certifications.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
* <a href='https://en.wikipedia.org/wiki/Power_supply_unit_(computer)' target='_blank' rel='nofollow'>Power Supply</a>
- Power Supply: [Wikipedia](https://en.wikipedia.org/wiki/Power_supply_unit_(computer))