慶應義塾大学
2008年度 秋学期
コンピューター・アーキテクチャ
Computer Architecture
第11回 12月16日
Lecture 11, December 16: Basics of I/O and
Storage Systems and Designing for Networks
Outline of This Lecture
- What's a Disk Drive?
- The Importance of a Disk Drive
- The Access Time Gap
- The Insides of a Disk Drive
- Disk Drive Trends
- The Basics of a Bus
- A Little History
- Homework
What's a Disk Drive?
A disk drive stores data in sectors that held on tracks;
all of the tracks at the same distance from the spindle are called
a cylinder.
It uses a read/write head attached to a slider,
mounted on an actuator arm, to read and write the data as it
spins past.
The Importance of a Disk Drive
In an architectural sense, what's important about disk drives?
- They are expensive
- They consume lots of power
- They are often the performance bottleneck (the access time gap)
- They break more easily than many other parts of the system
...and yet, the Information Revolution (情報革命?) can fairly be
said to be built on disk drives. Without them, there would be no
PCs, no Google.
The Access Time Gap
The Insides of a Disk Drive
Disk Drive Trends
The Basics of a Bus
- A Bus is Shared Bandwidth
- Requires Addressing
- Bus Transactions
- Arbitration: Priority, Fairness
- Limitations in Width and Length
- Types of Buses: Memory and Peripheral
- Standardization
A Little History
The very first hard disk drive, the RAMAC, from IBM (1956):
宿題
Homework
This week's homework (submit via SFS):
- This table contains a lot of
information on many disk drives from 1975 to 1997, but none since.
Pick any recent disk drive and fill in the information.
- For the disk drive you have picked, calculate:
- How long it will take to read the entire disk sequentially?
- How long it will take to read the entire disk one 512 byte sector at a time, in random order?
- Who controls the specification for each of these types of buses?
- Frontside bus
- Memory bus
- PCI
- SCSI
Next Lecture
Next lecture:
第12回 1月6日 RAID: ストレージの並列と安全性
Lecture 12, January 6: RAID: Parallelism and Protection in Storage Systems
- Follow-up from this lecture:
- For next time:
- P-H: Chapter 8
- H-P: Chapter 6
Additional Information
その他