About Windows 10

Vitória Felisberto 0 Reputation points
2023-06-20T23:19:29.3533333+00:00

About Windows 10, i'm confused if it uses paging, segmentation, or segmentation with paging? I know it uses paging, but does it use both or paging with segmentation? And why?

Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2023-06-20T23:57:41.05+00:00
    0 comments No comments

  2. Anonymous
    2024-01-04T02:26:27.92+00:00

    Hello Vitória Felisberto

    Windows 10 uses paging as its primary memory management technique. It does not use segmentation or segmentation with paging. Paging is used because it allows the operating system to allocate memory in small, fixed-size chunks called pages, which can be easily managed and swapped in and out of physical memory as needed. This helps to optimize memory usage and improve system performance. Segmentation, on the other hand, divides memory into variable-sized segments, which can be more complex to manage and can lead to fragmentation and inefficiencies. Therefore, Windows 10 relies solely on paging for its memory management needs.

    Best Regards,
    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.