Nota: A tradução desta entrada está atualmente em revisão de qualidade, portanto parte do conteúdo é exibida temporariamente apenas em inglês.
Este verbete ainda não foi traduzido para o seu idioma, portanto o original é exibido abaixo.
connectionless
This term is a technical descriptor used almost exclusively within computer networking and telecommunications. It describes a method of data transmission where packets are sent independently, without the overhead of a setup phase. This contrasts with connection-oriented protocols, such as TCP, which require a three-way handshake to ensure both parties are ready before data flows.
Because it lacks a guaranteed delivery mechanism, the term carries a connotation of speed and efficiency at the expense of reliability. It is typically used in contexts involving real-time streaming, DNS queries, or any scenario where losing a few packets is preferable to the latency caused by establishing a formal session.
Meanings
Examples
UDP is a connectionless protocol that allows for faster data transmission.
UDP is a connectionless protocol that allows for faster data transmission.
We should use a connectionless service for this streaming application to reduce latency.
Since it is connectionless, the sender does not know if the packet actually reached the destination.
Since it is connectionless, the sender does not know if the packet actually reached the destination.
I wonder if a connectionless approach would be more efficient for these small updates.
The network uses a connectionless delivery method to handle high volumes of traffic.
Why are we using a connectionless protocol when we need guaranteed delivery?
A connectionless system avoids the overhead of a three way handshake.
The data was sent via a connectionless medium, meaning no session was established.