As an Amazon Associate I earn from qualifying purchases.

Segmentation Notes: Definitions & Explanations PDF Download

Download Segmentation Notes App (Play Store) Download Segmentation Notes App (App Store)

Study Segmentation lecture notes PDF with operating system definitions and explanation to study What is Segmentation?. Study segmentation explanation with operating system terms to review operating system course for online degree programs.

Segmentation Definition:

  • Division of a program or an application into segments as part of a virtual memory scheme.

    Operating Systems by William Stallings



Segmentation Notes:

Segmentation is a memory management technique in which, the memory is divided into the variable size parts. Each part is known as segment which can be allocated to a process. The details about each segment are stored in a table called as segment table.

Keep Learning with Operating System Notes

What is Direct Memory Access (DMA)?

Direct memory access is a method that allows an IO device to send or receive data directly to or from ...

What is Secondary Memory?

Secondary Memory is a device whose memory is non-volatile, meaning, the stored data will be intact even if the system ...

What is Process Migration?

Process migration refers to the mobility of executing processes in a distributed computing environment. It indicates that a process uses ...

What is Priority Inversion?

Priority inversion is a scenario in scheduling in which a high priority task is indirectly preempted by a low priority ...

What is Deadlock?

A deadlock is a situation in which two computer programs sharing same resources are effectively preventing each other from accessing ...

What is Address Translator?

An address translator is a method of concatenating the frame number with the offset part of a logical address to ...