[Resolved] Building a PC - Part 2: The Motherboard
I'm continuing my quest to build a PC.
As I stated in the first thread (located here), I've put together plenty of PCs in my life, but I've never had to actually pick out and buy the parts myself. They were provided to me.
I've already bought this case, and am planning to buy a new part for it every 2-4 weeks, due to budget constraints.
So now that I've gotten a pretty good idea what kind of power supply I need, I thought I'd start trying to understand motherboards.
I'm looking on www.newegg.com right now, and all of the options and such are quite confusing to me.
So I have a few questions...
[list=1][*]Should I go with an AMD or Intel motherboard? What are the pros and cons of each? What are some good types of motherboards for your recommendation?[*]What are the differences between CPU socket types?[*]What's hard drive ATA and what's good/what isn't?[*]I pretty much have a grasp on the memory differences. I had planned to go with DDR DIMM. Thoughts?[*]What is North Bridge and South Bridge chipset?[*]Onboard LAN, Audio, and Video?[*]Hard drive interface? What's better, IDE or SCSI? Is SCSI just Intel?[*]ATX or MicroATX? I believe my case supports both, but what's the difference?[*]What's RAID?[*]AGP, ISA, PCI, and other slots? Huh?[/list=1]
I really don't understand much of this stuff, so any help you can provide is muchly appreciated.
Re: Building a PC - Part 2: The Motherboard
Quote:
Originally posted by The Hobo
So I have a few questions...
[list=1][*]Should I go with an AMD or Intel motherboard? What are the pros and cons of each? What are some good types of motherboards for your recommendation?[*]What are the differences between CPU socket types?[*]What's hard drive ATA and what's good/what isn't?[*]I pretty much have a grasp on the memory differences. I had planned to go with DDR DIMM. Thoughts?[*]What is North Bridge and South Bridge chipset?[*]Onboard LAN, Audio, and Video?[*]Hard drive interface? What's better, IDE or SCSI? Is SCSI just Intel?[*]ATX or MicroATX? I believe my case supports both, but what's the difference?[*]What's RAID?[*]AGP, ISA, PCI, and other slots? Huh?[/list=1]
I really don't understand much of this stuff, so any help you can provide is muchly appreciated.
1. You buy Intel or AMD platform motherboards based on what CPU you choose. Decide on the CPU first, then on the motherboard. However be warned that AMD motherboards are typically a LOT cheaper than their Intel counterparts, especially the new Springdale/Canterwood based motherboards. nForce 2 is dirt cheap now.
I'd go with AMD + nForce 2 based motherboard. Which one exactly depends on what you want and your budget.
2. CPU socket types are dependent on the CPU itself. Don't worry as you'll likely be buying a Athlon XP or a P4, and so long as you buy a compatable motherboard there is no way to "get the wrong socket type." This is especially true with Athlons, since the socket type hasn't changed since the good ol Athlon Thunderbird days (I have two at the moment :))
3. ATA is just a drive-device communications standard. Good is ATA-133 (133 refers to the maximum theoretical transfer speed in MB), better is SATA-150. Best of course would be Ultra320 RAID...but that costs a ton, generates too much heat, and takes too much space.
4. Get DDR 2700 at least, and 3200 if you can afford it. Avoid sketchy brands of memory. If you're dying for "cheap but good" memory then get Samsung.
You may be tempted by the low prices on Kingston HyperX. I've heard that they have issues with nForce 2 boards....but I can't say either way. Still, play it safe.
If you are overclocking, then go with the o/c specific memory (Corsair XMS, etc etc)
5. The NB + SB are just part of the chipset that the motherboard uses (essentially this determines which platform the motherboard supports, and thus which CPU it uses). The most common chipsets in use are nVidia's nForce 2, VIA's KT400, SIS's 655 (something like that), Intel 845 (I believe), and now Springdale should be heating up.
As to what the NB and SB do...
NB - interface between CPU, Memory, AGP
SB - essentially runs the PCI bus (IDE devices, onboard audio/LAN, PCI slots, etc)
(I'm trying to remember off the top of my head...but its not too important anyways)
6. Onboard LAN is nice (especially on Springdale/Canterwood/nForce 2) as it saves you money and a PCI slot. Onboard Audio is nice on some new Springdale boards and any SoundStorm certified nForce 2 board. Its cheap and it works well (I'd take any recent AC97 2.2 DSP over the SBLive, believe it or not).
Onboard video, however, is the plague.
7. SCSI is superior in almost every way, but its expensive. Unless you have cash to blow or need lighting fast disk access, get IDE.
SCSI is not Intel specific.
8. ATX and mATX just refer to the size of the board. Almost every decent motherboard is ATX-sized.
9. RAID ("Redundant Array of Independent Drives") is a method of using multiple physical disks, "merging" them into one logical volume, and reaping the benefits of data security / access speed / both. The most common variations of RAID are:
Mirrored RAID - data is written identically to N drives, thus providing more data-security (if one drive goes dead, you still have N-1 drives to rely on). Read speed is theoretically increased by a factor of N. Write speed is a tad slower usually.
Striped RAID - data is written "across" N drives, IE the 1st block of a file is written to drive 1, the 2nd block to drive 2, etc etc. This decreases the security of the system (lose one drive and your whole setup is nerfed), but increases both read and write speed by a factor of N.
Stripe-Mirrored RAID - essentially a mixture, using at least 4 drives. Think of it as a Striped RAID setup that is mirrored.
RAID 5 - this is "good" RAID, used usually with 3 drives. Block 1 is written to drive 1, Block 2 to drive 2, and the XOR checksum to drive 3. Block 3 is written to drive 2, block 4 to drive 3, XOR checksum to drive 1, etc. Read and write speeds both increase, and if one drive dies, the system is still safe (2 drives = death though). Eats up CPU time unless you have a good hardware RAID5 controller.
whew.
10. AGP is for all (decent) graphics cards.
PCI is for most other things (sound cards, network, TV, etc)
ISA is an archaic bus type. Don't even think about it.
Other slots include CNR, AMR, and that stuff. Generally useless.