Object Based File Management System
Object Based File Management System
MANAGEMENT SYSTEM
OUTLINE
>> What is the FMS?
>>Structures Used to Build FMS
SQL
B+ Tree
Buffering
>>End
WHAT IS FMS
The system that an operating system or
program uses to organize and keep track of
files.
associative.
Removing Methods from
Buffer
FIFO
LRU
RANDOM
FIFO
It is first in first
out.If the
buffer is full , the
function delete one
element what is first
element in buffer.
LRU
It is least recently use. The
function provides that deletes one
element in buffer what is used least.
RAN D O M
This method removes the data page from
Buffer
(memory) randomly
“
Good management is the art of making p
”
PAUL
HAWKEN
THANKS