The document discusses different types of storage mediums and file systems, and how fragmentation can occur. It explains that file systems use allocation methods to manage how file data is stored in blocks across storage devices. Common allocation methods include contiguous, non-contiguous, and indexed allocation. Fragmentation happens when file blocks are not stored contiguously, slowing access. Defragmentation reorganizes blocks to improve performance.