Segmentation In Paging And Segmentation

1194 Words3 Pages

SEGMENTATION Segmentation is another technique for non-contiguous storage allocation. it's totally different from paging as pages ar physical in nature and thus ar of fastened size, whereas segments ar logical divisions of a program and thus ar of variable size. it's a memory management theme that supports the user read of memory instead of system read of memory as in paging. In segmentation we have a tendency to divide the logical address area into totally different segments. the final division will be: main program, set of subroutines, procedures, functions and set of information structure. every section features a name and length that is loaded into physical memory because it is. For simplicity, the sections ar referred by a segment variety, instead of section name. Thus, a logical address consists of 2 tuples: Hence, address is taken into account as 2 dimensional. the scale of a section varies in keeping with the information hold on in it or the character of operation performed on it section. this alteration in size doesn't have an effect on …show more content…

Before going into the details, it was essential to have a basic understanding of the Memory Management. Memory is the essential resource of computer system. So, its management is very important for an operating system. For this to happen, many memory management schemes are defined which are implemented through various algorithms for a multi-programmed operating system. We see in segmentation, the program is divided into variable size segments. In paging, the program is divided into fixed size pages. In Segmentation, the user (or compiler) is responsible for dividing the program into pages. In paging, the division into pages is performed by the operating system demand is transparent to the user. Paging and Segmentation doesn’t end here, as it includes, - virtual memory, advantages (users point of view and system point of view, Demand paging, page fault, Thrashing,

More about Segmentation In Paging And Segmentation

Open Document