In general what is paging? and segmaentation?

Answer Posted / rekha

paging:In computer operating systems, paging is one of the
memory-management schemes by which a computer can store and
retrieve data from secondary storage for use in main
memory. In the paging memory-management scheme, the
operating system retrieves data from secondary storage in
same-size blocks called pages.
segmantation:In a computer system using segmentation, an
instruction operand that refers to a memory location
includes a value that identifies a segment and an offset
within that segment. A segment has a set of permissions,
and a length, associated with it. If the currently running
process is allowed by the permissions to make the type of
reference to memory that it is attempting to make, and the
offset within the segment is within the range specified by
the length of the segment, the reference is permitted;
otherwise, a hardware exception is raised.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by response time and turnaround time?

600


Why Thread behavior is unpredictable?

723


What is the current microsoft operating system?

556


What are the five types of operating system?

575


What was microsoft's first operating system?

621






What is sock_stream?

574


What is the maximum ram for a 64 bit operating system?

533


What is the difference between shared memory and message passing?

551


What is the most used operating system?

534


What join() method does?

616


What are the primary functions of VFS?

710


How deadlock can be detected in a system?

508


What are the differences between Real Time Operating System (RTOS) and General Purpose Operating Systems (GPOS)?

597


Which is the fastest operating system?

570


When designing the file structure for an operating system, what attributes are considered?

606