logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What is time-stamping?


  • Correct Answer
  • It is a technique proposed by Lamport, used to order events in a distributed system without the use of clocks This scheme is intended to order events consisting of the transmission of messages Each system 'i' in the network maintains a counter Ci Every time a system transmits a message, it increments its counter by 1 and attaches the time-stamp Ti to the message When a message is received, the receiving system 'j' sets its counter Cj to 1 more than the maximum of its current value and the incoming time-stamp Ti At each site, the ordering of messages is determined by the following rules: For messages x from site i and y from site j, x precedes y if one of the following conditions holds(a) if Ti 


  • Operating Systems problems


    Search Results


    • 1. Describe the Buddy system of memory allocation.
    • Discuss
    • 2. What are turnaround time and response time?
    • Discuss
    • 3. What is multi tasking, multi programming, multi threading?
    • Discuss
    • 4. Which memory management technique involves dividing the memory into fixed sized blocks ?

    • Options
    • A. Paging
    • B. Scaling
    • C. Whiping
    • D. Tracking
    • Discuss
    • 5. A Map is an Array,which contains the addresses of the free space in swap device that are allocatable resources,and the number of the resource unit available there.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 6. How are the wait/signal operations for monitor different from those for semaphores?
    • Discuss
    • 7. What has triggered the need for multitasking in PCs?
    • Discuss
    • 8. What are the four layers that Windows NT have in order to achieve independence?
    • Discuss
    • 9. What is SMP?
    • Discuss
    • 10. What are the key object oriented concepts used by Windows NT?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment