Connection-oriented

на основе соединений, требующий соединения тип сети, в которой обмен данными делится на три чётко выраженные фазы: организация соединения, передача данных и разрыв соединения. Примером такой сетей являются обычная телефонная связь. Обратите внимание, что в сетях Ethernet данные просто выставляются на линии и каждая станция должна "слушать", не ей ли адресован этот пакет Смотри также: ATM, connection, connectionless, packet switching

Англо-русский словарь компьютерных терминов

Connection-oriented

(Or connection-based, stream-oriented). A type of transport layer data communication service that allows a host to send data in a continuous stream to another host. The transport service will guarantee that all data will be delivered to the other end in the same order as sent and without duplication. Communication proceeds through three well-defined phases: connection establishment, data transfer, connection release. The most common example is Transmission Control Protocol (TCP), another is ATM. The network nodes at either end needs to inform all intermediate nodes about their service requirements and traffic parameters in order to establish communication. Opposite of connectionless, datagram. See also circuit switching, packet switching, virtual circuit.

Free Online Dictionary of Computing