answersLogoWhite

0

memory segmentation is the process of dividing the computer memory into different overlapping segments.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is segmentation in computer architecture?

Segmentation is part of physical memory ares.


What are the most common problems associated with computer memory?

* Stack overflows * Heap overflows * Segmentation faults * Null or non-existent memory addresses


How does memory segmentation increase processors speed?

The segmentation function maintains a segment table that includes physical addresses of the segment, size, and other data. Segmentation speeds up a computer's information retrieval by assigning related data into a “segment table” between the CPU and the physical memory.


What is the difference between segmentation and compaction?

Segmentation involves dividing memory into variable-sized partitions to allocate memory dynamically, while compaction rearranges memory to reduce fragmentation by moving allocated memory blocks closer together. Segmentation deals with memory allocation, while compaction improves memory utilization.


Why is segmentation of memory needed?

Segmentation of memory is needed to efficiently manage and utilize a computer's memory resources by dividing it into distinct segments based on logical divisions, such as code, data, and stack. This organization allows for better protection and isolation of processes, thereby enhancing security and stability. Additionally, segmentation facilitates easier allocation and deallocation of memory, optimizing the use of available space by allowing programs to grow and shrink as needed. Overall, it improves the flexibility and usability of memory in a multitasking environment.


Write short notes on segmentation?

segmentation is scheme in which the logical memory is broken into a number of variable length blocks called SEGMENTATION.


What are the disadvantages of memory segmentation in 8086?

disadvantages of memory segmentation


What is the pattern of repeated segmentation called?

The pattern of repeated segmentation is called segmentation fault or segfault. This occurs when a program tries to access a memory segment that it doesn't have permission to access, leading to a segmentation violation error.


In computer networking what is segmentation?

I am looking for this answer too.


What is segmantation?

Divide the memory block into different sizes is called segmentation.


8086 micro processor memory segmentation and advantage and rules?

hhh


What feature is managing the memory of a computer system?

The feature that manages the memory of a computer system is the Memory Management Unit (MMU). The MMU is responsible for translating virtual addresses to physical addresses, ensuring efficient allocation and deallocation of memory resources, and providing isolation between processes. It also handles paging and segmentation, which help optimize memory usage and improve system performance. Overall, the MMU plays a critical role in maintaining system stability and efficiency.