Asynchronous

Why Trust Techopedia

What Does Asynchronous Mean?

In general terms, asynchronous refers to objects and events that may be related but are not coordinated in time, meaning not occurring at predetermined intervals. Asynchronous events have no dependency on each other starting or completing before the other can start or complete.

Advertisements

In computer science, asynchronous may refer to either:

  • Asynchronous communication, wherein data is transmitted without relying on a clock signal, so data is sent intermittently
  • Asynchronous input/output (I/O) processing, which allows the CPU to continue processing with other data that is independent of the current I/O operation

Techopedia Explains Asynchronous

Asynchronous refers to events or computing processes that disregard the element of time. In other words, one process can start or stop independently of other processes, even if they are related. This allows for the maximization of computing resources by utilizing idle times where one or more resources are waiting for a process to finish.

This concept is applied to network communications wherein data is transmitted intermittently instead of being one steady stream. This eliminates the need for a constant connection because the receiver will not have to wait for a steady stream. However it needs special markers, start and stop bits as well as place markers, so that the receiver will know how to piece the distributed data back together.

In the case of I/O operations, asynchronous I/O techniques are used to eliminate CPU idle times when it is waiting for a particular I/O operation to finish, which are usually multitudes of degrees slower than the speed at which a CPU can process data. By making the CPU process other data which is not related to the I/O operation, it can speed up the overall execution of processes. However, data or processes that require the completion of that I/O process still need to wait for it to complete.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…