What will happen when fragmentation occurs?(1 point)

Responses

Solid-state drive (SSD) will store data at a lower speed.
Solid-state drive (SSD) will store data at a lower speed.

HDD performance will improve close to SSD performance.
HDD performance will improve close to SSD performance.

Data retrieval speeds will diminish on hard disk drive (HDD) because the physical disk heads have more physical movement, inducing more latency.
Data retrieval speeds will diminish on hard disk drive (HDD) because the physical disk heads have more physical movement, inducing more latency.

Data is written closer on the drive to maintain access speeds.

1 answer

The correct response is:

Data retrieval speeds will diminish on hard disk drive (HDD) because the physical disk heads have more physical movement, inducing more latency.

Fragmentation causes data to be stored in non-contiguous sectors on the disk, which means the read/write heads in an HDD must move more to access scattered pieces of data, leading to increased latency and slower retrieval speeds. In contrast, SSDs do not experience the same performance degradation from fragmentation as they have no moving parts and can access data in parallel.