Advanced Embedded Systems Question: Download Advanced Embedded Systems PDF

Do you know what are the rules followed by Mutexes?

Tweet Share WhatsApp

Answer:

Mutex is also called as Mutual Exclusion is a mechanism that is used to show the preemptive environment and allow providing security methods like preventing an unauthorized access to the resources that are getting used in the system. There are several rules that has to be followed to ensure the security policies:

☛ Mutex are directly managed by the system kernel that provides a secure environment to allow only the applications that passes the security rules and regulations. The mutex consists of objects that are allowed to be called by the kernel.

☛ Mutex can have only one process at a time in its area that is owned by the process using it. This allows less conflict between the different applications or processes that wait for their turn to execute it in the kernel area.

☛ Mutex can be allocated to another mutex that is running some task at a particular time and allow the kernel to have synchronization in between them.

☛ If Mutex is allocated to some other process then the area will consist of the process till the area is having the process in it.

Download Advanced Embedded Systems PDF Read All 76 Advanced Embedded Systems Questions
Previous QuestionNext Question
Explain how is a program executed’ bit by bit’ or’ byte by byte’?Explain me what are the different types of Buses used by the embedded systems?