Demonstrate competency in use of a command line interface

Assignment Help Operating System
Reference no: EM132100765

Assignment: 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

The assignment focuses on two aspects, the role of OS as an interface between the user and the computer hardware, and use of command line interface. It helps the students to understand the different types of OS and their functionalities on different devices. 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.

Section 1: Operating Systems

The Operating system acts as an interface between the user and the computer hardware. Discuss in detail the roles of the OS as a resource manager and as an extended machine on the following systems:
- Client,
- Server, and
- Mobile devices.
Students may consider any of the OS for discussions, for instance Windows, Linux, iOS, MacOS, Android, etc. Further, the students must consider any five of the following features relevant to the systems for discussions.
How does OS on a client / server / mobile system
- support many devices simultaneously
- allocate resource to different users
- share resources among users fairly, efficiently, and safely
- resolve conflict in resource demand
- hides the implementation details
- Provide stable, portable, reliable, safe, well-behaved environment
- manage memory, processor, file etc.
- level of security it provides

Section 2: OS Administration using Command Line Interface

Refer totheman command to understand the syntax and parameters for the commands that you would be using in this section.

I. 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.

i. How do you know if a remote host is alive or not?
ii. How do you find which process is taking how much CPU?
iii. How do you check how much space is left in current drive?
iv. How do you find whether your system is 32 bit or 64 bit?
v. In a file word UNIX is appearing many times. How will you count the number of these occurrences?

II. Type in the following commands and discuss the outputs you get after execution of the commands. Also, paste the screen shots of the output obtained in the same word file used for above question and section 1 of the assignment.

a. % cat /etc/hosts cat?
b. % echo "Home Directory Is home" uppercase $HOME?
c. % who | wc
d. % who > logged.users
e. %date "+%m/%d/%y"
%date "+%Y%m%d"
%date +'%-4.4h %2.1d %H:%M'

Reference no: EM132100765

Questions Cloud

What are the odds that a container will be shipped : What are the odds that a container will be shipped even though it contains 2 defectives if the sample size is 9.
Why did you decide to work in this field of criminal justice : What are three key skills or competencies a person must possess to be successful in this field of criminal justice?
Describe general trends in consumer attitudes and preference : QUANTITATIVE ASSIGNMENT - The written report represents a summary of key insight from your data analysis, Describe general trends in consumer attitudes
Structure align with the organization strategy : Discuss whether or not you believe UPS's organizational culture and structure align with the organization’s ‘strategy’. Explain your rationale.
Demonstrate competency in use of a command line interface : MN404 - Fundamentals of Operating Systems and Programming - Assignment-1: Role of Operating Systems and Command Line Interface (CLI)
What elements must she prove to establish type of agency : What is Martha's best argument that John is an agent of Robert, and what elements must she prove to establish this type of agency?
Assigned the responsibility of teaching : Four project managers were assigned the responsibility of teaching the 4 sections of the human resource management chapter in the project management class.
What is the probability of observing one or more defective : What is the probability of observing one or more defective items in the sample (sample size of 5) if 1% of the shipment is defective?
Balanced in a simple randomisation : How do you calculate the chance that covariates are balanced in a simple randomisation?

Reviews

len2100765

8/31/2018 12:44:51 AM

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

len2100765

8/31/2018 12:44:45 AM

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.

len2100765

8/31/2018 12:44:34 AM

Marking criteria: Questions Description Marks Section 1 For each type of OS discuss five features 3 marks for each feature 3 OS X 5features X 3marks = 45marks Section 2 All the commands in this section have to be executed on Ubuntu in the lab. Five commands and output (screen shots) 5 Outputs ( screen shots) and discussion 10 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 5marks Viva Voce Tutor will assess your understanding of work done for this assignment. This will be done during week -6 and Week-7 lab . 10 marks Total 80 marks

len2100765

8/31/2018 12:44:23 AM

System Type OS for the system selected Features Client Windows Explain any 5 features and 3 marks each 3*5 = 15 Server Linux Explain any 5 features and 3 marks each 3*5 = 15 Mobile OS Android Explain any 5 features and 3 marks each 3*5 = 15 45 marks

len2100765

8/31/2018 12:44:13 AM

Submit a word document that contains the screen shots of the answers to all the questions in section2 (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.

Write a Review

Operating System Questions & Answers

  Implementation of algorithms for process management

The Shortest Job Next (SJN) algorithm queues processes in a way that the ones that use the shortest CPU cycle will be selected for running rst.

  Develop a user mode command interpreter

Develop a user mode command interpreter which support list-short.

  Memory allocation in operating system

Analysis and implementation of algorithms for memory allocation in operating system, Explain First- t and best- t methods are used in memory allocation in operating systems.

  Stand alone child process

Forking the child process

  Write a multi-threaded program

Write a multi-threaded program to solve producer and consumer problem

  Marginal and average cost curves

n a competitive market place (pure competition) is it possible to continually sell your product at a price above the average cost of production.

  Simulating operating systems scheduling

Simulate the long-term scheduler, the short-term scheduler and the I/O scheduler of the computer using the First-Come-First-Serve algorithm.

  Issues with trusted platform module

Research paper discussing the issues with Trusted Platform Module (TPM)

  Threads

Explain a complication that concurrent processing adds to an operating system.

  Design and programming

Use the semaphore methods to control the concurrency of the solution

  Virtual machines

Virtual machines supported by a host operating system

  Discuss an application that benefits barrier synchronization

Discuss an application that would benefit from the use of barrier synchronization

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd