Question

In all computer system, there is a component of the system which provides fundamental mutual exclusion...

In all computer system, there is a component of the system which provides fundamental mutual exclusion protection. what is this component, why does it provide mutual exclusion and why is it insufficient to protect against asynchrony?

0 0
Add a comment Improve this question Transcribed image text
Answer #1
  • The component of the system which provides fundamental mutual exclusion protection is Shared memory. It should be accompanied by a flag.
  • Concurrent Processes need to share the data or the resources. For this, shared memory concept is used. But simultaneous access can lead to data inconsistency in the memory. To avoid this problem shared memory with a flag is used. If a process is using the memory, it will set the flag and other process will not be able to use it until the flag is reset.
  • It provides both synchronous and asynchronous memory operations.
Add a comment
Know the answer?
Add Answer to:
In all computer system, there is a component of the system which provides fundamental mutual exclusion...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT