What are the difference between partitionpaging and segmentation?

1 answer

Answer

1072308

2026-07-07 01:35

+ Follow

Paging is a virtual memory scheme which is transparent to the program at the application level and which divides memory into fixed-size blocks, such as 4 KBytes.

The segmentation memory management scheme imposes a greater book-keeping burden on the application, and refers to memory using segments of variable size.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.