Explain process description in the unix system, Operating System

Assignment Help:

Process Description

A process in UNIX is a somewhat complex set of data structures that provides the operating system with all of the information necessary to dispatch and manage processes. The elements of the process image are categorized into two parts. They are as system context and user level context.

The user level context encloses the fundamental elements of the user's program and can be generated directly from a compiled object file. The user's program is divided into text and data areas. The text area is read-only as well as it is intended to hold the program's instructions. While the process is implementing the processor uses the user stack area for procedure calls and returns and parameter passing. The shared memory area is a data area specifically shared with other processes. There is merely one physical copy of a shared memory area other than, by the utilize of virtual memory it appears to every sharing process memory region is in its address space. When a process isn't running then the processor status information is stored in the register context area.

The system level context encloses the remaining information that the operating system needs to manage the process.

It consists of a static part which is fixed in size and stays with a process throughout its lifetime and a dynamic part which vary through the life of the process. The one element of the static part is the process table entry. This is in fact part of the process table maintained by the operating system with one entry per process. The process table entry table process a control information i.e. accessible to the kernel at all times therefore in a virtual memory system all process table entries are maintained in main memory.

 

 


Related Discussions:- Explain process description in the unix system

What the different paging techniques, The different paging techniques are ...

The different paging techniques are 1. Multilevel paging or hierarchical paging method: In definite cases the page table may consist up to 1 million entries. This would be

Explain the concept of mutual exclusion, Question 1: (a) Discuss about...

Question 1: (a) Discuss about the evolution of operating systems from mainframe batch systems to mainframe time sharing systems. (b) Explain your understanding of the "sus

Array-initialization loops using lru replacement algorithm, Q. Consider th...

Q. Consider the two-dimensional array A: int A[][] = new int[100][100]; Whereas A [0][0] is at location 200 in a paged memory system with pages of size 200. A little process

Determine the value to be loaded in relocation register, Refer a program wi...

Refer a program with a linked origin of 5000. Suppose the memory area allocated to it have the start address of 70000. Determine the value to be loaded in relocation register?

Inter-process Communication !, My code it didn''t run properly ,i tried to ...

My code it didn''t run properly ,i tried to pass 2 parameter example : ./a.out ls -ll ,but it execute only the ls instead of the ls -ll ! plz help amd thank you ! #include #inclu

Total physical memory and total virtual memory , A practical task specified...

A practical task specified in the Study Guide, Computer architecture, was to record your computer's specifications. Submit the data you recorded, which will contain the following d

What is the use of fork and exec system calls, What is the use of fork and ...

What is the use of fork and exec system calls? Fork is a system call by which a latest process is created. Exec is also a system call, which is used after a fork by one of the

Define ageing, Define Ageing Ageing is a method of enhancing the priori...

Define Ageing Ageing is a method of enhancing the priority of process waiting in Queue for CPU allocation

What are two probable uses of these multiple modes, Q. Several CPUs provide...

Q. Several CPUs provide for more than two modes of operation. What are two probable uses of these multiple modes? Answer: Although most systems merely distinguish between use

Explain secondary-storage management, What are the three main activities of...

What are the three main activities of an operating system in regard to secondary-storage management? a) Free-space management. b) Storage allocation. c) Disk scheduling.

Write Your Message!

Captcha
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