Computer Science, asked by beherahimanshushekha, 3 days ago

explain the different types of free space management method.​

Answers

Answered by darshagrawal
0

Answer:

1. Bitmap or Bit vector – A Bitmap or Bit Vector is series or collection of bits where each bit corresponds to a disk block. ...

2. Linked List – In this approach, the free disk blocks are linked together i.e. a free block contains a pointer to the next free block. ...

3.Grouping – ...

4.Counting –

Similar questions