wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

Memory Management

profile
dhruvi acharya
Jul 04, 2024
0 Likes
0 Discussions
11 Reads

Memory management is an essential operating system (OS) service responsible for the efficient and secure allocation, utilization, and protection of primary memory (RAM) during program execution. It directly impacts system stability, program performance, and the ability to run multiple programs concurrently.It involves managing both primary memory (RAM) and secondary memory (SSD and hard disk).

 

Importance of Memory Management :

 

Allocating Memory : Allocating memory is important because when you install or run a program managing memory is very important. Operating System (OS) maintains track of free memory and allocates them when required. this memory allocation can be contigous (continous blocks) or non contigous (not in continous blocks seprated in memroy) both have their own advantages and disadvantages.

 

Multitasking and Virtual Memory : To enable effiicient multitasking, operating system introduces to 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

Mumbai

Blog banner

Raising Emotionally Intelligent Students: The Classroom Beyond Academics

Blog banner

Evolution of operating system

Blog banner

Why is online marketing is important in current scenario

Blog banner

GIS Mapping

Blog banner

Explain the concept of ( MIS) Management information systems

Blog banner

Memory Management

Blog banner

Interesting fact about kangaroo.

Blog banner

10 Survival Tips that might save your life

Blog banner

OS assignment 3

Blog banner

Guidelines for a low sodium diet.

Blog banner

Deadlock and Starvation

Blog banner

Odoo

Blog banner

Distributed Denial of Service (DDoS) attack

Blog banner

Banaras

Blog banner

My First Dream Bike

Blog banner

Virtual Machine's

Blog banner

New Horizon Europe project ‘EvoLand’ sets off to develop new prototype services.

Blog banner

INTRODUCTION TO C#

Blog banner

New Ransomware Encrypts Your Android And Then Changes PIN Lock

Blog banner

Indian Culture and Tradition

Blog banner

Platonic Solids

Blog banner

Street foods

Blog banner

What is E-commerce

Blog banner

Pro-Tips On How To Keep your Foot Healthy

Blog banner

38_Network Sniffing Techniques_SBC

Blog banner

Place to visit in pune

Blog banner

Electronic Funds Transfer

Blog banner

Operating system

Blog banner

Review on Recovering Deleted Files

Blog banner

Data Mapping

Blog banner

Worms, viruses and Bots

Blog banner

Deadlock

Blog banner

Travel: Everything Everywhere!

Blog banner

A book review

Blog banner

FILE SHARING

Blog banner

Importance of Network Security Risk

Blog banner

Blockchain uses and use cases

Blog banner

What is online marketing and why do you need to know about it ?

Blog banner

How the mobile IP is used in GSM architecture.

Blog banner

What your Favorite colour says about You?

Blog banner

Hacking of web server and application

Blog banner