Effective access time
Let p be the probability of a page fault (0p1). The value of p is expected to be close to 0; that is, there will be only a few page faults. The effective access time is
Effective access time = (1-p) * ma + p * page fault time.
ma : memory-access time
Effective access time = (1-p) * ma + p * page fault time.
ma : memory-access time
Leave a Comment