25
System Configuration Chapter 3

System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Embed Size (px)

Citation preview

Page 1: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

System ConfigurationChapter 3

Page 2: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Objectives

•Distinguish between the various methods used to configure a computer

•Describe how to replace a motherboard battery

•Identify system resources such as interrupts, DMA channels, memory addresses, and I/O addresses

Page 3: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Configuration Overview•The BIOS (basic input/output system) is an

important motherboard component. The BIOS has the following functions:▫Holds and executes POST (power on self test)

—the program that identifies, tests, and initializes basic hardware components

▫Holds a basic routine called a bootstrap program that locates an operating system and allows it to load

▫Holds Setup, which is a program that allows device settings to be viewed and managed

Page 4: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

The Setup Program•Most computers have Setup software built

into the system BIOS chip on the motherboard and accessed by specific keystrokes determined by the BIOS manufacturer.

•During the boot process, most computers will display a message stating which keystrokes will launch the Setup program.

•The keystroke can be one key pressed during startup such as the F1, F2 or Del keys.

Page 5: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Flash BIOS•Flash BIOS is the most common type of

BIOS that allows changing the BIOS without installing a new chip or chips.

•The following procedure is one example of “flashing the BIOS”:▫Once the system BIOS upgrade is downloaded

from the Internet, execute the update.▫Follow the directions on the screen or from the

manufacturer.▫Reboot the computer.

Page 6: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

CMOS Memory

•Settings changed in system BIOS are recorded and stored in CMOS (complementary metal oxide semiconductor) found in the motherboard chipset (south bridge or I/O controller hub).

•CMOS is low-powered memory powered by a small coin-sized lithium battery when the system is powered off.

Page 7: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

BIOS Configuration Settings

•BIOS options vary according to manufacturer, but many options are similar.

•Table 3.1 shows some common BIOS settings and a brief explanation of each.

Page 8: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 9: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Motherboard Batteries

•The most common battery used today is a lithium battery about the size of a nickel.

•Figure 3.2 shows a photo of a lithium battery installed on a motherboard.

Page 10: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 11: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Plug and Play

•Plug and play (PnP) allows automatic software configuration of an adapter.

•A PnP adapter plugs into an expansion slot without having to configure the board or worry about the adapter conflicting with other adapters already installed in the system.

Page 12: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Configuration through Switches

•A switch (sometimes called a DIP switch) can be used to configure motherboard and adapter options.

•Switches can be found on older adapters and still can be found on motherboards and devices.

•There are two basic models of switches: slide and rocker.

Page 13: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 14: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 15: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Other Configuration Parameters•Other possible parameters contained and

set via the Setup program or operating system are▫IRQs (interrupt requests), ▫I/O (input/output) addresses, ▫DMA (direct memory access) channels, and▫memory addresses.

Page 16: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

IRQ (Interrupt Request)

•The processor prioritizes device requests through the use of IRQ.

•An IRQ (interrupt request) is a number assigned to expansion adapters or ports so orderly communication can occur between the device or port and the processor.

Page 17: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 18: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

I/O (Input/Output) Addresses•An I/O address, otherwise known as an

input/output address or port address, allows the device and the processor to exchange data.

•The I/O address is like a mailbox number; it must be unique or the mailman gets confused. ▫The device places data (mail) in the box for the

CPU to pick up. ▫The processor delivers the data to the

appropriate device through the same I/O address (mailbox number)

Page 19: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

•Table 3.7 shows common I/O addresses used in computers.

Page 20: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 21: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

DMA Channels• A DMA channel (direct memory access channel)

is a number assigned to an adapter. • The DMA assignment allows the adapter to bypass

the CPU and communicate directly with RAM. • Transferring the data directly to memory speeds

up transfers. • Devices that frequently take advantage of DMA

are drives, tape backup units, and multimedia adapters such as sound cards.

• A drawback to DMA transfers is that the processor may be put on hold until the DMA data transfer is complete.

Page 22: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Memory Addresses

•A memory address is a unique address assigned to the BIOS, any other ROM chips installed on adapters, and RAM chips installed in the system.

•The memory address is used by the CPU when it accesses information inside the chip.

Page 23: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard
Page 24: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

Configuration Overview•ISA, EISA, PCI, PCIe, and AGP adapters must

be configured for the proper IRQ, I/O address, memory address, and DMA channel.

•The system BIOS plays an important role when the computer boots. The BIOS detects installed adapters and, together with the operating system, determines what resources to assign to the adapter.▫This information is stored in a part of CMOS

known as the ESCD (extended system configuration data) area.

Page 25: System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard

The end