question no1consider a scenario of post mailbox


Question No.1:

Consider a scenario of post mailbox, there are two processes named sender S and receiver R. Both processes can communicate with each other by name along with message. You need to Identify what type of IPC is this?

Write the send and receive primitives for stated processes.

Identify at least three properties of communication channel or link in this scheme.

Question No.2:

Considering the performance of FCFS scheduling algorithm for three CPU bound processes, calculate the followings, If process P1 takes 19 seconds, P2 takes 23 seconds and P3 takes 8 seconds and processes arrive in order P1, P2 and P3:

a) Turnaround Time per process
b) Average Turnaround time of processes
c) Average waiting time of processes and identify either convey effect occurs or not.

Question No.3:

Using C programming language, write a program that uses the pthread library to create two threads and display certain messages. Messages must have following words and sequence:

First thread in process: My VU student ID is BC123456
Thread created
Second thread is in process: My Subject Code is CS604
Thread Created
(code:4 marks, compile and execute command on Ubuntu:2 marks and correct output:4 marks)

Note for Question No.3:

1) Do not write your program in other languages like Java, C++ etc. Write your program only in C language.

2) Do not execute your program in other operating systems like Windows, Mac etc. Execute your program only in Linux Ubuntu flavor.

3) You should provide three screen shots. Required three screen shots are given below.

I) Screen shots of your complete program that you write in C. Your screen shots should display your complete program code that you write in C.

II) Screen shot of Commands that you used to compile and run your program in Linux Ubuntu.

III) Screen shot of final output of your program shown.

4) In first line each student should display his own complete VU student ID and not the VU student ID of any other student.

Request for Solution File

Ask an Expert for Answer!!
Operating System: question no1consider a scenario of post mailbox
Reference No:- TGS0490660

Expected delivery within 24 Hours