User Tools

Site Tools


modern_ssds

Understanding and Designing Modern NAND Flash-Based SSDs (Solid-State Drives): 227-0085-44L

Course Description

NAND flash memory is the de facto standard for architecting a storage device in modern computing systems. As modern computing systems process a large amount of data at an unprecedented scale, a storage device needs to meet high requirements on storage capacity and I/O performance. A NAND flash-based solid-state drive (SSD) can provide orders-of-magnitude higher I/O performance compared to traditional hard-disk drives (HDDs), with a much lower cost-per bit value over SSDs based on emerging non-volatile memory (NVM) technologies.

NAND flash memory has several unique characteristics, such as the erase-before write property (i.e., a flash cell needs to be first erased before programming it), limited lifetime (i.e., a cell cannot reliably store data after experiencing a certain number of program/erase (P/E) cycles), and large operation units (e.g., modern NAND flash memory typically reads/writes data in a page (e.g., 16 KiB) granularity). To achieve high performance and large capacity of the storage system while hiding the unique characteristics of NAND flash memory, it is critical to design efficient SSD firmware, commonly called Flash-Translation Layer (FTL). An FTL is responsible for many critical management tasks, such as address translation, garbage collection, wear leveling, and I/O scheduling, which significantly affect the performance, reliability, and lifetime of the SSD.

In this course, we will cover how a modern NAND flash-based SSD is organized and operates, from the basics of underlying NAND flash devices and various SSD-management tasks at the FTL level. We will also examine other emerging memory technologies for building SSDs, such as Phase Change Memory, 3D XPoint (e.g., Intel Optane SSD) and more.

You will help build a practical SSD simulator by refactoring MQSim, a state-of-the-art simulator for high-end SSDs, to support advanced features of modern NAND flash chips and essential SSD-management tasks. This will allow you to have the chance to obtain a comprehensive background in modern storage systems and research experience on system optimization with rigorous evaluation.

Prerequisites of the course:

  • No prior knowledge in NAND flash-based storage systems is required.
  • Digital Design and Computer Architecture (or equivalent course)
  • Good knowledge in C/C++ programming language is required.
  • Interest in system optimizations

The course is conducted in English.

The course has two main parts: Weekly lectures on modern NAND flash-based SSDs and hands-on projects on storage systems and NAND flash memory.

Course description page Moodle

Mentors

Name E-mail Office
Lead Supervisor Mohammad Sadrosadati ssadrosa@ethz.ch ETZ H 61.1
Supervisor Rakesh Nadig rakesh.nadig@safari.ethz.ch ETZ H 64
Supervisor Geraldo Francisco De Oliveira Junior geraldod@inf.ethz.ch ETZ H 61.2

Lecture Video Playlists on YouTube

Fall 2022 Meetings/Schedule

Week Date Livestream Meeting Learning Materials Assignments
W1 06.10 M1: P&S Course Presentation
PDF PPT
Required
Recommended
W2 12.10
Live
M2: Basics of NAND Flash-Based SSDs
PDF PPT
Required
Recommended
W3 19.10
Live
M3: NAND Flash Read/Write Operations
PDF PPT
Required
Recommended
W4 26.10
Live
M4: Processing inside NAND Flash
PDF PPT
Required
Recommended
W5 02.11
Live
M5: Advanced NAND Flash Commands & Mapping
PDF PPT
Required
Recommended
W6 09.11
Live
M6: Processing inside Storage
PDF PPT
Required
Recommended
W7 23.11
Live
M7: Address Mapping & Garbage Collection
PDF PPT
Required
Recommended
W8 30.11
Live
M8: Introduction to MQSim
PDF PPT
Required
Recommended
W9 14.12
Live
M9: Fine-Grained Mapping and Multi-Plane Operation-Aware Block Management
PDF PPT
Required
Recommended
W10 04.01.2023
Premiere
M10a: NAND Flash Basics
PDF PPT
Required
Recommended
M10b: Reducing Solid-State Drive Read Latency by Optimizing Read-Retry
PDF PPT Paper
Required
Recommended
M10c: Evanesco: Architectural Support for Efficient Data Sanitization in Modern Flash-Based Storage Systems
PDF PPT Paper
Required
Recommended
M10d: DeepSketch: A New Machine Learning-Based Reference Search Technique for Post-Deduplication Delta Compression
PDF PPT Paper
Required
Recommended
W11 11.01
Live
M11: FLIN: Enabling Fairness and Enhancing Performance in Modern NVMe Solid State Drives
PDF PPT
Required
W12 25.01
Premiere
M12: Flash Memory and Solid-State Drives
PDF PPT
Recommended

Learning Materials

Meeting 1: Required Materials

Meeting 1: Recommended Materials

Meeting 2: Required Materials

Meeting 2: Recommended Materials

Meeting 4: Required Materials

Meeting 5: Required Materials

Meeting 5: Recommended Materials

Meeting 6: Required Materials

Meeting 7: Required Materials

Meeting 7: Recommended Materials

Meeting 8: Required Materials

Meeting 10: Required Materials

Meeting 11: Required Materials

Meeting 12: Recommended Materials

Assignments

HW0: Student Information (Due: 14.10)

modern_ssds.txt · Last modified: 2023/01/31 05:44 by ssadrosa