wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

MEMORY MANAGEMENT FILE

profile
F—17 Niraj shav
Jul 05, 2024
0 Likes
0 Discussions
33 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

Process states

Blog banner

Kernel Modes: User Mode vs. Kernel Mode - 80

Blog banner

Linux -V Server Virtual Machine

Blog banner

Importance of Education

Blog banner

DATA VAULT

Blog banner

OPERATING SYSTEM OBJECTIVES AND FUNCTIONS

Blog banner

Why Should You Schedule Tweets on Twitter?

Blog banner

Human factor, a critical weak point in the information security of an organization’s IOT

Blog banner

AI and Cyber Security

Blog banner

Virtual Memory

Blog banner

DATA SCIENCE IN BUSINESS AND MARKETING

Blog banner

Introduction to Virtual Memory - 080

Blog banner

What is the point of living if we can die at any moment of our lives ?

Blog banner

Fault Tolerance in an Operating System

Blog banner

Operating Systems

Blog banner

The Rise of Evil Twin Attacks: A New Kind Of Spoofing Cyberattack

Blog banner

What is Segmentation?

Blog banner

Process Description

Blog banner

Why You Need 2FA (Two-Factor Authentication) On Your Email And Other Online Accounts

Blog banner

CONCURRENCY: MUTUAL EXCLUSION AND SYNCHRONIZATION-het karia

Blog banner

Palm Vein Biometric Technology; Contactless vein authentication

Blog banner

Android Flashlight Application

Blog banner

Social Media Marketing Trends 2022

Blog banner

Image Steganalysis in Digital Forensics

Blog banner

What are the different types of E-mail crime and process of email forensic?

Blog banner

Firewall / IDS Evasion Techniques

Blog banner

Protect yourself from System Hacking with these Simple Steps

Blog banner

Virtual machine

Blog banner

In the world of Technology...

Blog banner

Evolution of Operating System

Blog banner

operating system

Blog banner

Artical on FreshBooks

Blog banner

Data Exfiltration

Blog banner

The Art of Slow Fashion: Why Patola Defines Sustainable Luxury

Blog banner

Types of Big Data

Blog banner

"Life as a Part-time Student"

Blog banner

Security in Operating Systems

Blog banner

Best password managers: Reviews of the top products

Blog banner

Virus

Blog banner

Rules and Regulations of Networking: "Standards and Protocols" - Part 2

Blog banner

INTERNET

Blog banner

Decision Tree: A Diagram Model

Blog banner