logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What is the Translation Lookaside Buffer (TLB)?


  • Correct Answer
  • In a cached system, the base addresses of the last few referenced pages is maintained in registers called the TLB that aids in faster lookup TLB contains those page-table entries that have been most recently used Normally, each virtual memory reference causes 2 physical memory accesses- one to fetch appropriate page-table entry, and one to fetch the desired data Using TLB in-between, this is reduced to just one physical memory access in cases of TLB-hit 


  • Operating Systems problems


    Search Results


    • 1. What are short, long and medium-term scheduling?
    • Discuss
    • 2. What is thrashing?
    • Discuss
    • 3. Explain the concept of Reentrancy?
    • Discuss
    • 4. Which command displays the present workig directory in UNIX?

    • Options
    • A. $who
    • B. $pwd
    • C. $who are you
    • D. None
    • Discuss
    • 5. Which among the following are the components of windows registry?

    • Options
    • A. Keys
    • B. SubKeys
    • C. Values
    • D. All the above
    • Discuss
    • 6. What is the resident set and working set of a process?
    • Discuss
    • 7. What is cycle stealing?
    • Discuss
    • 8. In the context of memory management, what are placement and replacement algorithms?
    • Discuss
    • 9. In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
    • Discuss
    • 10. What is a drawback of MVT?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment