Homework 3, Process/IPC Terms.
Short Description:
Do Something
Goals
When you finish this homework, you should have:
- Reviewed terms involved with processes
Formal Description
Please answer/perform the following in a word document.
- Read the linux man page for exec (
man 3 exec). What does this command do?
- Read the man page for vfork on linux. Why was vfork created and how does it differ from fork? When is it appropriate to use vfork?
- Name the different IPC mechanisms discussed in class/the book. How does each deal with
- Message boundaries
- Message priority
- Message source/destination
- All of the POSIX IPC mechanisms discussed involved a string based "name" for the communications mechanism. Discuss the strengths and weaknesses of this requirement.
Required Files
Upload the word document to D2L.
Submission
Submit the assignment to the D2L folder Homework 3 by the due date.