The document proposes a cooperative caching scheme to improve traditional page fault handling in cluster computing. It aims to reduce the number and time of disk accesses during page faults by caching swapped out pages across nodes. A simulation was conducted to evaluate the feasibility of the approach, showing time savings by retrieving pages from cooperative caches over accessing local disks. The approach divides physical memory into normal and cooperative cache parts. On a page fault, it first checks local memory and cooperative caches before loading from disk.