Presentation is loading. Please wait.

Presentation is loading. Please wait.

0 秘 Type of NAND FLASH Discuss the Differences between Flash NAND Technologies: SLC :Single Level Chip MLC: Multi Level Chip TLC: Tri Level Chip Discuss:

Similar presentations


Presentation on theme: "0 秘 Type of NAND FLASH Discuss the Differences between Flash NAND Technologies: SLC :Single Level Chip MLC: Multi Level Chip TLC: Tri Level Chip Discuss:"— Presentation transcript:

1 0 秘 Type of NAND FLASH Discuss the Differences between Flash NAND Technologies: SLC :Single Level Chip MLC: Multi Level Chip TLC: Tri Level Chip Discuss: Error Correction: ECC – FEC vs. RAID

2 1 秘 Type of NAND FLASH Flash memory (both NOR and NAND types)was invented by TOSHIBA /Dr. Fujio Masuoka circa 1980.

3 2 秘 Type of NAND FLASH

4 3 秘 http://www.slideshare.net/Flashdomain/toshiba-america-electronic- components-inc-flash-memory FLASH NAND: NOW CELEBRATING 25 YEARS. NAND was invented to replace HDD “Technology” by having a device that can continue to operate even in failure mode FLASH needs its own Dedicated system Flash Controller. A Data controller to emulate the HDD Sector//Header Controller is the Host interface creating HDD commands into Flash memory Also to include error detect/defect/replacing sector blocks without shutting down or rebuilding. Made to prevent hitting same physical cells. ( Called Wear leveling) Type of NAND FLASH

5 4 秘

6 5 秘

7 6 秘

8 7 秘 Difference Between Single Level Cell and Multi Level Cell Flash Memory Type of NAND FLASH

9 8 秘 SSD is usually MLC Based Single DIE: 64 Gb 8 Die in a Package 8x 64Gb= 512 Gbits. Offer better Density Improvements and Life cycle Retention R/W Endurance Algorithm management is needed for MLC. As MLC Noise Interference is greater when writing more information to a cell ( Not the case for SLC). To manage Noise interference between adjacent Cells Step Voltages is applied to minimize noise interference.

10 9 秘 Type of NAND FLASH

11 10 秘 Type of NAND FLASH

12 11 秘 Type of NAND FLASH Flash MemoryHDD MTBF300 million hours per 1 device0.1million hours per 1 drive MTBF when HD/SD each of 5,000 advertise program 45,000 hours (about five years) 2,500 hours (about 3.4 months) MTBF when using ECC (Error Correction Code) 10 43 hours - MTBF when using (4+1) RAID IOPS: HDD = 15 k RPM 10 K HDD =150 IOPS vs 4000 IOPS Calculations on MLC HDD Random Reads Vs. FLASH Sequential Reads HDD: Writes over Vs FLASH: Erase before Write (NAND Can Always Read instantly Anywhere from Chip)

13 12 秘 Type of NAND FLASH

14 13 秘 Type of NAND FLASH The image above is a NAND array with ~16 billion transistors (one transistor is required per cell), i.e. 16 gigabits (Gb). This array can be turned into either SLC, MLC, or TLC. Current Production” Single Die” is now a 128Gb Chips @ 19 Nm For SLC, MCL or TLC.

15 14 秘 Type of NAND FLASH

16 15 秘 Type of NAND FLASH

17 16 秘 Write /Erase

18 17 秘 Type of NAND FLASH

19 18 秘 Type of NAND FLASH

20 19 秘 Density Improvements : Current 19Nm down to 10Nm in 7 years? Future 3D NAND Flash by 2015 by Layer stack of 15 Type of NAND FLASH

21 20 秘 Type of NAND FLASH

22 21 秘 Type of NAND FLASH

23 22 秘 Type of NAND FLASH

24 23 秘 Type of NAND FLASH For Video Server: Toshiba Creates a High Level “RAID” Data recovery with Redundancy ECC and FEC. Error Correction Coding Forward Error Correction Allowing continued playout during Chip errors By pre calculating the Parity Bits to the RAW Data

25 24 秘 1. Toshiba unique FLASH Memory Controller Toshiba has own unique FLASH memory controller which handles Wear-leveling and RAID. The FLASH memory controller manages device wear-leveling so that the writing time into each cell across all chip devices is completely equalized. The alarm threshold for too much writing onto a certain device is controlled. The Memory controller also Manages “BAD BLOCK” to avoid to use, yet will still continue to operate. The number of memory boards under one memory controller is 4 cards in normal configuration, 5 in RAID configuration. DATA compensation technique

26 25 秘 2. Error correction method OAM FLASH has a Two layer error correction method. Lower layer is done by Reed-Solomon (32,30) in each memory board and High layer FEC Reed-Solomon (240,224) in memory controller. (1)Low layer error correction, Reed-Solomon (32,30) The unit of data writing into FLASH memory is 32 bytes, 1 byte is written into 1device, 32 FLASH memory devices are written in parallel. 32 bytes data include 2 bytes Reed-Solomon code. Using this RS code, 1 byte error correction, that is 1 device failure, is detected and corrected in each memory board. Memory board reports to memory controller that “low layer error “ was made corrected Therefore memory controller knows 1 device failure in memory board but does nothing because read data has been already corrected. Up to 8 device failures can be corrected by low layer error correction because of depth expansion. The number of correctable device failures depends on the location of device failures. DATA compensation technique

27 26 秘 DATA compensation technique Memory board

28 27 秘 (2) High layer error correction, Reed-Solomon (240,224) Memory controller also adds 16 bytes Reed-Solomon code into every 224 bytes data. 30bytes data comes from each memory board at 1 cycle. To get 240 bytes it takes 2 cycles. 30bytes x 2cycles x 4 boards = 240bytes DATA compensation technique

29 28 秘 240 bytes data that includes 224 bytes original data and 16 bytes RS code is separated and written in/read from 4 memory board for 2 access cycles. 120 bytes to/from 4 memory boards in 1 access cycle, 30 bytes to/from 1 memory board in 1 access cycle. DATA compensation technique

30 29 秘 Reed-Solomon (240,224) can correct 8 bytes error in 240 bytes. There should be 2 bytes error data in 240 bytes in the case that 1 device failure occurs because two sets of 1 byte error appear according to two read cycles in 240 bytes read operation. So memory controller can correct 4 device failures by Reed-Solomon (224,240). Up to 32, 4 x 8, device failures can be corrected. DATA compensation technique

31 30 秘 3. RAID The number of memory boards under one memory controller is 4 in normal configuration, 5 in RAID configuration. Parity data will be written in one additional memory board in RAID configuration. DATA compensation technique

32 31 秘 Under RAID configuration, the memory controller recognizes new memory board when inserted into failed memory slot, the content data which was in that location is re-created from the 4 boards using parity. Data is now rapidly recovered onto the new memory board. DATA compensation technique


Download ppt "0 秘 Type of NAND FLASH Discuss the Differences between Flash NAND Technologies: SLC :Single Level Chip MLC: Multi Level Chip TLC: Tri Level Chip Discuss:"

Similar presentations


Ads by Google