сетевой протокол передачи без установления соединения также называется протоколом с коммутацией пакетов; пример - UDP Смотри также: circuit switching, connection-oriented, datagram, packet switching, stream-oriented
The data communication method in which communication occurs between hosts with no previous setup. Packets sent between two hosts may take different routes. UDP is a connectionless protocol. Also called packet switching. Contrast circuit switching, connection-oriented.