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

Briefly discuss on page replacement, Briefly discuss on page replacement? ...

Briefly discuss on page replacement? Page replacement approach is fixed as follows. If no frame is free, we search one that is not presently being used and free it. We can fre

What are the typical elements of a process image, What are the typical elem...

What are the typical elements of a process image? User data: Modifiable part of user space. May have program data, user stack area, and programs that might be modified. User

Build a vigorous distributed system, Q.  To build a vigorous distributed sy...

Q.  To build a vigorous distributed system you must know what kinds of failures can occur. a. List three possible kinds of failure in a distributed system. b. State which of

Basic synchronization, (Add synchronization to your solutions to HW 3 to el...

(Add synchronization to your solutions to HW 3 to eliminate all of the race conditions.  You should not remove any of the sleep() commands that you used to produce the race conditi

Explain what isam, Explain what ISAM is. Indexed sequential access meth...

Explain what ISAM is. Indexed sequential access method. The file is stored in sorted order. ISAM has a master index file, indicating in what part of another index file the key

Replacement algorithm for tlb, Consider the following C program where M, N,...

Consider the following C program where M, N, K are predefined constants. Assume int is 4 bytes. Suppose this program is run on a machine with 4KB page size and 32 TLB entries. Init

FUNDAMENTAL OF OS, WHAT IS OPERATING SYSTEM ?ENLIST AND EXPLAIN BASIC SERVI...

WHAT IS OPERATING SYSTEM ?ENLIST AND EXPLAIN BASIC SERVICES PROVIDE BY OS

What are the methods for handling deadlocks, What are the methods for handl...

What are the methods for handling deadlocks? The deadlock problem can be dealt with in one of the three ways: a. Use a protocol to prevent or avoid deadlocks, ensuring that

Explain multithreading operating system, Multithreading - Operating system...

Multithreading - Operating systems that permit different parts of a software program to run concurrently. Operating systems that would come into this category are: Linux UNI

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