What is the difference between Synchronous and Asynchronous AJAX for example?

Asked 19-Aug-2021
Viewed 517 times

1 Answer


0


SYNCHRONOUS TRANSMISSION

 ASYNCHRONOUS TRANSMISSION

In Synchronous transmission, data is sent in the form of blocks or frames. In asynchronous transmission, data is sent in the form of byte or character.
Synchronous transmission is very fast. Asynchronous transmission is very slow.
Synchronous transmission is very costly. Asynchronous transmission is very economical.
In Synchronous transmission the time interval of transmission is constant. In asynchronous transmission, the time interval of transmission is random.
In synchronous transmission, there is no gap between the data. There is a gap between the data in asynchronous transmission.