Tutorial 5
- Michael Cheng
- Mar 30, 2021
- 1 min read
1. What is client server model?
2. Why multithread service is needed for majority of heavy-duty web server? How multithread in single processor is different from multiprocessor/multi-core system?
3. What is Multi-Agent System (MAS)? Please give some examples of MAS applications.
4. Why mutual exclusion algorithm is important for the processes coordination?
5. How many types of distributed mutual exclusion algorithm? Elaborate each of the approach.
6. Why do we need assumptions in each distributed mutual exclusion algorithms? List out few assumptions mentioned above.
Comments