Cache Memory The cache is logically between the CPU and main memory. Physically, there are several possible places it could be located. Tanenbaum, Structured.

Slides:



Advertisements
Similar presentations
A device that reads and writes data on a magnetic disk or tape. For writing, the surface of the disk or tape is moved past the read/write head. By discharging.
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Chapter 5 Input/Output 5.4 Disks
Chapter 4 – Page 1QM-130Dr. Sulaiman Al-Rafee Chapter 4 – Storage Chapter Summary Properties of Storage Systems Magnetic Disks Optical Disks Other types.
Faculty of Information Technology Department of Computer Science Computer Organization Chapter 7 External Memory Mohammad Sharaf.
CSE431 Chapter 6A.1Irwin, PSU, 2008 Chapter 6A: Disk Systems Mary Jane Irwin ( ) [Adapted from Computer Organization.
MODERN OPERATING SYSTEMS Third Edition ANDREW S
Lesson 9 Types of Storage Devices.
Princess Sumaya Univ. Computer Engineering Dept. Chapter 6:
Types Of Storage Device
55:035 Computer Architecture and Organization Lecture 7 155:035 Computer Architecture and Organization.
1 Pertemuan 19 Disk Matakuliah: T0316/sistem Operasi Tahun: 2005 Versi/Revisi: 5 OFFCLASS03.
Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved Floating-point Numbers.
Computer Systems Organization
1 Chapter 6 Storage and Multimedia: The Facts and More.
Computer Systems Organization Chapter 2 Some slides © 2006 Pearson Education Inc, all rights reserved.
Chapter 3 Memory Management
Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved The Operating System Machine.
Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved The Assembly Language Level.
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Computer Hardware. “ Copyright 2005 John Wiley & Sons Inc.” TG 12 Chapter Outline Introduction The Central Processing Unit Computer Memory Evolution of.
CS 352 : Computer Organization and Design University of Wisconsin-Eau Claire Dan Ernst Storage Systems.
L/O/G/O External Memory Chapter 3 (C) CS.216 Computer Architecture and Organization.
Chapter 2 - Computer Organization CPU organization –Basic Elements and Principles –Parallelism Memory –Storage Hierarchy I/O –Fast survey of devices Character.
Part 4. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved Three ways of.
Sistem Operasi IKH311 Masukan Luaran (Input/Output)
Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved Binary Numbers Appendix.
Disks Chapter 5 Thursday, April 5, Today’s Schedule Input/Output – Disks (Chapter 5.4)  Magnetic vs. Optical Disks  RAID levels and functions.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
ITEC 502 컴퓨터 시스템 및 실습 Chapter 9-2: Disk Scheduling Mi-Jung Choi DPNM Lab. Dept. of CSE, POSTECH.
Chapter 3: Where are programs and data Stored?. How important is this chapter to understanding how a computer works? 7 (on a scale of 1-10 with 10 being.
ITEC 502 컴퓨터 시스템 및 실습 Chapter 9-1: Disk Scheduling Mi-Jung Choi DPNM Lab. Dept. of CSE, POSTECH.
Lecture 5: 9/10/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Logic and Computer Design Fundamentals, Fifth Edition Mano | Kime | Martin Copyright ©2016, 2008, 2004 by Pearson Education, Inc. All rights reserved.
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems.
CMPE Database Systems Workshop June 16 Class Meeting
Disks; Distributed Systems
Processing Device and Storage Devices
Section 13.2 – Secondary storage management (Former Student’s Note)
Course INF211 File Organization Revision 1.
Multiple Platters.
© 2015 Pearson Education, Inc.
I/O System Chapter 5 Designed by .VAS.
Operator Overloading; Class string
© 2015 Pearson Education, Inc.
Database Management System
Primary and Secondary Storage Explained
Computer Organization Part 5
Part V Memory System Design
Hard Drive Technologies
הכרת המחשב האישי PC - Personal Computer
Welcome App Android How to Program
Android Market and App Business Issues
Disks; Distributed Systems
Lecture 28: Reliability Today’s topics: GPU wrap-up Disk basics RAID
وحدات التخزين الثانوية + البرمجيات
מבוא לטכנולוגיית מידע בארגון
The Operating System Machine Level
Lecture 5 A Secondary Storage Device: CD-ROM (sections 3.4 – 3.6)
Copyright © 2013 Pearson Education, Inc. All rights reserved
Computers: Tools for an Information Age
Computer System Design Lecture 10
Lesson 9 Types of Storage Devices.
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Technology 4 Storage.
Section 10.5 The Dot Product
Primary Storage 1. Registers Part of the CPU
Jazan University, Jazan KSA
Presentation transcript:

Cache Memory The cache is logically between the CPU and main memory. Physically, there are several possible places it could be located. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

A five-level memory hierarchy. Memory Hierarchies A five-level memory hierarchy. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

A portion of a disk track. Two sectors are illustrated. Magnetic Disks (1) A portion of a disk track. Two sectors are illustrated. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

A disk with four platters. Magnetic Disks (2) A disk with four platters. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

A disk with five zones. Each zone has many tracks. Magnetic Disks (3) A disk with five zones. Each zone has many tracks. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

Some of the possible SCSI parameters. SCSI Disks Some of the possible SCSI parameters. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

RAID (1) Redundant Array of Inexpensive Disks RAID levels 0 through 2. Backup and parity disks are shown shaded. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

RAID (1) Redundant Array of Inexpensive Disks RAID levels 3 through 5. Backup and parity disks are shown shaded. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0

Recording structure of a Compact Disk or CD-ROM. CD-ROMs (1) Recording structure of a Compact Disk or CD-ROM. Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521-0