D
Dicread
InícioDicionárioCconnectionless

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

Relating to a communication protocol in which data is sent from one node to another without first establishing a dedicated session or handshake between the sender and receiver.
Adjective

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

Adjective

Relating to a communication protocol in which data is sent from one node to another without first establishing a dedicated session or handshake between the sender and receiver.

The User Datagram Protocol (UDP) is a connectionless protocol used for streaming media.

Examples

UDP is a connectionless protocol that allows for faster data transmission.

UDP is a connectionless protocol that allows for faster data transmission.

Business

We should use a connectionless service for this streaming application to reduce latency.

Office

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.

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.

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?

Why are we using a connectionless protocol when we need guaranteed delivery?

Office

A connectionless system avoids the overhead of a three way handshake.

A connectionless system avoids the overhead of a three way handshake.

The data was sent via a connectionless medium, meaning no session was established.

The data was sent via a connectionless medium, meaning no session was established.

Switch to a connectionless mode to minimize the delay in the voice stream.

Business

Related Words

Última atualização: May 2026Reportar um erro