Org Lecture
Org Lecture
Organization and
Architecture
1
1.1. Introduction of Computer system &
organization
• A computer system
– There are three major components of a computer system:
• Hardware
• Software
• Humanware
1. Computer Organization
What is computer organization?
Computer organization is concerned with:
1. The way the hardware components
operate and
2. The way they are connected together
to form the computer system.
The various components are assumed to
be in place and the task is to investigate
the organizational structure to verify that
the computer parts operate as intended.
3
Internal Bus Organization
Von Neumann
Machine
4
PCI (Peripheral Component Interconnect) Slot: - can be used for
components such as Ethernet cards, sound cards, and modems.
ISA (Industry Standard Architecture) :-served as an interface
between add-on cards and motherboards. ISA endured as the
most supported and utilized I/O standard.
SCSI (Small Computer System Interface): It's a fast bus that can
connect lots of devices to a computer at the same time,
including hard drives, scanners, CD-ROM/RW drives, printers
and tape drives.
Northbridge - This allows communication between the CPU
and the system memory and PCI-slots.
Southbridge - This is the controller for components such as the
PCI slots, onboard audio, and USB connections.
Multiple Bus Organization( PCI,ISA,MEMORY, and SCSI
Von Neumann
Machine
7
Multi-Processor Organization
8
2. Compute Design
• Compute design is concerned with the
hardware design of the computer. Once
the computer specifications are
formulated, it is the task of the designer to
develop hardware for the system.
• Computer design is concerned with the
determination of what hardware should be
used and how the parts should be
connected. This aspect of computer
hardware is sometimes referred to as
computer implementation.
9
3 . Computer Architecture
10
Computer Level Hierarchy
11
System Architecture layer
12
Computer Architecture
• Computer Architecture is the design of the computer at the
hardware/software interface.
• Computer Architecture =
Instruction Set Architecture + Machine Organization
Computer Architecture
14
II - Machine Organization
• Machine organization is the view of the
computer that is seen by the logic designer. It
deals with
Capabilities & performance characteristics of functional
units (e.g., registers, ALU, shifters, etc.).
Ways in which these components are interconnected
How information flows between components
Logic and means by which such information flow is
controlled
Coordination of functional units to realize the ISA
• Typically the machine organization is designed
to meet a given instruction set architecture.
15
What is Computer Architecture?
Better (More Detailed)
Application
Operating
System
Compiler Firmware
Instruction Set
Architecture
Instr. Set Proc. I/O system
Data path & Control
Digital Design
Circuit Design
Layout
16
Forces on Computer Architecture
Technology Programming
Languages
Applications
Computer
Architectur
e
Operating
Systems
History
17
Self-Assessment
• Compare& contrast computer
architecture & organization
• Which memory acts as a buffer
between CPU and main memory?
– RAM
– ROM
– Cache
– Storage
• Identify the internal parts of
Motherboard?
18
1.3. Structure and Function
Structure
• Computer architecture, structure of a digital
computer, encompassing the design and
layout of its instruction set and storage
registers. Its principal components or
subsystems, each of which could be said to
have an architecture of its own, are
input/output, storage, communication,
control, and processing.
Functions of Computer
• There are four main functions of a computer
system: Input, Processing, Storage, Output
and Controlling 19
Function of computer
20
1.4. Interconnection Structures
Types of interconnections
Memory to Processor:- the processor read an instruction or unit of data from
memeory
Processor to memory:- the processor writes unit of data to memory
I/O to Processor:- the data reads from I/O device through I/O module
Processor to I/O:- the processor sends data to I/O device.
21
System Bus
• Common System Bus Interconnection
Type of Bus Description
Data Bus Carries data
Remember that there is no difference between “data” and “instruction” at this level
Width is a key determinant of performance
8, 16, 32, 64 bit
22
The block diagram of computer)
Computer Memory Measurement Units
The following table explains the main memory
storage units: −
No
Unit Description
Bit (Binary Digit) =1bit. .
24
Microprocessors
• Microprocessors can be characterized based on :
– the word size(data handling capacity )
8 bit, 16 bit, 32 bit, etc. processors
– Instruction set structure
RISC (Reduced Instruction Set Computer), CISC (Complex Instruction Set
Computer)
– Functions
General purpose, special purpose such image processing, floating point
calculations
– memory organization
Von-Neumann architecture
Harvard architecture
Example
• 16 bit instructions set ?
– Opcode = 4 bits
– Address =12 bits = total combinations =4096 address
• Address have source and destination data
Op-code
0000
0001
.
.
1111
26
Example: 8 bits data & 4 bit address
27
Self-Assessment
• A gigabyte is equal to
– 1024 bytes
– 1024 megabytes
– Million megabytes
– Thousand kilobytes