The document discusses three primary file allocation methods: contiguous, linked, and indexed allocation. Each method has its advantages and disadvantages regarding disk space utilization, access speed, and fragmentation. Contiguous allocation allows fast access but suffers from fragmentation, linked allocation is flexible but slow due to random access, while indexed allocation offers fast direct access but has higher pointer overhead.