USB Flash Drive
A portable storage device that connects to a host through a USB interface and stores data on NAND flash memory, typically comprising flash chips, a controller, and interface circuitry.
Explanation
A USB Flash Drive is a portable storage device that uses non-volatile flash memory and connects to a computer or other host through a USB interface. It usually packages NAND flash, a controller, clock and power circuitry in a small enclosure and has no mechanical seek components. A flash drive is a storage carrier, not an audio or video encoding format; it can hold any data allowed by capacity and file system.
The host usually recognizes the device as block storage and reads and writes logical blocks. The controller maps logical addresses to actual flash pages and handles error correction, bad-block management, wear leveling, and garbage collection. NAND cells must be erased by block before rewriting, and erase cycles are limited, so the controller spreads updates across different physical locations. Operating-system "delete" or "format" usually changes only logical structure and does not mean all flash cells are immediately cleared. Devices may use USB 2.0, USB 3.x, or higher interfaces and Type-A, Type-C, or other connectors. Nominal interface speed is only an upper transfer limit; actual read and write performance also depends on flash type, channel count, controller, cache, file size, and reclamation after sustained writes. Products with the same shape or capacity may differ greatly in sequential and random access performance; connector shape alone cannot prove supported protocol speed.
Flash drives are usually formatted with FAT32, exFAT, NTFS, APFS, or other file systems. USB ports on TVs, car stereos, players, and disc players often support only some file systems and impose additional limits on partitioning, single-file size, directory depth, audio/video encoding, and power. Copying FLAC, MP4, or other files to a flash drive does not change file encoding; playback depends on the receiving device's file-system and decoding support.
Flash retains data after power loss, but charge leaks over time; retention depends on cell type, erase wear, temperature, and build quality. Controller failure, connector damage, or firmware faults may make all logical data inaccessible at once even if flash cells still hold charge. Flash drives suit mobile file exchange but cannot be assumed permanent archival media merely because they are solid-state with no moving parts.
Rated capacity is usually counted in decimal bytes while the operating system may display binary units or different labels, so visible capacity may be less than packaging claims; file-system structure and reserved space also consume part of the total. Unusually small free space, corrupted files after writing, or repeated data on readback may indicate fake-capacity firmware; capacity and integrity should be verified by actual writing and checksum tests.