Modul3 3 - Motherboards, Buses, and Interfaces Flashcards
List the six motherboard form factors we need to know:
- AT (Advanced Technology)
- ATX (Advanced Technology Extended)
- MicroATX
- BTX (Balanced Technology Extended)
- NLX (New Low-profile Extended)
- Mini-ITX
Identify the following motherboard type:
Advanced Technology
- Brown slots are ISA bus slots, very old and slow.
- The only connection exposed outside the case was the DIN-5 keyboard connector
- Featured two identically-shaped power connectors that could be installed correctly. (should be installed so black wires are next to each other).
- Wall current (110-120 volts AC) was brought directly to the power switch inside, creating internal shock hazard
Identify the following motherboard type:
ATX (Advanced Technology Extended)
- Uses one power connector, designed to be installed only one way.
- AC voltage no longer brought in the case.
- Provides AGP (Accelerated Graphics Port) or PCI Express
Identify the following motherboard type:
Micro ATX
- Typically uses the same chipset as full-size ATX boards
Identify the following motherboard type:
Mini-ITX
- Passively-cooled for use in smalls spaces
- Many built-in components, especially video and audio
- Generated much less heat than full-size boards
Identify the following motherboard type:
BTX (Balanced Technology Extended)
- Better cooling by lining up heat-producing components between intake vents and exhaust vans
- Improved acoustic and system performance.
- Never widely accepted
Identify the following motherboard type:
NLX (New Low-profile Extended)
- Intel designed in 1997
- For slimmer desktop computer cases
- Very often proprietary to the OEM vendor, such as HP or Dell
*
Things to keep in mind when replacing mother boards:
- If cost is an issue, replace with an exact duplicate if possible.
- Make sure form factor matches case and power supply. AT, ATX, and BTX form factors are not compatible.
- If upgrading to a better motherboard, check to see that CPU and RAM are compatible with newer one.
- Consider updating BIOS if the new motherboard BIOS is significantly older than the latest version.
What size fans are most popular for computer cases?
80 mm
92mm
120mm
What type of cooling system is this?
- Negative Pressure System
- Air wants to get in.
- Can build-up dust inside the case unless filters are used.
What type of cooling system is this?
- Positive Pressure Cooling
- Air wants to get out.
- Air will try to escape out any opening in the case, graphics cards that exhaust air our of chassis will work more efficiently.
- Dust is less prevalent
What is this?
I/O Shield
- Thin rectangular piece of aluminum with cutouts for external ports of the motehrboard.
- Fits on back of case and is specific to the motherboard installed.
What is a bus?
- A pipeline that supports the transfer of data between components inside a computer or between a computer and external components.
- Can logically connect several peripherals over the same set of wires.
- In addition to data, can also carry control signals, addresses of devices, power.
Parallel Communications
- Uses multiple wires to carry multiple bits of data, like a multilane highway.
- Typical data widths of 4, 8, 16, 32, and 64 bits, although some internal buses can be much wider.
- Design flaws:
- Simplex communication
- Clock skew
- Crosstalk
- Largely fading from use in favor of serial transmission.
Simplex communication
Can only transmit in one direction at a time, thus limiting speed.
(A design flaw of parallel communications.)
Clock skew
Causes some bits to arrive early and som late. Receiving device must wait for all bits to be received before continuing.
(A design flaw of parallel communications)
Crosstalk
A condition that allows bits to jump from one wire to the wire next to it.
(A design flaw of parallel communications)
What is soft power?
A feature introduced with ATX that allows software to shut down the computer.
What connectors were introduced with ATX?
Introduced PS/2 keyboard and mouse (DIN-6 or mini-DIN connector)
What voltage DC power is brought into ATX motherboard via 20 or 24-pin ATX/P1 connector?
- 3.3
- 5
- 12 volts DC power
What are the dimensions of the ATX motherboard?
12 x 9.6 inches
Is Micro ATX backwards compatible with ATX mounting hardware?
Yes, it is smaller but the connection points line up.
What size power connector does the Micro ATX use?
Uses standard 20 or 24-pin power connector with same voltages as ATX.
How many expansion slots in MicroATX motherboard?
- no more than 4 (Reduced number of expansion slots from ATX)
What is the only motherboard design not introduced by Intel?
Mini-ITX
VIA Corp introduced in 2001
What are the dimensions of the Mini-ITX motherboard?
6.7 x 6.7 inches
Is Mini-ITX compliant with ATX mounting?
Not compliant with ATX.
What size power connector does Mini-ITX use?
20 or 24 pin power connector with same voltages as ATX
What are the dimensions of the BTX motherboard?
12.8 x 11.34 inches
When was BTX motherboard introduced?
Intel introduced in 2004
What motherboard uses specialized “riser card” or “daughter card”
NLX (New Low-profile Extended)
How does serial transmission work?
One bit at a time, similar to one vehicle after another on a street.
What is “full duplex” in regards to serial communications?
Means transmission can occur in both directions at the same time (provided there is a transmit pair of wires and a receive pair of wires)
Where is the clock signal in serial communications?
Imbedded in the transmission.
Therefore serial communication does not need to be synchronized like parallel transmission.
T/F - Generally speaking, serial buses are much faster than parallel buses.
True.
Name five buses that use serial communications:
PCI Express
USB
Firewire
SATA
Serial SCSI
What is clock speed?
A computer bus has a clock that provides the frequency for the bus, typically measured in megahertz (MHz) or gigahertz (GHz).
What does hertz mean?
A term that specifies one cycle per second.
A bus that runs 33 MHz runs at 33 million cycles per second.
T/F - Generally speaking, the faster the clock the faster that data moves on the bus.
True
T/F - Some activities, also known as operations or transactions, can take several clock cycles to complete.
True
What is the bandwidth/peak transfer rate of a bus?
The maximum amount of bits or bytes that the bus can transport during a second of time.
What is the bandwidth for a PCI bus?
133 megabytes per second (MB/s)
What is the bandwidth for USB 2.0 bus?
480 megabits per second (Mb/s)
What is the actual transfer rate or throughput, bit rate, or data rate?
The actual peak transfer rate, which may be equal to the bandwidth but is usually less because of other factors.
What are some factors that effect bandwidth or actual transfer rate?
- devices in use on the bus,
- amount of data being transmitted
- transmitting speed of the device connected to the bus.
How do you calculate bandwidth?
Multiply the clock rate by the data width, in bytes.
Ex. If clock speed is 33.33 MHz and data width is 4 bytes (32 bits), or:
33.33 x 4 = 133.32 MB/s
Usually rounded off, so clock speed would be 33 MHz and bandwidth would be 133 MB/s.
What is an expansion slot?
A connector on a motherboard that accepts expansion/add-in cards, such as sound, network, video cards, etc.
What was the order that expansion slots were added?
- First ISA slots only
- Then PCI
- Then AGP (Accelerated Graphics Port)
- PCI Express (PCIe) was final, as all others were eliminated because PCIe is magnitudes faster.
What does PCI stand for?
Peripheral Component Interconnect
What type of communications does PCI use?
(Parallel or Serial)
Parallel
What is the data width of PCI buses?
Typically 32 bits (4 bytes)
What volts are used PCI buses?
- 3.3 volts originally
- 5 volts later
Where is the slot on a 5-volt PCI slot?
Right side