what is synchronization and asynchronization. what are the
difference between two?
Answer Posted / prashanth
synchronization means to keep a system in unison based on
external clocked timing. It could mean the
internal(receiver) is assured or expected to rely on
receiving all the data. Best example Television digital
broadcast transmission.
asynchronization means to keep a system in unison based on
a trigger event.its not clock timed.
Best Example: internet, offline operations, push technology
in email applications.
| Is This Answer Correct ? | 28 Yes | 15 No |
Post New Answer View All Answers
What symbol would you use to denote, the start of a code block in aspx views?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are session cookies?
How to set the pane area to transparent of a scrollPane component.?
How can you access the properties and controls of master pages from content pages?
How to handle errors in Web API?
What is asp.net and its advantages?
What are sharepoint pages?
What is the differences between a primary key and a unique key in sql server?
What is the difference between c# and .net?
How do we ensure view state has not tampered?
How can we create pie chart in asp.net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the use of service provider?
What are sessions in asp net?