Here you will learn about the difference between paging and segmentation.
Difference between paging and segmentation.
PAGING | SEGMENTATION |
It is a memory management method used by OS. | It is a memory security management system provide protection for memory |
It allows the main memory to use data from secondary storage devices. | It associates with each memory and set permission for access. |
It can be access to OS data that will not fit in main memory using virtual memory management technique. | It provides an exception if memory size is less than given information. |
It creates a process for equal size. | It creates different size process. |
It implements a process by address. | It implements a process by using process status. |
Comment below if you have queries related to the above article, the difference between paging and segmentation.