Computer Evolution and Performance

Slides:



Advertisements
Similar presentations
Computer Abstractions and Technology
Advertisements

Computer Architecture & Organization
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 4: Computer Performance.
Dr Mohamed Menacer College of Computer Science and Engineering, Taibah University CS-334: Computer.
CPU Performance Assessment As-Bahiya Abu-Samra *Moore’s Law *Clock Speed *Instruction Execution Rate - MIPS - MFLOPS *SPEC Speed Metric *Amdahl’s.
Computer performance.
COMPUTER ORGANIZATION CSNB123. COMPUTER ORGANIZATION CSNB123 Expected Course Outcome #Course OutcomeCoverage 1Explain the concepts that underlie modern.
Dr Mohamed Menacer College of Computer Science and Engineering Taibah University CE-321: Computer.
Computer Architecture (Hardware Engineering) Dr. BEN CHOI Ph.D. in EE (Computer Engineering), The Ohio State University System Performance Engineer, Lucent.
CHAPTER 2 COMPUTER EVOLUTION
Semiconductor Memory 1970 Fairchild Size of a single core –i.e. 1 bit of magnetic core storage Holds 256 bits Non-destructive read Much faster than core.
Computer Architecture – CSC 345 Dr. Robert Fisher —Office Hours: TTh – 11:00-11:45. Also after class. —Office: CSTI 607 —
Computer Organization and Architecture Lecture 1 Introduction.
Computer Organization & Assembly Language Computer Organization & Assembly Language © by DR. M. Amer.
01 Introduction – Computer Evolution & Performance Computer Organization.
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
Computer Architecture EKT 422 Chapter 2 Computer Evolution and Performance.
2007 Sept 06SYSC 2001* - Fall SYSC2001-Ch1.ppt1 Computer Architecture & Organization  Instruction set, number of bits used for data representation,
Chapter 2 Computer Evolution and Performance ECEG-3202 Computer Architecture and Organization.
Computer Architecture and Organization © by DR. M. Amer.
Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
Computer Evolution and Performance. ENIAC - background Electronic Numerical Integrator And Computer Electronic Numerical Integrator And Computer Eckert.
Computer Organization and Architecture 23 Feb 2009.
Chapter 5: Computer Systems Design and Organization Dr Mohamed Menacer Taibah University
Computer Evolution and Performance. ENIAC - background Electronic Numerical Integrator And Computer Electronic Numerical Integrator And Computer Eckert.
Chapter 2 Computer Evolution and Performance. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania.
Computer Evolution and Performance. ENIAC - background Electronic Numerical Integrator And Computer Electronic Numerical Integrator And Computer Eckert.
Chapter 2 Computer Evolution and Performance. ENIAC - background ENIAC(Electronic Numerical Integrator And Computer) was world’s first general purpose.
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 6th Edition
William Stallings Computer Organization and Architecture 6th Edition
William Stallings Computer Organization and Architecture 7th Edition
Architecture & Organization 1
ECEG-3202 Computer Architecture and Organization
William Stallings Computer Organization and Architecture 8th Edition
CS-301 Introduction to Computing Lecture 17
INTRODUCTION TO MICROPROCESSORS
Computer Architecture and Organization
Chapter 2 Computer Evolution and Performance (cont’d)
William Stallings Computer Organization and Architecture 8th Edition
Architecture & Organization 1
BIC 10503: COMPUTER ARCHITECTURE
Created by Vivi Sahfitri
AKT211 – CAO 02 – Computer Evolution and Performance
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 6th Edition
Computer Evolution and Performance
Presentation transcript:

Computer Evolution and Performance

Semiconductor Memory In the 1950s and 1960s, most computer memory was ferromagnetic •Size of a single core —i.e. 1 bit of magnetic core storage in 1970, Fairchild produced the first semiconductor memory •Holds 256 bits •Non-destructive read •Much faster than core(Magnetic-core Memory) •Capacity approximately doubles each year

Magnetic-core Memory

Microprocessors -Intel 1971- 4004 —First microprocessor —All CPU components on a single chip —4 bit —Multiplication by repeated addition, no hardware multiplier! •Followed in 1972 by 8008 —8 bit —Both designed for specific applications 1974- 8080 —Intel’s first general purpose microprocessor

Intel 4004 Microprocessor

Designing for performance •Today’s computer basic building blocks are still the ones of the IAS!... •But many ―tricks‖ have been invented to improve performance

Some of the main “tricks” •Pipelining •On board cache •On board L1 & L2 cache •Branch prediction •Data flow analysis •Speculative execution

Performance Balance •Processor speed increased •Memory capacity increased •Memory speed lags behind processor speed —See Fig. 2.10 on next slide

I/O Devices •Peripherals with intensive I/O demands —E.g. Computer clusters •Large data throughput demands •Processors can handle this •Problem moving data •Solutions: —Caching —Buffering —Higher-speed interconnection buses —More elaborate bus structures —Multiple-processor configurations

How to increase CPU speed 1. Increase hardwarespeed of processor How? Shrinking logic gate size Pros: •Smaller transistor smaller capacitance —Smaller RC —Smaller current per gate •Shorter wires smaller R smaller RC •Gates closer together shorter ―speed-of-light propagation delay

How to increase CPU speed 2. Increase size and speed of caches How? Dedicating part of CPU chip to cache memory ―With the 486processor, an 8KB cache was integrated directly into the CPU die. This cache was termed Level 1 or L1 cache to differentiate it from the slower on- motherboard, or Level 2 (L2) cache.

Increased Cache Capacity •Typically two or three levels of cache between processor and main memory •Chip density increased —More cache memory on chip –Faster cache access •Pentium chip devoted about 10% of chip area to cache •Pentium 4 devotes about 50%

How to increase CPU speed 3. Change processor organization and architecture —Increase effective speed of execution —Parallelism

New Approach –Multiple Cores •Multiple processors on a single chip —Large shared cache •Within a processor, increase in performance proportional to square root of increase in complexity •If software can use multiple processors, doubling number of processors almost doubles performance •So, use two simpler processors on the chip rather than one more complex processor •With two processors, larger caches are justified —Power consumption of memory logic is less than processing logic Why?

Benchmarks •Programs designed to test performance •Written in high level languages —Portable •Represents style of task —Systems, numerical, commercial •Easily measured •Widely distributed •E.g. System Performance Evaluation Corporation (SPEC)

Assessment of computer performance •Key parameters —Performance, cost, size, security, reliability, power consumption •System clock speed —In Hz or multiples thereof —Clock rate, clock cycle, clock tick, cycle time •Signals in CPU take time to settle down to 1 or 0 •Signals may change at different speeds •Operations need to be synchronised

Assessment of computer performance •Instruction execution takes place in discrete steps —Fetch, decode, load and store, arithmetic or logical —Usually require multiple clock cycles per instruction •Pipelining simultaneous execution of instructions •Conclusion: clock speed is not the whole story

Amdahl’s Law The performance gain that can be obtained by improving some porting of a computer can be calculated using Amdahl’s Law. Amdahl’s Law defines the speedup that can be gained by using a particular feature.

Three main classes of computers Desktop: personal computer Server: web servers, file servers, database servers Embedded: handheld devices (phones, cameras), dedicated parallel computers

Feature Desktop Server Embedded Price of system $500 - $5000 $5000 - $5,000,000 $10 - $100,000 Price of multiprocessor module $50 - $500 $200 - $10,000 $.01 - $100 Critical system design issues Price, Power consumption, Application-specific performance Price-performance, Graphics performance Throughput, Availability, Scalability