The data retrieval time depends on the current and target positions of the read/write head. Unlike sequential addressing, the head can jump directly to the target location, bypassing everything in between.
Allows direct access to any memory location in constant time. This means a specific memory address can be accessed instantly, regardless of its position within the memory, exhibiting O(1) time complexity. This contrasts with sequential access, where memory must be accessed in order, or direct addressing, which requires jumping to a specific location
Content-based access method where there is no specific memory address to expect the data. The storage system stores both the data and the address it originated from, associating a tag in the cache with the corresponding location in the main memory