SD Card

SSD & Flash Storage Technology

Definition

What is an SD Card?

An SD Card, short for Secure Digital Card, is a non-volatile flash memory card format developed to provide portable device storage. It is widely used in smartphones, digital cameras, gaming consoles, and single-board computers to store operating systems, photos, videos, and applications reliably in a compact form factor.

Key Takeaways

  • Developed by the SD Association (SDA) in 1999 as an improvement over MultiMediaCards (MMC).

  • Available in three primary physical sizes: Standard SD, miniSD, and microSD.

  • Categorized by capacity generations: SDSC, SDHC, SDXC, and SDUC.

  • Employs speed classes—including Class 10, UHS Speed Class, and Video Speed Class—to define minimum write performance.

  • Utilizes NAND flash memory for data retention without requiring a continuous power source.

History and Evolution

The Secure Digital standard was introduced in August 1999 through a joint effort by Panasonic, SanDisk, and Toshiba. The goal was to improve upon the existing MultiMediaCard (MMC) standard by adding cryptographic security features for digital rights management (DRM) and enabling faster data transfer rates.

In 2003, the miniSD form factor debuted, targeting early mobile phones. By 2005, the microSD card (originally called TransFlash or TF) was introduced, becoming the standard for modern compact electronics. The SD Association continues to update specifications to match modern data demands.

How SD Cards Work

SD cards rely on NAND flash memory technology, which uses integrated circuits to store data electronically; components do not rely on moving parts. Memory cells consist of floating-gate transistors that trap or release electrons to represent binary data (1s and 0s).

The internal controller manages communication between the host device and the flash memory cells. It handles wear leveling, error correction code (ECC), and bad block management to extend the lifespan of the card and prevent data corruption during read and write cycles.

Types of SD Cards

Physical Dimensions

  • Standard SD: Measures 32mm x 24mm x 2.1mm. Primarily used in DSLR cameras, video recorders, and legacy computers.

  • microSD: Measures 15mm x 11mm x 1.0mm. The standard for smartphones, drones, action cameras, and handheld gaming devices.

Capacity Generations

Generation
Storage Capacity Range
Default File System
SDSC (Standard Capacity)
Up to 2 GB
FAT16
SDHC (High Capacity)
2 GB to 32 GB
FAT32
SDXC (Extended Capacity)
32 GB to 2 TB
exFAT
SDUC (Ultra Capacity)
2 TB to 128 TB
exFAT

Performance and Speed Classes

The performance hierarchy evolved from the Legacy Speed Class (C2 to C10), to the UHS Speed Class (U1 to U3), and finally to the Video Speed Class (V6 to V90) to accommodate high-bitrate data recording.

Legacy Speed Class

Indicated by a number inside a letter "C" (C2, C4, C6, and C10). Class 10 guarantees a minimum sustained write speed of 10 MB/s.

UHS (Ultra High Speed) Class

Indicated by a number inside a letter "U". U1 guarantees a minimum 10 MB/s speed (matching Class 10 performance but utilizing modern bus interfaces), while U3 requires a minimum of 30 MB/s and is optimized for 4K video recording.

Video Speed Class

Indicated by the letter "V" followed by a number (V6, V10, V30, V60, and V90). V90 guarantees a minimum sustained write speed of 90 MB/s, which is required for high-bitrate 8K video capture.

Application Performance Class

Indicated by A1 or A2. This rating focuses on Random Input/Output Operations Per Second (IOPS) rather than sequential speed, ensuring smooth application execution on smartphones and single-board computers.

Bus Interfaces

The bus interface dictates the maximum theoretical data transfer speed across the physical pins:

  • High Speed: Up to 25 MB/s.

  • UHS-I: Up to 104 MB/s.

  • UHS-II: Up to 312 MB/s (adds a second row of physical pins for parallel data transfer).

  • UHS-III: Up to 624 MB/s.

  • SD Express: Utilizes PCIe and NVMe interfaces to achieve speeds up to 3,940 MB/s.

Advantages and Limitations

Advantages

  • High storage density relative to physical size.

  • Low power consumption, preserving host device battery life.

  • Solid-state design offers resistance to physical shock.

  • Backward compatibility across various device ecosystems.

Limitations

  • Finite read/write cycles (flash memory wear).

  • Lower sequential speeds compared to internal solid-state drives (SSDs).

  • Small physical size makes them easy to misplace.

  • Performance degradation if improper formatting tools are used.

SD Cards vs. Alternative Storage

Feature
SD Card
USB Flash Drive
Solid State Drive (SSD)
Primary Use
Internal Device Expansion
File Transfer & Portability
High-Performance System Drive
Form Factor
Ultra-Compact
Pocket-Sized
Internal Component or External Enclosure
Interface
SD Bus, PCIe, NVMe
USB Type-A / Type-C
SATA, PCIe, NVMe
Max Speed
Up to 3,940 MB/s (SD Express)
Up to 2,000 MB/s (USB 3.2)
Up to 7,000+ MB/s (PCIe Gen 4)

Related Technology Terms

  • NAND Flash: The underlying non-volatile memory architecture used in memory cards and SSDs.

  • Wear Leveling: A technique used by the flash controller to distribute write operations evenly across memory blocks.

  • exFAT: A Microsoft file system optimized for flash memory cards, used by default in SDXC and SDUC formats.

  • IOPS: Input/Output Operations Per Second, measuring the random read/write performance of storage drives.

FAQs