Consider a multiuser, multiprogramming system. Which issues related to the protection of processes need to be dealt with in this system? If a fixed partitioning of memory is used, discuss how protection can be affected.
Multiuser:- The system that allows more than one user to access a single operating system from different locations.
Multiprogramming :- It is the ability of the operating system that allows a large number of software programs to run and operate simultaneously on the same computer system.
One of the major problem related with multiprogramming in computer system is the security related issues.:-
1)Pilfering and thieving of data:- consider the case where more than one user is accessing the same computer system from remote location. In such a case one can not guarantee about the privacy and security of the data associated with the system. The operations such as creation, deletion and updation of files will require the user access and there will be no assurance that the data is restricted to others users or not. In case of using team viewer in your computer the other users will have full access to create, delete and manipulate their data and thus, it is an issue of security for the data.
2) Improper accounting of system resources:-
When more than one user is accessing the same operating system then there is a chance that due to improper accounting of system will lead to mixed outputs for the users and will lead to thier rework .
If fixed partitioning is used then it helps to get our data protected from getting sealed. But on the other hand each partition can accomodate exactly one process i.e., limited number of processes can be excuted at a time depending upon the number and size of partition available in the memory space.
Consider a multiuser, multiprogramming system. Which issues related to the protection of processes need to be...
نقطة واحدة Consider a demand-paged computer system where the degree of multiprogramming is currently fixed at four. The system was recently measured to determine utilization of CPU and the paging disk which are equal to 13 percent and 3 percent respectively. To increase the CPU utilization, it :should Increase the degree of multiprogramming Decrease the degree of multiprogramming O نقطة واحدة The execution of an entire process, or parts of it, at different sites called Computation Migration O Data Migration...
10. What special issues are there related to incentives with which planners working in the worksite setting need to be concerned? How can behavioral economics be used to shape incentives?
Operating systems: please explain
1 (24) Multiple Choice(3 points for each): 1) In the interrupt systems. What processing need be done by hardware when an interrupt occurs? A. Save remainder of process state information B. Restore process state information c. pushes PSW and PC onto control stack D. Restore old PSW and PC E None of the above. 2) In the distributed system, which of the following statement is true? A All the processors in the system share the memory....
What do you need to consider when developing and implementing processes to ensure that issues raised are resolved promptly or referred to relevant personnel?
Which of the following approaches can be used to correct for issues related to imbalanced classes? A. Evaluating the model using Cohen’s kappa B. Oversampling the minority class C. Calibrating the model at the production stage D. Collecting more data from the minority class E. Using more robust performance metric In recursive partitioning, how many homogeneous sub regions are created when two splits are introduced? A. 3 B. 4 C. 2 In Recursive Partitioning scoring, we need to: A. Create...
Consider a system in which four processes (A,B,C,D) are attemptign to access four types of resource (1,2,3,4). There are two instances of each type of resource , and the current allocation is <1001> for A , <0101> for B , <1000> for C , and <0010> for D. The Max Need for each process is <2002> for A , <0202> for B , <1100> for C , and <1010> for D. Is this system state safe? If so give an...
In a system employing a memory management strategy that doesn't require an entire process to be in main memory at one time; the portion of a process that is actually in main memory at any given time is defined to be the resident set of the process. True False The modify (M) bit is a control bit in a page table entry that indicates whether the contents of the corresponding page have been altered since the page was last loaded...
Problem 4- Resource Utilization (16 points) Consider a demand-paged computer system using a virtual memory management o do only main memory and disk for paging. Suppose the organization running this system can one of the following actions at the present time: afforn policy for (a) Get a faster CPU (b) Get a faster paging disk (c) Decrease the degree of multiprogramming (d) Increase the degree of multiprogramming m was measured to determine the utilization of the CPU and paging disk....
1. Consider a demand-paging system with the following time-measured utilizations: CPU utilization 20% Paging disk 5% Other I/O devices 97% Indicate which will improve system utilization and explain your answer. a. Install a faster CPU . b. Install a bigger paging disk. c. Increase the degree of multiprogramming. d. Decrease the degree of multiprogramming. e. Install more main memory. f. Install a faster hard disk or multiple controllers with multiple hard disks. g. Add prepaging to the page-fetch algorithms....
The VAX/ VMS operating system makes use of four processor access modes to facili-tate the protection and sharing of system resources among processes. The access mode determines:• Instruction execution privileges: What instructions the processor may execute• Memory access privileges: Which locations in virtual memory the current instruc-tion may access The four modes are as follows:• Kernel: Executes the kernel of the VMS operating system, which includes memo-ry management, interrupt handling, and I/ O operations• Executive: Executes many of the operating...