unit 2 computer systems...

13
Unit 2 Computer Systems Physical Authentication Types 1

Upload: others

Post on 22-Jan-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

Unit 2 Computer Systems

Physical Authentication Types

1

Page 2: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

THESE TWO CHIPS CONTAIN THE BULK OF THE LOGIC THAT ALLOWS A CPU TO COMMUNICATE WITH OTHER HARDWARE

The North Bridge chip is responsible for communication from the CPU to memory, the CPU to the PCI (Peripheral Component Interconnect) Express bus, and the Advanced Graphics Port (AGP) device

The South Bridge chip is responsible for communication between the CPU and other devices, such as PCI, ISA, and IDE devices.

North and South Bridge Chipsets 2

Page 3: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

The North Bridge chip is

typically the second largest

chip (after the processor) and

also typically contains a heat

sink or a fan on top of the chip

to keep it cool.

The North Bridge chip is

typically located between the

processor and the AGP slot

The South Bridge is normally

located farther from the

processor — usually beside

the PCI slots.

Physical Authentication Types 3

Page 4: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

Physical Authentication Types 4

Page 5: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

WHAT IS A BUS? Computer components communicate via buses.

A Bus is a physical Channel that carries electrical signals, usually in parallel form across the Motherboard.

The most important bus between two key parts (Motherboard and CPU) is the Front side Bus (FSB)which provides bi-directional communications channel between the CPU and the North Bridge chipset.

Other busses include AGP PCIe, PCI , ISA (expansion buses).

Bus Types 5

Page 6: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

BUS TASKResearch the following Busses:-

Control Bus

Address Bus

Data Bus

System Bus

I/O Bus

Create a table listing itsType

Function

Role

Position

What bridge are they associated with North/South

Physical Authentication Types 6

Page 7: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

MOTHERBOARD BLOCK DIAGRAM

Physical Authentication Types 7

This Motherboard block

diagram can be found within

a Motherboard manual.

The diagram identifies how

components communicate

within a computer.

Northbridge = fast

communications, fastest

being Front side Bus (FSB).

Southbridge = Slower

communications.

Page 8: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

CACHE MEMORY

Cache memory a is fast SRAM (static) memory, that does not need refreshing.

Cache is fast an expensive and is usually found as Kilobytes or Megabytes.

Cache can be found on processors as L1 and L2 cache.

Cache can also be found on Hard disks (aka buffer).

Cache is used to speed up bottlenecks to include commonly used data or data that the processor may require soon.

Physical Authentication Types 8

Page 9: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

DATA COMMUNICATION SPEEDS FAST TO SLOW?

Processor (fastest component) L1 Cache

L2 Cache

L3 Cache

RAM

Hard disk & other South Bridge devices

Physical Authentication Types 9

Page 10: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

OVERVIEW OF COMPONENT SPEEDS

Physical Authentication Types 10

The CPU is the fastest device in the system and it needs to fetch and store information to and from RAM.

RAM is slower as it is based on dynamic RAM (which means the memory needs refreshing periodically rendering it unreadable during refresh.

Cache (Fast SRAM) is used to attempt to resolve any wait states.

When the CPU requires info from RAM it also reads in what it thinks it may need soon (to Cache).

When the processor needs further information it looks at the cache first (L1) , L2 & L3 cache can be on the processor or on the motherboard .

Cache is usually a small amount of fast SRAM (static) RAM that does not need to be refreshed, as it is fast it is costly!

Loading a file for the first time, will be loaded from the Hard disk into RAM via the processor. The application will stay in RAM for the time it is being used and may stay in the RAM after being closed until eventually it is dropped out of RAM.

Page 11: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

QUIZ TIMELog in to Your Space and take the Hardware Quiz under lesson 5 Motherboards

1. Hardware Quiz - QUIA – Hardware

2. Hardware Quiz - CompTIA A+ Hardware

3. Hardware Quiz - How stuff works

Screen grab your results add to a word document and submit to your-space.

Physical Authentication Types 11

Page 12: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

COMPUTER DIAGRAM

Continue your computer Diagram

Include the North and South Bridge information.

Diagram lesson 3 A1

Physical Authentication Types 12

Page 13: Unit 2 Computer Systems 1wiki.computing.hct.ac.uk/_media/computing/btec/level3/motherboard_bridges.pdf · Motherboard. The most important bus between two key parts (Motherboard and

WHAT DO WE KNOW

What is the fastest Bridge?

What is attached to a PCI Bus?

What Bridge is associated with Ram?

Which bridge is associated with CMOS?

Physical Authentication Types 13