Prepared by: Dr Nandini Sidnal XXXXXXXXXXModerated by: Nov, 2019 Assessment Details and Submission Guidelines Unit Code MN404 – T3 2019 Unit Title Fundamentals of Operating Systems and Programming...

assignment


Prepared by: Dr Nandini Sidnal Moderated by: Nov, 2019 Assessment Details and Submission Guidelines Unit Code MN404 – T3 2019 Unit Title Fundamentals of Operating Systems and Programming Assessment Type Individual Assignment Assessment Title Assignment-1: Role of Operating Systems and Command Line Interface (CLI) Purpose of the assessment (with ULO Mapping) This assignment assesses the following Unit Learning Outcomes; students should be able to demonstrate their achievements in them. a. Describe the role of Operating Systems (OS) and its different subsystems in controlling computer hardware b. Demonstrate competency in the use of a command line interface to operate and perform simple OS administration Weight 20% of the total assessments Total Marks 65 Word limit Not applicable Due Date Week 7, Friday 6 pm Submission Guidelines  Submit a word document that contains the screen shots of the answers to all the questions in section 2 (Unix exercises) along with the answers for questions in section 1. All screen shots submitted on Moodle must carry your unique id such as MITID, names etc.  All work must be submitted on Moodle by the due date along with a completed Assignment Cover Page.  The assignment must be in MS Word format, 1.5 spacing, 11-pt Calibri (Body) font and 2 cm margins on all four sides of your page with appropriate section headings.  Reference sources must be cited in the text of the report, and listed appropriately at the end in a reference list using IEEE Transactions on Networking referencing style.  Students must ensure before submission of final version of the assignment that the similarity percentage as computed by Turnitin has to be less than 10%. Assignments with more than 10% similarity may not be considered for marking. Extension If an extension of time to submit work is required, a Special Consideration Application must be submitted directly through AMS. You must submit this application within three working days of the assessment due date. Further information is available at: http://www.mit.edu.au/about-mit/institute-publications/policies- procedures-and-guidelines/specialconsiderationdeferment Academic Misconduct Academic Misconduct is a serious offence. Depending on the seriousness of the case, penalties can vary from a written warning or zero marks to exclusion from the course or rescinding the degree. Students should make themselves familiar with the full policy and procedure available at: http://www.mit.edu.au/about-mit/institute-publications/policies- procedures-and-guidelines/Plagiarism-Academic-Misconduct-Policy- Procedure. For further information, please refer to the Academic Integrity Section in your Unit Description. http://www.mit.edu.au/about http://www.mit.edu.au/about http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/special-considerationdeferment http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/Plagiarism-Academic-Misconduct-Policy-Procedure http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/Plagiarism-Academic-Misconduct-Policy-Procedure http://www.mit.edu.au/about-mit/institute-publications/policies-procedures-and-guidelines/Plagiarism-Academic-Misconduct-Policy-Procedure MN404 Fundamentals of Operating Systems and Programming Page 2 of 4 Prepared by: Dr Nandini Sidnal Moderated by: Nov, 2019 Purpose of the Assignment: The assignment focuses on two aspects, the role of OS as an interface between the user and the computer hardware, and the use of command line interface. It helps the students to understand the different types of OS and their relative performances. Also it assists the students to gain competency in using UNIX/LINUX commands in performing simple OS administration. By doing this assignment, students will get to learn to research and comprehend the basic concepts of OS and how differently or similarly they play the interfacing role on various computing and communication devices. Also, they will appreciate the ease of using GUI over CLI. Assignment 1 Specifications _________________________________________________________________________________ Section 1: Operating Systems(OS) (20marks) I. In the current context where cloud computing has more focus what is the role of OS? 6 marks II. Why is RTOS important for IoT? 4 marks III. How does AI operation system differ from normal OS in features and applications? 6 marks IV. Comment on Block-chain as an Operating System. 4 marks Section 2: OS Administration using Command Line Interface (CLI) (20 marks) _________________________________________________________________________________ Refer to the man command to understand the syntax and parameters for the commands that you would be using in this section. This section is divided into 2 sections: Security related commands and Unix networking commands. You all have to demonstrate the following Unix/Linux commands in the lab to your tutor before week 6 and paste the screen shots of the execution in the same word file that has section 1 of the assignment. Provide relevant information along with the screen shot of the commands being executed. I. Security related commands 8 marks On a Unix/Linux system, each file and directory is assigned access rights for the owner of the file, the members of a group of related users, and everybody else. Access rights can be assigned to read a file, to write a file, and to execute a file (i.e., run the file as a program). 1) Create a file in your home directory, name it with your MITID? 2) What are the default file permissions assigned to the newly created file? 3) Change the default permissions to group, read & write access and verify the same 4) Create a directory with your name and store the file with your id in it. 5) Check the default setting of the directory created and change them to all with RWX permissions and verify the same. 6) Reset the user password MN404 Fundamentals of Operating Systems and Programming Page 3 of 4 Prepared by: Dr Nandini Sidnal Moderated by: Nov, 2019 II. Unix networking Commands 12 marks Run through the following commands and discuss the outputs you get. Also, paste the screen shots of the output obtained in the same word file used for above question and section 1 of the assignment. 1) Ping 2) Ifconfig 3) netstat 4) nslookup (Hint: You have an IP address in your network how will you find hostname and vice versa?) 5) hostname 6) ARP Marking criteria: Questions Description Marks Section 1 Current OS , features and applications 20 marks Section 2 All the commands in this section have to be executed on Ubuntu in the lab. Security related commands Unix Networking Commands Demonstration of commands 8 marks 12 marks 10 marks Reference style Follow IEEE Transactions on Networking reference style (should have both in-text citation and reference list) Minimum of 5 references are a must 5 marks Total 55marks MN404 Fundamentals of Operating Systems and Programming Page 4 of 4 Prepared by: Dr Nandini Sidnal Moderated by: Nov, 2019 Rubrics Grades HD D Credit P N (fail) Section -1 Excellent research work and focused discussions and analysis Sound references from reputed journals. Good research work and discussions are relevant and soundly analysed. Good references Generally relevant research work and discussions are relevant. some references. Some research work and brief discussions. Some references. No research carried out. Irrelevant discussions and no references. Section 2 Perfect usage of commands for the given tasks Commands used are relevant Generally relevant Some relevance Not relevant to the assigned tasks. Demo and Viva Voce Logic is clear and easy to follow with strong arguments Consistency logical and convincing Mostly consistent logical and convincing Adequate cohesion and conviction Argument is confused and disjointed IEEE Reference style Clear styles with excellent source of references. Clear referencing style Generally good referencing style Sometimes clear referencing style Lacks consistency with many errors
Dec 20, 2021MN404
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here