what is LRU| Least Recently Used page replacement algorithm in OS in urdu

Опубликовано: 11 Февраль 2024
на канале: Tehseen IT - Sana khan
46
2

In this lecture we will learn about LRU page replacement algorithm
Least Recently Used (LRU) algorithm is a page replacement technique used for memory management. According to this method, the page which is least recently used is replaced. Therefore, in memory, any page that has been unused for a longer period of time than the others is replaced.
The not recently used (NRU) page replacement algorithm is an algorithm that favours keeping pages in memory that have been recently used. This algorithm works on the following principle: when a page is referenced, a referenced bit is set for that page, marking it as referenced.
What is the least frequently used page replacement algorithm in OS?
LFU is one such page replacement policy in which the least frequently used pages are replaced. If the frequency of pages is the same, then the page that has arrived first is replaced first.
What is least recently used paging?
Least Recently Used (LRU) algorithm is a page replacement technique used for memory management. According to this method, the page which is least recently used is replaced. Therefore, in memory, any page that has been unused for a longer period of time than the others is replaced.
Which is better LRU or optimal page replacement?
LRU (Least Recently Used)

When a page fault occurs, the page that has been least recently used is replaced. It requires additional data structures, such as a linked list or a priority queue, to maintain the order of page usage. The LRU algorithm provides better performance by minimizing the number of page faults.
What is arrival time, burst time completion time, turnaround time, response time, waiting time.
   • what is arrival, burst, waiting, comp...  

Introduction to OOAD
   • Introduction to OOAD..object oriented...  

Introduction to sequence diagram
   • Introduction to Sequence diagram...OO...  

Automata/ introduction to computer theory
   • Automata TOC  

Introduction to logic
   • Introduction to logic| philosophy com...  

#LRU
#leastrecentlyused
#pagereplacementLRU
#pagereplacementalgorithm
#whatispagereplacementalgorithm
#whichisbest
#whichalgorithmisbest
#simplepagereplacement
#pagereplacementtechniques
#pagereplacementinos
#pagereplacementinoperatingsystem
#whatisleastrecentlyusedalgorithm
#whatisLRU
#whyLRUisbest





#Operatingsystem
#OS
#whatisoperatingsystem
#whatisOS
#Computerteacher
#tehseenitsanakhan
#Varunsir
#Informationtechnology
#IT
#whatiscomputer
#whatisinformationtechnology
#mostinportanttopicsofcomputer
#mostimportanttopicsofIT
#ppscpreparation
#ITpreparation
#artificialintelligence
#AI
#computerlecturertest
#computerlecturerpreparation
#computerppscpreparation


Смотрите видео what is LRU| Least Recently Used page replacement algorithm in OS in urdu онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Tehseen IT - Sana khan 11 Февраль 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 46 раз и оно понравилось 2 людям.