BCSM-F18-038, TALAL JAVAID, OS CLASS TASK Paging or Segmentation

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

OS CLASS TASK PAGING OR SEGMENTATION 03/29/2021

TASK (Class Activity)


ON
OPERATING SYSTEMS.

TO:

Ma’am Arshia Naeem.


Lecturer: CS&IT Dept.

SUPERIOR UNIVERSITY.
By:

TALAL JAVAID:
BCSM-F18-038.
Section (BSCS-5B).
OS CLASS TASK PAGING OR SEGMENTATION 03/29/2021

Class task segmentation and paging:


Compare intel 32bit, x86 and arm architectures by considering paging and
segmentation mechanisms also mention in 5 points each which approach is
better for the 3 architectures

Intel 32bit Intel x86 Intel ARM


 Intel 32 bits  Intel X86 uses  Paging technique is
architecture uses Segmentation non- faster in terms of
paging method or contiguous memory access
techniques which is memory allocation
used for scheme like paging.
noncontiguous like paging
memory allocation
 It is a fixed size  segments are of  The user specified
partitioning variable address is divided
by CPU into a page
number and offset.
 Frames do not have  Simple to relocate  The page table
to be contiguous. segments than the maps the logical
entire address address to the
space. physical address,
and it contains
base address of
each page stored in
the frames of
physical memory
space
 Swapping is easy  The segment table  Each process is split
between equal-sized is of lesser size into parts wherever
pages and page compared with the size of every part is
frames. page table in same as the page
paging. size.
 Easy to use memory  Segment tables use  This approach is
management lesser memory Pretty faster Than
algorithm. than paging. the segmentation
approach
OS CLASS TASK PAGING OR SEGMENTATION 03/29/2021

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

You might also like