William Stallings Computer Organization and Architecture - PowerPoint PPT Presentation

1 / 19
About This Presentation
Title:

William Stallings Computer Organization and Architecture

Description:

Title: Kenapa Cache ? Author: asro Last modified by: asro nasiri Document presentation format: On-screen Show (4:3) Other titles: Arial DejaVu Sans Tahoma Wingdings ... – PowerPoint PPT presentation

Number of Views:20
Avg rating:3.0/5.0
Slides: 20
Provided by: asr81
Category:

less

Transcript and Presenter's Notes

Title: William Stallings Computer Organization and Architecture


1
William Stallings Computer Organization and
Architecture
  • Memory

2
Terminologi
  • Memory cell
  • Memory Word
  • Byte
  • Address
  • Volatile Memory
  • Write and Read Operation

3
Memori Cell Operation
4
Diagram Memori
5
Characteristics
  • Location
  • Capacity
  • Unit of transfer
  • Access method
  • Performance
  • Physical type
  • Physical characteristics

6
Location
  • CPU
  • Internal
  • External

7
Capacity
  • Internal memory
  • a byte
  • a word in 8, 16, 32 bit
  • External memory
  • a byte

8
Unit of Transfer
  • Internal
  • in a word or larger, such as 16, 128, 256
  • External
  • Usually a block which is much larger than a word

9
Access Methods (1)?
  • Sequential
  • Memory is organized into unit of data record.
  • Access must be made in a specific linear sequence
  • Store addressing information is used to separate
    record and assist in the retrieval process.
  • Access time depends on location of data
  • e.g. tape

10
Access Methods (2)?
  • Direct
  • Memory is organized into blocks
  • Individual blocks have unique address
  • Access is by jumping to vicinity plus sequential
    search
  • Access time depends on location
  • e.g. disk

11
Access methode (3)?
  • Random
  • Individual addresses identify locations exactly
  • Access time is independent of location
  • e.g. RAM
  • Associative (4)
  • Data is located by a comparison with contents of
    a portion of the store
  • A word is retrieved based on a portion of its
    content rather than its address
  • Access time is independent of location
  • e.g. cache

12
Performance
  • Access time
  • Time between presenting the address and getting
    the valid data
  • Memory Cycle time
  • Time may be required for the memory to recover
    before next access
  • Cycle time is access recovery
  • Transfer Rate
  • Rate at which data can be moved

13
Physical Types
  • Semiconductor
  • RAM
  • ROM
  • Magnetic
  • Disk Tape
  • Optical
  • CD DVD
  • Others
  • Bubble
  • Hologram

14
Physical Characteristics
  • Volatility
  • Erasable
  • Power consumption

15
The Bottom Line
  • How much?
  • Capacity
  • How fast?
  • Time is money
  • How expensive?

16
So you want fast?
  • It is possible to build a computer which uses
    only static RAM (see later)?
  • This would be very fast
  • This would need no cache
  • How can you cache cache?
  • This would cost a very large amount

17
Memory Hierarchy
  • Registers
  • In CPU
  • Internal or Main memory
  • RAM
  • External memory
  • Backing store

18
Hierarchy List
  • Registers
  • L1 Cache
  • L2 Cache
  • Main memory
  • Disk
  • Optical
  • Tape

19
Memory Hierarchy - Diagram
Write a Comment
User Comments (0)
About PowerShow.com