Paged virtual memory is a commonly realized concept of storage organization in existing operating systems; therefore paging algorithms which control the flow ofinformation between memory and secondary storage are major components of these systems. In almost all existing systems page transport from secondary storage to main memory is realized on a demand basis; prepaging is an alternative which has not yet received too much attention. In addition to investigations of general properties (absence of abnormal behavior, implementation overhead, etc.) the relative performance of demand paging algorithms and prepaging algorithms is focussed in this report. Several optimal prepaging algorithms are defined and proved to outperform comparable optimal...