what is the difference between synchronous and


What is the difference between Synchronous and Asynchronous updates?

A program asks the system to perform a particular task, and then either waits or doesn't wait for the task to finish.  In synchronous processing, the program waits: control returns to the program only when the task has been finished.  In asynchronous processing, the program does not wait: the system returns control after merely logging the request for implementation.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is the difference between synchronous and
Reference No:- TGS0283513

Expected delivery within 24 Hours