Direct or Random File Organization
Records are not stored in a particular sequence,
key value of a record is used to determine the location to store the record,
each record is accessed directly without going through preceding records,
it is faster than sequential file organization
it may have the problem of synonyms if the same address is calculated to store two or more records