BEST代写-线上编程学术专家

Best代写-最专业靠谱代写IT | CS | 留学生作业 | 编程代写Java | Python |C/C++ | PHP | Matlab | Assignment Project Homework代写

C语言代写 | COMP2401A – Assignment 1

C语言代写 | COMP2401A – Assignment 1

本次加拿大代写主要为C语言操作系统相关的assignment

 

Program to Control Access to an Object (Object Access Control Program)

Operating systems and middleware often need to be able to control access to an object
(authorization). The term objects, in this case, refers to things like files, directories, messages,
network interfaces, discs, etc.

Access control lists and are typically cached in RAM memory, so that access permission checks
can be performed very quickly. An instance of an operating system typically manages many
thousands of objects. The data structure used to store permissions for a given object should be as
compact as possible to reduce the memory footprint. The screen capture below shows the file
permissions descriptor in Linux.

The sequence of letters listed on the left describes the different types of permissions that the
currently logged on user has with respect to the object listed on the right. For now, we don’t need
to understand what all of these letters signify. As part of this assignment, we will build

something similar, although simpler. Remember – this is the human-friendly output of the
underlying file permissions descriptors. Is there a more compact way to store this information?

We will construct a simple object permissions descriptor. The descriptor will not be associated
with any object for now. The objective is to simply practice storing information in an efficient
manner.

Sections below summarize the functional and non-functional requirements for the simple
program that you will develop for this assignment. Please read these sections carefully. Please
also carefully review the ‘Deliverables’ section below.

Functional Requirements

The functional requirements for a computer program are often recorded as use case. Use cases
describe how different users (called actors) interact with the program. Each use case lists the
actor, the steps, and alternate flows – if any.

bestdaixie

评论已关闭。