invalid page fault
A page fault that produces an error. Page fault errors can occur for any of the following reasons:
The virtual memory system becomes unstable due to a shortage of physical memory (RAM).
The virtual memory system becomes unstable due to a shortage of free disk space.
The virtual memory area is corrupted by a misbehaving application.
An application attempts to access data that is being modified by another running application.
The first two causes are the most common. These conditions can also cause a general protection fault (GPF).
An invalid page fault is also called a page fault error (PFE).
Read Also:
- inverted network
An inverted network design employs the philosophy that that security should be focused at the core of the network rather than on the perimeter (where firewalls, anti-virus and iintrusion detection systems would typically sit). Recognizing the increasingly threats to the enterprise network come from with, even internal LANs — and every component connected to it […]
- invisible Web
(n.) Also referred to as the deep Web, the term refers to either Web pages that cannot be indexed by a typical search engine or Web pages that a search engine purposely does not index, rendering the data “invisible” to the general user. One of the most common reasons that a Web site��s content is […]
- invocation
The execution of a program or function.
- invisible text
See under keyword stuffing.
- invoke
To activate. One usually speaks of invoking a function or routine in a program. In this sense, the term invoke is synonymous with call.