Maha Marathon - Operating System Part - 2 With Khaleel Sir || GATE 2025

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ •

  • @kajalshukla8858
    @kajalshukla8858 2 дні тому +1

    Thank you so much sir 🙏

  • @parthtiwari-h5j
    @parthtiwari-h5j 14 годин тому

    thank u sir

  • @A_Classic_Nashiker
    @A_Classic_Nashiker День тому

    Thank Sir

  • @rupeshmishra3566
    @rupeshmishra3566 2 дні тому +1

    Process is blocked for finite time then starvation
    And if process get blocked for infinite time then deadlock nice explanation

  • @BhupendraSingh-ty6oq
    @BhupendraSingh-ty6oq 3 дні тому +1

    Logical address and virtual address are not same
    Logical address is assign at compile time
    Virtual address at run time

    • @khaleelurrahmankhan8229
      @khaleelurrahmankhan8229 2 дні тому +7

      Binding addresses at either compile or load time generates identical logical and physical addresses. However, the execution-time address-binding scheme results in differing logical and physical addresses. In this case, we usually refer to the logical address as a virtual address. We use logical address and virtual address interchangeably in this text. The set of all logical addresses generated by a program is a logical address space. The set of all physical addresses corresponding to these logical addresses is a physical address space. Thus, in the execution-time address-binding scheme, the logical and physical address spaces differ
      This extract is from Galvin Textbook, chapter 9 Main Memory
      Read it carefully to understand logical and virtual address
      I know there is a lobby of people who claim that they only are right without actually referring to the standard textbooks and misleading the students