Explain Sequential Sharing
In this sharing method, a file can be shared by just one program at a time, i.e. file accesses by P1 and P2 are spaced out over time. A lock field can be employed to apply this. Setting and resetting of the lock at file open and close makes sure that just one program can use the file at any time.