Architecture Examples And Hierarchy Samuel Njoroge.

Slides:



Advertisements
Similar presentations
Provide data pathways that connect various system components.
Advertisements

Chapter Three: Interconnection Structure
Introduction Computer Hardware Jess 2006 EXPANSION CARDS BUS ARCHITECTURE AND CONNECTORS.
CS-334: Computer Architecture
BY TONY JIA Mother Board and Buses. What is a Mother Board? The motherboard is the largest piece of internal hardware. All of the other internal.
The System Unit Michael Rodriguez Communications 165 T&Th 9:30-10:45.
University College Cork IRELAND Hardware Concepts An understanding of computer hardware is a vital prerequisite for the study of operating systems.
Chapter 4 Section 3.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
Module I Overview of Computer Architecture and Organization.
LOGO. Types of System Boards  Nonintegrated System Board  Nonintegrated system boards can be easily identified because each expansion slot is usually.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
PHY 201 (Blum) Buses Warning: some of the terminology is used inconsistently within the field.
Input/Output. Input/Output Problems Wide variety of peripherals —Delivering different amounts of data —At different speeds —In different formats All slower.
Computer Architecture and Organization
COMP 1017: Digital Technologies Session 7: Motherboards.
ECEn 191 – New Student Seminar - Session 8: Computer Systems ECEn 191 – New Student Seminar – Session 7: Computer Systems Computer Systems ECEn 191 New.
Interconnection Structures
Computer Architecture Examples and Hierarchy By Cheuk Wong.
Understanding Computers “Getting Inside the Computer” Computer Hardware.
LOGO BUS SYSTEM Members: Bui Thi Diep Nguyen Thi Ngoc Mai Vu Thi Thuy Class: 1c06.
Chipset Introduction The chipset is commonly used to refer to a set of specialized chips on a computer's motherboard or.
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
Computer system components By Corey Burton. GPU GPU stands for ‘graphics processing unit’. The GPU can help the computer run smoothly. GPU is used for.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Buses Warning: some of the terminology is used inconsistently within the field.
Unit 2 - Hardware Graphics Cards. Why do we need graphics cards? ● The processor executes commands for many different purposes. ● Graphics processing.
Computer Architecture and Organization Introduction.
CHAPTER 3 TOP LEVEL VIEW OF COMPUTER FUNCTION AND INTERCONNECTION
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
PRESENTATION ON MOTHERBOARD. MOTHERBOARD The motherboard is the main circuit board inside your PC. A motherboard is the central printed circuit board.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
The Components of a System Unit
Chapter 19 Upgrading and Expanding Your PC. 2Practical PC 5 th Edition Chapter 19 Getting Started In this Chapter, you will learn: − If you can upgrade.
I T Essentials I Chapter 1 JEOPARDY HardwareConnector/CablesMemoryAcronymsPotpourri
BUS IN MICROPROCESSOR. Topics to discuss Bus Interface ISA VESA local PCI Plug and Play.
Computer Architecture Part IV-B: I/O Buses. Chipsets Intelligent bus controller chips found on the motherboard Enable higher speeds on one or more buses.
Motherboard and Bios. Generic Modern Motherboard.
Motherboards The Main Printed Circuit Board Inside The PC That Contains and Controls The Components That Are Responsible For Processing Data.
EMBEDDED SYSTEMS ON PCI. INTRODUCTION EMBEDDED SYSTEMS PERIPHERAL COMPONENT INTERCONNECT The presentation involves the success of the widely adopted PCI.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER The System Unit computing ESSENTIALS    
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Input-Output Organization
CHAPTER Microcomputer as a Communication Device. Chapter Objectives Examine the components of the motherboard that relate to communication Describe a.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
PCI Buses Peripheral Component Interconnect Interface.
1 Chapter 2 Central Processing Unit. 2 CPU The "brain" of the computer system is called the central processing unit. Everything that a computer does is.
Local-Area Networks. Topology Defines the Structure of the Network – Physical topology – actual layout of the wire (media) – Logical topology – defines.
Input/Output Organization III: Commercial Bus Standards CE 140 A1/A2 20 August 2003.
System Bus.
Chapter 1: How are computers organized?. Software, data, & processing ? A computers has no insight or intuition A computers has no insight or intuition.
3/22 How a Bus Works. Roll Call Lecture: –general traces addresses sizes types –How a PCI bus works.
G043 – Lecture 03 Motherboards and Processors Mr C Johnston ICT Teacher
Chapter 2.
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS Compiled By: Jishnu Pradeep.
MOTHER BOARD PARTS BY BOGDAN LANGONE BACK PANEL CONNECTORS AND PORTS Back Panels= The back panel is the portion of the motherboard that allows.
Computer systems is a 10-credit unit
Components of Computer
Operating Systems (CS 340 D)
Architecture & Organization 1
Architecture & Organization 1
Overview of Computer Architecture and Organization
Chapter 1: How are computers organized?
Overview of Computer Architecture and Organization
Microprocessor I 7/18/2019.
Presentation transcript:

Architecture Examples And Hierarchy Samuel Njoroge

Architecture Examples and Hierarchy - Overview Architecture Levels Bus interconnection and Bridging Controller chips System Level architecture Board level architecture Chip Level architecture

What are the architectural ranges? Macroscopic – Entire Computer System Microsocopic – an integrated chip

Some Architectural terms System: This is the complete computer; it includes CPU, memory and I/O devices. System architecture describes the interconnection of components and buses Board: Individual circuit board that forms part of a computer. Board architecture describes the interconnection of chips and the interface to the bus Chip: Individual integrated chip that is used on a circuit board. Chip architecture describes the interconnection of functional units and gates Bus: Subsystem that transfers data and power between computer components Functional Unit: An entity of hardware capable of accomplishing specified purpose.

System level Architecture of PC Functional Units  Processor  Memory  I/O Interfaces Interconnections  High Speed Buses: - For functional units requiring high speed  Low speed buses: For functional units requiring low seed

Bus Interconnection and Bridging To interconnect buses we use Bridging With Bridge technology we can have multiple bridges Bridge technology enables backward compatibility (.e.g. old I/O devices can be used with new processor

Example of bridging A processor uses Peripheral Component Interconnect Bus (PCI) I/O devices uses Industrial Standard Architecture (ISA). These buses are incompatible and cannot be connected Solution: use Bridge Technology.

Physical Architecture of Bridge Design of bridge is complex The architecture of the Bridge uses special controllers – Controller Chips Separates high speed and low speed units onto separate chips. A controller can also provide an illusion of a bus

Example of PC architecture Two Controller chips A). Northbridge Chip:- Processor, Memory Advanced Graphic port (AGP). B.) Southbridge Chip:- LAN interface, PCI Bus, Printer and Input Ports

PC controller layout

Board Level Architecture For Board level Architecture I’ll use an example of a LAN Interface LAN Interface:  Connect computer to a Network  Transmit data between computers and network  Comprised of an individual circuit board with Processor and memory.

Board Level Architecture – LAN Interface. SRAM  Highest Speed  Used for Instructions. DRAM  Lower Speeds  Used for data transfer

Chip Level Architecture – Intel Network Processor Chip Level Architecture shows us the internal design of an integrated circuit that are concealed in a board level architecture

Example of the functional units on a Chip

Summary Architecture level of a system can be viewed at several layers of abstraction System architecture shows the entire computer system Board Architecture shows individual circuit board Chip architecture shows Individual integrated circuit Functional unit architecture shows individual functional unit on integrated circuit.

Works Cited. Essentials of Computer Architecture  Douglas E. Corner