---
title: "What is the difference between Synchronous and Asynchronous AJAX for example?"  
description: "What is the difference between Synchronous and Asynchronous AJAX for example?"  
author: "Ethan Karla"  
published: 2021-08-19  
canonical: https://answers.mindstick.com/qa/93909/what-is-the-difference-between-synchronous-and-asynchronous-ajax-for-example  
category: "programming"  
tags: ["c#", "asp.net mvc", "asp.net", "java programming", "php programming", "pythons"]  
reading_time: 1 minute  

---

# What is the difference between Synchronous and Asynchronous AJAX for example?

What is the [difference between Synchronous](https://www.mindstick.com/forum/157895/what-is-the-difference-between-synchronous-and-asynchronous-ajax-requests-in-mvc) and [Asynchronous](https://www.mindstick.com/blog/178/synchronous-and-asynchronous-command-execution-in-c-sharp-dot-net) [AJAX](https://www.mindstick.com/articles/257/ajax-toolkit-calendarextender-control-in-asp-dot-net) for example?

## Answers

### Answer by Ravi Vishwakarma

\

| ### 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. |
| \ | \ |
| \ | \ |

\


---

Original Source: https://answers.mindstick.com/qa/93909/what-is-the-difference-between-synchronous-and-asynchronous-ajax-for-example

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
