answersLogoWhite

0


Best Answer

In computer science, especially parallel computing, synchronization means the coordination of simultaneous threads or processes to complete a task in order to get correct runtime order and avoid unexpected race conditions. There are many types of synchronization: * barrier * lock/semaphore * non-blocking synchronization * synchronous communication operations advantages of synchronous communications are * no need of start and stop bits * higher data rates possible * the actual data length need not be fixed

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In advance operating system what is process synchronization?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by synchronization in operating system?

synchronization mean arrange all process in sequence for that not occured no colusion in the system.


Synchronization in operating system?

Synchronization in an operating system refers to the coordination of the events in order to operate a given operating system.


What is interprocess synchronization?

Processes might need to communicate to each. Interprocess of synchronization is the?æ management of resource among process. It ensures only a single thread (process) access a resource at a particular time.


What are the five major activities of an operating system with regard to process?

a. The creation and deletion of both user and system processes b. The suspension and resumption of processes c. The provision of mechanisms for process synchronization d. The provision of mechanisms for process communication e. The provision of mechanisms for deadlock handling


What are the five major activities of an operating system with regard to process management?

a. The creation and deletion of both user and system processes b. The suspension and resumption of processes c. The provision of mechanisms for process synchronization d. The provision of mechanisms for process communication e. The provision of mechanisms for deadlock handling


What are the five 5 major Operating system activities with regards to process management?

a. The creation and deletion of both user and system processes b. The suspension and resumption of processes c. The provision of mechanisms for process synchronization d. The provision of mechanisms for process communication e. The provision of mechanisms for deadlock handling


Operating system is a process?

True


What are the Objectives of an operating system?

process


Why does an operating system reside in low memory?

This is not always true, it depends on the operating system and the bootstrap process.


How is the execution context of a process used by the operating system?

Also known as the process state, the execution context is the internal data the Operating system uses to control or supervise a process.


What are the characteristics of distributed operating system?

the characteristics of distributed systems are 1. Heteroginity 2. Openess 3. security 4. transparency 5. concurrency 6. failure handling 7. scalability by sagar prajapati


What is process control block in operating system?

All of the information needed to keep track of a process when switching is kept in a data package called process control block.s A PCB is a data structure in the operating system kernel containing the information needed to manage a particular process. The PCB is the manifestation of a process in an operating system,