---
title: "What are pages in Operating System?"  
description: "What are pages in Operating System?"  
author: "Kalin"  
published: 2022-04-04  
canonical: https://answers.mindstick.com/qa/96702/what-are-pages-in-operating-system  
category: "troubleshooting"  
tags: ["troubleshooting", "operating systems"]  
reading_time: 1 minute  

---

# What are pages in Operating System?

What are pages in Operating System?

## Answers

### Answer by Hitesh Vohra

![What are pages in Operating System?](https://answers.mindstick.com/questionanswer/bf836875-0da0-499b-97d3-e5b8a871297d/images/dd09545e-2be2-4466-855a-db7b78aa3147.png) **\**

- **A page**, also known as a memory page or virtual page, is a continuous block of virtual memory with a defined length that is described by a single entry in the page table. In a virtual memory operating system, it is the smallest unit of data for memory management.
- A page frame is the smallest fixed-length contiguous unit of physical memory into which the operating system maps memory pages.
- Paging or swapping is the process of moving pages from main memory to an auxiliary store, such as a hard disc drive.
- Paging is a memory management technique that avoids the requirement for contiguous physical memory allocation.

\

**Read More:** **[What are the advantage of using threads in Operating System?](https://answers.mindstick.com/qa/96704/what-are-the-advantage-of-using-threads-in-operating-system)**


---

Original Source: https://answers.mindstick.com/qa/96702/what-are-pages-in-operating-system

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
