1. Homepage
  2. Programming
  3. CSSE7610 Concurrency: Theory and Practice - Assignment 1 Mutual exclusion

CSSE7610 Concurrency: Theory and Practice - Assignment 1 Mutual exclusion

Engage in a Conversation
UQCSSE7610Concurrency: Theory and PracticeMutual exclusionJava

Assignment 1: Mutual exclusion CSSE7610

Peterson’s mutual exclusion algorithm is based on Dekker’s algorithm but is more concise because it collapses two await statements into one with a compound condition. CourseNana.COM

Peterson’s algorithm boolean wantp ←false, wantq ←false integer last ←1 p q
loop forever loop forever
p1: non-critical section q1: non-critical section
p2: wantp ←true q2: wantq ←true
p3: last ←1 q3: last ←2
p4: await wantq = false or q4: await wantp = false or
last = 2 last = 1
p5: critical section q5: critical section
p6: wantp ←false q6: wantq ←false
  1. Prove the correctness of Peterson’s algorithm using deductive techniques. Given the following invariants similar to those of Dekker’s algorithm (a) ( last= 1)∨(last= 2) (b) p3..6⇔wantp (c) q3..6⇔wantq first show that (p4∧q5)⇒(wantq ∧last= 1) , (p5∧q4)⇒(wantp ∧last= 2) are also invariants, and then use them to prove mutual exclusion holds. Then state the condition for freedom from starvation for process pand provide a proof that it holds. Deliverable : A file peterson.pdf containing the correctness arguments, and your name and student number. CourseNana.COM

  2. (a) Write a Promela specification for a modified version of Peterson’s algorithm that does not have more than one critical reference in any atomic statement. (b) Use Spin to prove that the algorithm is still correct: use an assertion to prove mutual exclusion, and an LTL property to prove freedom from starvation. Deliverables : A file peterson.pml containing the Promela specification and including com- ments detailing how you carried out the proofs and stating any LTL properties required. The pml file must include your name and student number (as a comment). CourseNana.COM

  3. Speed is a card game where the players simultaneously try to get rid of all their cards. In this version of the game, we have 2 players and use a pack of 60 cards. Each card has between 1 and 5 motifs of a particular shape and colour on it. For example, a card may have 4 green diamonds, or it may have 5 blue circles, or it may have 1 red square. We will assume there are 6 different shapes and 6 different colours, and that the pack has a random selection of 60 such cards which may contain duplicate cards. CourseNana.COM

Each player is dealt a pile of 29 cards and the remaining two cards are placed face up in front of the players. The players pick up the top 3 cards from their pile and must simultaneously try to place them on one of the cards in the centre by either matching the colour, shape or number (of shapes). For example, a player may put a card with 4 red circles on a card with 2 red squares (colour is matched), or a card with 3 green diamonds on a card with 3 blue circles (number is matched). When a player places a card in the centre, it replaces the one it is on top of as one of the two cards that must be matched. CourseNana.COM

A player can pick up the next card from their pile whenever they have less than 3 cards in their hand. The winner is the first player to put down all 29 of their cards. If both players reach a point where they are not able to put down any more cards, the game is a draw. Write a Java program to simulate the game of Speed. Each player must be implemented as a thread and Peterson’s algorithm must be used where mutual exclusion is required. (You should notuse locks, semaphores, or the synchronized orwait /notify capabilities of Java objects in this assignment.1) The program should use the provided class Card.java for modelling cards, and produce output by calling the appropriate methods of the provided class Event.java. For testing purposes, it is a requirement that you call the Event class every time one of the events occurs. It is also important that you do not modify either of the provided classes. CourseNana.COM

The critical sections must include the minimal number of statements to ensure the correct behaviour. For example, a player thread should not search for a matching card while in the critical section, although it may need to check that a previously chosen card is still a valid choice. As well as global variables representing the cards in the centre of play, you may require additional global variables, e.g. to allow the threads to determine a draw has occurred. CourseNana.COM

Deliverables : Azipfile containing the file Speed.java (which includes your main method) along with all supporting source (.java) files (apart from Card and Event), and a file readme.txt describing (in a few paragraphs) the approach you have taken to coding the program and providing a list of all your classes and their roles. All Java files should be well-documented and in particular the critical section code and code for detecting draws should be well explained. All files should also contain your name and student number (as a comment). CourseNana.COM

To assist with my testing of your Java code. Please do not make your submitted files dependent on being in a particular package. That is, remove any lines: package packageName ; CourseNana.COM

Of course, you would use such constructs in practice, and you will do so in Assignment 2. The intention of this assignment is to give you experience with mutual exclusion algorithms. CourseNana.COM

Marking criteria Marks will be given for the correctness and readability of answers to questions 1 to 3 as follows. Question 1 (10 marks) ˆProof of invariants (4 marks) ˆProof of mutual exclusion using invariants (2 marks) ˆProof of starvation freedom (4 marks) Question 2 (5 marks) ˆPromela specification of algorithm (3 marks) ˆProof method for mutual exclusion (1 mark) ˆProof method for starvation freedom (1 mark) Question 3 (10 marks) ˆreadme file (1 mark) ˆJava thread class modelling players (5 marks) ˆProgram producing correct behaviour for a winning game (2 marks) ˆProgram producing correct behaviour for a draw (2 marks) CourseNana.COM

Get in Touch with Our Experts

WeChat (微信) WeChat (微信)
Whatsapp WhatsApp
UQ代写,CSSE7610代写,Concurrency: Theory and Practice代写,Mutual exclusion代写,Java代写,UQ代编,CSSE7610代编,Concurrency: Theory and Practice代编,Mutual exclusion代编,Java代编,UQ代考,CSSE7610代考,Concurrency: Theory and Practice代考,Mutual exclusion代考,Java代考,UQhelp,CSSE7610help,Concurrency: Theory and Practicehelp,Mutual exclusionhelp,Javahelp,UQ作业代写,CSSE7610作业代写,Concurrency: Theory and Practice作业代写,Mutual exclusion作业代写,Java作业代写,UQ编程代写,CSSE7610编程代写,Concurrency: Theory and Practice编程代写,Mutual exclusion编程代写,Java编程代写,UQprogramming help,CSSE7610programming help,Concurrency: Theory and Practiceprogramming help,Mutual exclusionprogramming help,Javaprogramming help,UQassignment help,CSSE7610assignment help,Concurrency: Theory and Practiceassignment help,Mutual exclusionassignment help,Javaassignment help,UQsolution,CSSE7610solution,Concurrency: Theory and Practicesolution,Mutual exclusionsolution,Javasolution,