wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

MEMORY MANAGEMENT FILE

profile
F—17 Niraj shav
Jul 05, 2024
0 Likes
0 Discussions
35 Reads

o virtual memory technique. Virtaul memroy creates an illusion of larger memory space than physically available by utilizing secondary storage (hard drive) for extending RAM. It does it by swapping temporarily less used parts of programs to virtual memory freeing up the space of RAM for current use. This allows the system to multitask more effectively by exceeding the physical memory RAM capacity.

Protection: The OS enforces a strict hierarchy of memory access permissions. The kernel, the core of the operating system, enjoys the highest privilege level and has unrestricted access to all memory regions. User processes, on the other hand, operate with limited privileges. They can only access memory locations explicitly allocated to them and are prohibited from modifying critical system areas. 

Techniques of Memory Management : 
Contiguous Memory Allocation : In contiguous memory allocation elements are allocated in continous order i.e. a single contiguous block of memory. This means all memroy is assigned to a process are in a continous range. In Programming array is a good example of this in array elements are stored in contiguous (conitnous) format. As it is contiguous it is easy to implement and calculating address is simple as compared to non contiguous. As all memory is contiguous accessing memory is fast. But as it is contiguous it is hard to allocate memory i.e. it is hard to find free conotiguous memory space. And it is also not flexible as if there is somthing stored next to that contiguous memory it will be hard to extend it.

Non Contiguous Memory Allocation : In non contiguous memory allocation every element is stored in different locations (memory is not next to it like in contiguous memory allocation) blocks can be placed anywhere in physical memory. As memory is non contiguous memory is efficiently utilized and is also flexible as elements are stored in different locations. Memory isolation is easier to implement as every memroy is at different locations so it will be hard to access the memory that increases the security. But there are some limitations too like it increases the complexity and also calculation of address is difficult as compared to contiguous memory allocation.


Comments ()


Sign in

Read Next

Thumb Sucking: When It’s Normal and When It Becomes a Dental Problem

Blog banner

An Overivew Of Cache Memory

Blog banner

Cloud Forensic Tools And Storage :A Review Paper

Blog banner

Risk management in IT

Blog banner

ProofHub

Blog banner

Tableau

Blog banner

Platonic Solids

Blog banner

Raising mental health burden: A global and Indian perspective

Blog banner

This Windows 11 encryption bug may cause data damage

Blog banner

Malware Detection Techniques for Mobile Devices

Blog banner

DATA WRANGLING

Blog banner

Beyond the Track: Why the Best Hotel in Arcadia, Florida, Completes Your IMSA Sebring Getaway

Blog banner

GIS Mapping

Blog banner

Craziness of dream 11 and how it impacts on our life

Blog banner

Predicting Student Performance with Data Science

Blog banner

Different types of scam frauds

Blog banner

Why we should do reading

Blog banner

Different memory allocation strategies

Blog banner

What is Vishing?

Blog banner

Concurrency and Deadlocks

Blog banner

5 Powerful Mindset Shifts To Make 2026 Your Breakthrough Year

Blog banner

Retiring ISS

Blog banner

Threads and concurrency

Blog banner

Brain wash of social media

Blog banner

NodeJs

Blog banner

Telegram and it's features

Blog banner

The Golden Temple , Amritsar

Blog banner

Article on team management software

Blog banner

Service design process in ITSM

Blog banner

Scheduling in Operating Systems

Blog banner

Virtual Machine

Blog banner

Evolution of operating system

Blog banner

Preparing Students for Higher Education: How International Schools Shape Future Success

Blog banner

Deadlock in Operating systems

Blog banner

Disk Scheduling

Blog banner

All you need to know about “Off-page SEO”

Blog banner

Modern operating system

Blog banner

Memory Management - operating system

Blog banner

Article on IT development trends

Blog banner

Predictive Analysis - Ek Overview

Blog banner

Confidence Building Activities for the New School Year

Blog banner

Virtual Machine

Blog banner