As an Amazon Associate I earn from qualifying purchases.

Segmentation Notes: Definitions & Explanations PDF Download

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 Access?

Direct access is the ability to obtain data from a storage device by going directly to where it is physically ...

What is Locality of Reference?

Locality of Reference also called Principle of Locality, is the tendency of a processor to access the same set of ...

What is Livelock?

Livelock is similar to deadlock, the difference is that the states of the processes involved in the livelock constantly change ...

What is Indexed Access?

Indexed access method is a method of file access in which each file has a specific key value which allows ...

What is Logical Address?

Logical address is also known as virtual address. It is an address generated by the CPU which is appended to ...

What is Lightweight Process?

A lightweight process is a means of achieving multitasking. The threads created by users are implemented by allowing certain processes ...