Effective access time

Let p be the probability of a page fault (0p1). 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

No comments

Powered by Blogger.