What is Semaphore?

Answers were Sorted based on User's Feedback



What is Semaphore?..

Answer / sanjay

In simple terms a Semaphore is a unit or resource which is
used for synchrosation between two processes , it is kind
of flag (in abstract terms) which every process will check
before processing ahead to avoid the deadlock situation

Is This Answer Correct ?    8 Yes 0 No

What is Semaphore?..

Answer / vinay kashyap

in simple terms semaphore is a unit(count) used to keep track of the resources available..

Is This Answer Correct ?    3 Yes 2 No

What is Semaphore?..

Answer / nithi

semaphore is a kind of variable on which we perform 2 operations signal(V) and wait(P) ,a process performs no operation and it will wait if semaphore is <= 0.This is used for synchronization of processes

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Describe Inter Machine Communication?

0 Answers   MaxSolPro,


What is cache memory?

3 Answers   TCS,


What is best free operating system?

0 Answers  


what is disk interleaving? why is disk interleaving adopted?

2 Answers   IBM,


What is multi tasking, multi programming and multi threading?

0 Answers  






What are the different types of semaphores?

0 Answers   Axtria,


Explain Memory Partitioning, Paging, Segmentation?

0 Answers   Crossdomain,


What is the difference between 32 bit and 64 bit os?

0 Answers  


Why use 64bit excel?

0 Answers  


How can I tell what devices are connected to my usb?

0 Answers  


What is lock granularity?

1 Answers   IBM,


What is Page-Stealer process?

0 Answers  


Categories