Physical Address Extension
Full Form of PAE
What is PAE?
Physical Address Extension (PAE) is a memory management feature in x86 processors that enables operating systems to access more than 4 GB of physical memory by extending the physical address space from 32 bits to 36 bits, supporting up to 64 GB of RAM. Introduced by Intel in the Pentium Pro, PAE modifies the page table structure by adding a third level of page tables, a concept that is critical in operating system design. In India, PAE is an integral part of the computer science curriculum, especially in subjects like Operating Systems and Computer Organization. It is frequently tested in GATE, ISRO, and other competitive exams through objective questions on memory mapping and page table entries. PAE also supports the NX bit for hardware-enforced data execution prevention, enhancing security. Although modern 64-bit processors have largely replaced PAE, it remains relevant in maintaining legacy servers and embedded systems. Indian IT firms sometimes enable PAE on older hardware to extend memory utility. Understanding PAE deepens knowledge of memory hierarchy and prepares students for technical interviews in software and hardware domains.
PAE का फुल फॉर्म
भौतिक पता विस्तार
Example
The system administrator enabled PAE in the BIOS to allow the Linux server to recognize all 8 GB of RAM installed.