SlideShare a Scribd company logo
2
Most read
4
Most read
5
Most read
Indexed Allocation


A modification of linked allocation where
the disk block pointers for a file are all
placed in an index block.




                                              1
                 http://raj-os.blogspot.in/   1
Example of Indexed Allocation




         http://raj-os.blogspot.in/   2
Indexed Allocation
• File allocation table contains a separate one
  level index for each file

• The index has one entry for each portion
  allocated to the file

• File indexes are not stored as part of file
  allocation table


                                                  3
                    http://raj-os.blogspot.in/    3
Indexed Allocation

• File indexes are stored in separate block and the
  entry for the file in the file allocation table points to
  that block

• Allocation may be on basis of either fixed size block
  or variable size blocks




                                                              4
                       http://raj-os.blogspot.in/             4
Indexed Allocation Advantages

•   No external fragmentation

•   provides efficient random access

•   Easily map bad disk blocks




                                                   5
                      http://raj-os.blogspot.in/   5
Indexed Allocation Advantages

•   No external fragmentation

•   provides efficient random access

•   Easily map bad disk blocks




                                                   5
                      http://raj-os.blogspot.in/   5

More Related Content

PPT
Allocation methods continuous method.47
PPT
Chapter 13 - I/O Systems
PPTX
Multiple Access Protocal
PPTX
Distributed design alternatives
PPT
Disk scheduling algorithms
PPTX
Disk Scheduling Algorithm in Operating System
PPTX
Replication Techniques for Distributed Database Design
Allocation methods continuous method.47
Chapter 13 - I/O Systems
Multiple Access Protocal
Distributed design alternatives
Disk scheduling algorithms
Disk Scheduling Algorithm in Operating System
Replication Techniques for Distributed Database Design

What's hot (20)

PPTX
DeadLock in Operating-Systems
PPTX
Directory structure
PPTX
RAID LEVELS
PPTX
Overview of physical storage media
PPTX
database recovery techniques
PPTX
Disk and File System Management in Linux
PPTX
Introduction to distributed database
PPTX
file system in operating system
PPT
Disk management
PPTX
Network File System in Distributed Computing
PDF
Run time storage
PPTX
Congestion control
PPTX
File sharing
PPT
Communication primitives
PPTX
Load Balancing in Parallel and Distributed Database
PPTX
RPC: Remote procedure call
PPTX
directory structure and file system mounting
PPTX
Synchronization problems
PPTX
Demand paging
DOCX
Crucial decisions in designing a data warehouse
DeadLock in Operating-Systems
Directory structure
RAID LEVELS
Overview of physical storage media
database recovery techniques
Disk and File System Management in Linux
Introduction to distributed database
file system in operating system
Disk management
Network File System in Distributed Computing
Run time storage
Congestion control
File sharing
Communication primitives
Load Balancing in Parallel and Distributed Database
RPC: Remote procedure call
directory structure and file system mounting
Synchronization problems
Demand paging
Crucial decisions in designing a data warehouse
Ad

Viewers also liked (7)

PPTX
File System and File allocation tables
PPT
Linked allocation 48
PPT
Secondary storage management in os
PPTX
Operation System
PDF
ITFT_File system interface in Operating System
PPTX
Paging and segmentation
PPT
Os Swapping, Paging, Segmentation and Virtual Memory
File System and File allocation tables
Linked allocation 48
Secondary storage management in os
Operation System
ITFT_File system interface in Operating System
Paging and segmentation
Os Swapping, Paging, Segmentation and Virtual Memory
Ad

More from myrajendra (20)

PPT
Fundamentals
PPT
Data type
PPTX
Hibernate example1
PPTX
Jdbc workflow
PPTX
2 jdbc drivers
PPTX
3 jdbc api
PPTX
4 jdbc step1
PPTX
Dao example
PPTX
Sessionex1
PPTX
Internal
PPTX
3. elements
PPTX
2. attributes
PPTX
1 introduction to html
PPTX
Headings
PPTX
Forms
PPT
PPTX
Views
PPTX
Views
PPTX
Views
PPT
Starting jdbc
Fundamentals
Data type
Hibernate example1
Jdbc workflow
2 jdbc drivers
3 jdbc api
4 jdbc step1
Dao example
Sessionex1
Internal
3. elements
2. attributes
1 introduction to html
Headings
Forms
Views
Views
Views
Starting jdbc

Index allocation 48 1

  • 1. Indexed Allocation A modification of linked allocation where the disk block pointers for a file are all placed in an index block. 1 http://raj-os.blogspot.in/ 1
  • 2. Example of Indexed Allocation http://raj-os.blogspot.in/ 2
  • 3. Indexed Allocation • File allocation table contains a separate one level index for each file • The index has one entry for each portion allocated to the file • File indexes are not stored as part of file allocation table 3 http://raj-os.blogspot.in/ 3
  • 4. Indexed Allocation • File indexes are stored in separate block and the entry for the file in the file allocation table points to that block • Allocation may be on basis of either fixed size block or variable size blocks 4 http://raj-os.blogspot.in/ 4
  • 5. Indexed Allocation Advantages • No external fragmentation • provides efficient random access • Easily map bad disk blocks 5 http://raj-os.blogspot.in/ 5
  • 6. Indexed Allocation Advantages • No external fragmentation • provides efficient random access • Easily map bad disk blocks 5 http://raj-os.blogspot.in/ 5