Skip to main content

What do you mean by operating architecture?

    

What do you mean by operating architecture?

SYSTEM CALLS

·                                                          


           System calls provide the interface between a process and the operating system.

 

·         The purpose of system call is to request the operating system to perform some activity.

 The execution of a system call require the user process to save its current state and pass the control of the CPU to the operating system to perform some function.

 There are different system calls for performing different kinds of tasks:

 

1.       FILE MANIPULATION SYSTEM CALLS, for example: open, close, read, write, reposition etc.

2.       PROCESS CONTROL SYSTEM CALLS. For example : end, abort, load, execute, create process, terminate process, allocate and free memory, wait event, signal event.

3.       DEVICE MANAGEMENT SYSTEM CALLS . for example: read write, reposition, request device, release device attributes, set device attributes etc.

4.       INFORMATION MAINTENANCE SYSTEM CALLS. For example :get time or date, set time or date time or, get system data, set system data, get process attributes, file attributes, get device attributes etc.

5.       COMMUNICATION SYSTEM CALLS. For example :send message, receive message, create communication connection, delete communication connection, transfer status information etc.

Comments

Popular posts from this blog

Batch Processing Operating System

  Batch processing system ·           Batch processing is one of the oldest method    of running the programs ·           The computer in the past were very large in size and their I/O devices were very different from those that are used today. The job processing was not interactive as it is today. ·           The user did not interact directly with computer system.   ·           The process scheduling , memory management, file management and I/Omanagement functions are quite simple in batch processing system   1.         Process scheduling (i.e. allocation strategy for a processor is typically in order of their arrival i.e. first come first served(FCFS)basis.   2.         Memory management  is done by divi...

Multitasking System

  Multitasking system ·           Technically , multitasking is same as multi programming ·           In a multitasking operating system, s single user can execute multiple programs at the same time ·           We can also say, multitasking is the system capability to work on more than one job or process at the same time. ·           It means that whenever a job needs to perform I/O operation, the cpu can be used for execting some other job                                                        diagram of multi tasking     ·           There are two type of multitasking : 1.       ...

Functions of Operating System

  Functions of operating system   5.                     protection and security : ·                       another important functions of an operating system is to protect itself from the user process and to protect different users processes from one another in a syatem. ·                       In a multi programming environment, where several users process reside in main memory at the same time, the may interface with OS or with each other. ·                       Thus, protection mechanism controls the access of users, programs and processes used by various applications. ·        ...

Defination of OS(operating system) and its concepts

    What do you mean by operating system?     Definition :  An operating system is a program that act as an interface between the user of a computer and the                                      Computer hardware. Operating system is a first program that gets loaded into the memory through a process called booting. Concepts of operating system : ·                       The purpose of operating system is to provide an environment in which a user can execute program in a convenient and efficient manner. ·                       Operating system is an integrated set of program that ma...