Demand paging in operating system

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Demand paging in operating system explained with the implementation of demand paging

Комментарии • 7

  • @bujji2398
    @bujji2398 2 года назад +3

    Superb mam😍

  • @b.c.sumanth4040
    @b.c.sumanth4040 2 года назад +4

    Nice Mam

  • @gajagaruda8004
    @gajagaruda8004 11 месяцев назад

    Super

  • @This_truly_is_evil_era
    @This_truly_is_evil_era Год назад

    Why the page table doesn't have all data from logical memory?

  • @satvika7819
    @satvika7819 Месяц назад

    What is demand paging and how it is implemented?

    • @Guestabcdef
      @Guestabcdef Месяц назад

      Demand Paging is a memory management technique where pages of a process are loaded into physical memory only when they are needed, rather than loading the entire process at once.
      Implementation Steps:
      Maintain Page Table: Keep a page table that tracks which pages are in physical memory and their locations.
      Handle Page Faults: Implement a mechanism to detect page faults and fetch pages from disk when needed.
      Use Page Replacement Algorithms: Apply algorithms (like FIFO or LRU) to manage memory when replacing pages.
      Update and Access: Ensure that once a page is loaded, the process can access it using updated page table entries.

  • @PardeepSingh-hc9fb
    @PardeepSingh-hc9fb Год назад

    End 🔚